Fix cabal file parse error
This commit is contained in:
parent
6ea3b12b48
commit
3bd28e90ed
@ -189,15 +189,15 @@ Executable ghc-mod
|
|||||||
GHC-Options: -Wall -fno-warn-deprecations -threaded
|
GHC-Options: -Wall -fno-warn-deprecations -threaded
|
||||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||||
HS-Source-Dirs: src
|
HS-Source-Dirs: src
|
||||||
Build-Depends: base < 5 && >= 4.0,
|
Build-Depends: base < 5 && >= 4.0
|
||||||
, async < 2.1,
|
, async < 2.1
|
||||||
, directory < 1.3,
|
, directory < 1.3
|
||||||
, filepath < 1.5,
|
, filepath < 1.5
|
||||||
, pretty < 1.2,
|
, pretty < 1.2
|
||||||
, process < 1.3,
|
, process < 1.3
|
||||||
, split < 0.3,
|
, split < 0.3
|
||||||
, mtl < 2.3 && >= 2.0,
|
, mtl < 2.3 && >= 2.0
|
||||||
, ghc < 7.11,
|
, ghc < 7.11
|
||||||
, fclabels ==2.0.*
|
, fclabels ==2.0.*
|
||||||
, ghc-mod
|
, ghc-mod
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user