File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ synopsis: Bindings to SDL2_image.
4
4
description : Haskell bindings to SDL2_image.
5
5
license : MIT
6
6
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>
9
9
copyright : Copyright © 2015 Siniša Biđin
10
10
category : Image, Graphics, Foreign
11
11
build-type : Simple
@@ -16,7 +16,7 @@ source-repository head
16
16
location : https://github.com/sbidin/sdl2-image.git
17
17
18
18
library
19
- ghc-options : -Wall -O2
19
+ ghc-options : -Wall
20
20
21
21
exposed-modules :
22
22
SDL.Image,
@@ -37,7 +37,7 @@ library
37
37
bytestring >= 0.10.4.0 ,
38
38
sdl2 >= 2.0 ,
39
39
text >= 1.1.0.0 ,
40
- template-haskell >= 2.10.0.0 ,
40
+ template-haskell,
41
41
transformers >= 0.2
42
42
43
43
default-language :
@@ -57,7 +57,7 @@ executable sdl2-image-example
57
57
build-depends :
58
58
base >= 4.7 && < 5 ,
59
59
sdl2 >= 2.0 ,
60
- sdl2-image >= 0.2 ,
60
+ sdl2-image,
61
61
text >= 1.1.0.0
62
62
else
63
63
buildable : False
You can’t perform that action at this time.
0 commit comments