Skip to content

Commit 6daef6d

Browse files
committed
Various cabal file fixes.
1 parent cb4422c commit 6daef6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sdl2-image.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ synopsis: Bindings to SDL2_image.
44
description: Haskell bindings to SDL2_image.
55
license: MIT
66
license-file: LICENSE
7-
author: Siniša Biđin
8-
maintainer: sinisa@bidin.cc
7+
author: Siniša Biđin <sinisa@bidin.eu>
8+
maintainer: Siniša Biđin <sinisa@bidin.eu>
99
copyright: Copyright © 2015 Siniša Biđin
1010
category: Image, Graphics, Foreign
1111
build-type: Simple
@@ -16,7 +16,7 @@ source-repository head
1616
location: https://github.com/sbidin/sdl2-image.git
1717

1818
library
19-
ghc-options: -Wall -O2
19+
ghc-options: -Wall
2020

2121
exposed-modules:
2222
SDL.Image,
@@ -37,7 +37,7 @@ library
3737
bytestring >= 0.10.4.0,
3838
sdl2 >= 2.0,
3939
text >= 1.1.0.0,
40-
template-haskell >= 2.10.0.0,
40+
template-haskell,
4141
transformers >= 0.2
4242

4343
default-language:
@@ -57,7 +57,7 @@ executable sdl2-image-example
5757
build-depends:
5858
base >= 4.7 && < 5,
5959
sdl2 >= 2.0,
60-
sdl2-image >= 0.2,
60+
sdl2-image,
6161
text >= 1.1.0.0
6262
else
6363
buildable: False

0 commit comments

Comments
 (0)