@@ -28,12 +28,12 @@ library
28
28
, data-binary-ieee754
29
29
, optparse-applicative
30
30
default-language : Haskell2010
31
- ghc-options : -Wall -Werror - fno-warn-unused-binds
31
+ ghc-options : -Wall -fno-warn-unused-binds
32
32
33
33
executable tr32b
34
34
hs-source-dirs : app
35
35
main-is : Bin32.hs
36
- ghc-options : -Wall -Werror - fno-warn-unused-binds -threaded -rtsopts -with-rtsopts=-N
36
+ ghc-options : -Wall -fno-warn-unused-binds -threaded -rtsopts -with-rtsopts=-N
37
37
build-depends : base
38
38
, fp-truncate
39
39
default-language : Haskell2010
@@ -49,31 +49,31 @@ executable tr64b
49
49
executable tr32d
50
50
hs-source-dirs : app
51
51
main-is : Dec32.hs
52
- ghc-options : -Wall -Werror - fno-warn-unused-binds -threaded -rtsopts -with-rtsopts=-N
52
+ ghc-options : -Wall -fno-warn-unused-binds -threaded -rtsopts -with-rtsopts=-N
53
53
build-depends : base
54
54
, fp-truncate
55
55
default-language : Haskell2010
56
56
57
57
executable tr64d
58
58
hs-source-dirs : app
59
59
main-is : Dec64.hs
60
- ghc-options : -Wall -Werror - fno-warn-unused-binds -threaded -rtsopts -with-rtsopts=-N
60
+ ghc-options : -Wall -fno-warn-unused-binds -threaded -rtsopts -with-rtsopts=-N
61
61
build-depends : base
62
62
, fp-truncate
63
63
default-language : Haskell2010
64
64
65
65
executable tr32h
66
66
hs-source-dirs : app
67
67
main-is : Hex32.hs
68
- ghc-options : -Wall -Werror - fno-warn-unused-binds -threaded -rtsopts -with-rtsopts=-N
68
+ ghc-options : -Wall -fno-warn-unused-binds -threaded -rtsopts -with-rtsopts=-N
69
69
build-depends : base
70
70
, fp-truncate
71
71
default-language : Haskell2010
72
72
73
73
executable tr64h
74
74
hs-source-dirs : app
75
75
main-is : Hex64.hs
76
- ghc-options : -Wall -Werror - fno-warn-unused-binds -threaded -rtsopts -with-rtsopts=-N
76
+ ghc-options : -Wall -fno-warn-unused-binds -threaded -rtsopts -with-rtsopts=-N
77
77
build-depends : base
78
78
, fp-truncate
79
79
default-language : Haskell2010
@@ -100,7 +100,7 @@ test-suite fp-truncate-test
100
100
, HUnit
101
101
, data-binary-ieee754
102
102
, fp-truncate
103
- ghc-options : -Wall -Werror - fno-warn-unused-binds -threaded -rtsopts -with-rtsopts=-N
103
+ ghc-options : -Wall -fno-warn-unused-binds -threaded -rtsopts -with-rtsopts=-N
104
104
default-language : Haskell2010
105
105
106
106
source-repository head
0 commit comments