Fix cabal file parse error

This commit is contained in:
Daniel Gröber 2015-11-05 23:07:34 +01:00
parent 6ea3b12b48
commit 3bd28e90ed
1 changed files with 9 additions and 9 deletions

View File

@ -189,15 +189,15 @@ Executable ghc-mod
GHC-Options: -Wall -fno-warn-deprecations -threaded
Default-Extensions: ConstraintKinds, FlexibleContexts
HS-Source-Dirs: src
Build-Depends: base < 5 && >= 4.0,
, async < 2.1,
, directory < 1.3,
, filepath < 1.5,
, pretty < 1.2,
, process < 1.3,
, split < 0.3,
, mtl < 2.3 && >= 2.0,
, ghc < 7.11,
Build-Depends: base < 5 && >= 4.0
, async < 2.1
, directory < 1.3
, filepath < 1.5
, pretty < 1.2
, process < 1.3
, split < 0.3
, mtl < 2.3 && >= 2.0
, ghc < 7.11
, fclabels ==2.0.*
, ghc-mod