11Name : HaRe
2- Version : 0.8.4.0
2+ Version : 0.8.4.1
33
44Author : Chris Brown, Huiqing Li, Simon Thompson,
55 Alan Zimmerman, Stephen Adams
@@ -125,8 +125,8 @@ Library
125125 , directory
126126 , filepath
127127 , ghc
128- , ghc-exactprint == 0.5.3. *
129- , ghc-mod == 5.7 .0. *
128+ , ghc-exactprint >= 0.5.3.0
129+ , ghc-mod == 5.8 .0. *
130130 , ghc-syb-utils
131131 , hslogger
132132 , monad-control
@@ -146,7 +146,7 @@ Library
146146 -- real 0m36.427s
147147 -- user 0m41.448s
148148 -- sys 0m2.544s
149- GHC-Options : -O0
149+ GHC-Options : -O0 -Wall
150150 Hs-Source-Dirs : src
151151 -- Other-Modules: Paths_HaRe
152152 Exposed-modules :
@@ -188,17 +188,17 @@ Library
188188Executable ghc-hare
189189 Main-Is : MainHaRe.hs
190190 -- Other-Modules: Paths_HaRe
191- GHC-Options : -O0
191+ GHC-Options : -O0 -Wall
192192 -- GHC-Options: -prof -fprof-auto -rtsopts -caf-all
193193 Hs-Source-Dirs :
194194 ./app
195195
196196 -- GHC 7.10.2 ships with base 4.8.1.0
197197 Build-Depends : base >= 4.8.1.0 && < 5
198- , ghc-mod
198+ , ghc-mod == 5.8.0. *
199199 , gitrev >= 1.1
200200 , mtl
201- , optparse-applicative
201+ , optparse-applicative == 0.13.2. *
202202 , optparse-simple
203203 , Cabal
204204 -- , Paths_HaRe
@@ -213,7 +213,7 @@ test-suite spec
213213 ghc-options :
214214 -O0
215215 -- reinstate these later -Wall
216- -- - Wall
216+ -Wall
217217 -- reinstate these later -Werror
218218 -- -fhpc
219219 -- -fhpc -hpcdir dist/hpc/app-1.0
@@ -270,8 +270,8 @@ test-suite spec
270270 , directory
271271 , foldl
272272 , ghc
273- , ghc-exactprint == 0.5.3. *
274- , ghc-mod == 5.7 .0. *
273+ , ghc-exactprint >= 0.5.3.0
274+ , ghc-mod == 5.8 .0. *
275275 , ghc-syb-utils
276276 , hslogger
277277 , hspec
@@ -286,7 +286,7 @@ test-suite spec
286286 , conversion-text
287287 , parsec
288288 , case-insensitive
289- , HaRe >= 0.8.2.1
289+ , HaRe
290290 Extensions : CPP
291291 if impl (ghc < 7.10.2 )
292292 buildable : False
0 commit comments