hackage-meta: correct some mistakes
This commit is contained in:
parent
737b7c8d25
commit
a0ff7155e6
@ -98,7 +98,6 @@ Library
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Language.Haskell.GhcMod.World
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
@ -140,13 +139,15 @@ Executable ghc-mod
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, data-default < 0.6 && >= 0.5.3
|
||||
, directory
|
||||
, filepath
|
||||
, pretty
|
||||
, process
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Executable ghc-modi
|
||||
|
@ -99,7 +99,6 @@ Library
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Language.Haskell.GhcMod.World
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
@ -141,11 +140,13 @@ Executable ghc-mod
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, data-default < 0.6 && >= 0.5.3
|
||||
, directory
|
||||
, filepath
|
||||
, pretty
|
||||
, process
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-mod
|
||||
|
@ -99,7 +99,6 @@ Library
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Language.Haskell.GhcMod.World
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
@ -141,13 +140,15 @@ Executable ghc-mod
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, data-default < 0.6 && >= 0.5.3
|
||||
, directory
|
||||
, filepath
|
||||
, pretty
|
||||
, process
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Executable ghc-modi
|
||||
|
@ -1,3 +1,4 @@
|
||||
X-Revision: 1
|
||||
Name: ghc-mod
|
||||
Version: 5.6.0.0
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>,
|
||||
@ -174,7 +175,7 @@ Library
|
||||
, bytestring < 0.11
|
||||
, binary < 0.9 && >= 0.5.1.0
|
||||
, containers < 0.6
|
||||
, cabal-helper < 0.7 && >= 0.7.1.0
|
||||
, cabal-helper < 0.8 && >= 0.7.1.0
|
||||
, deepseq < 1.5
|
||||
, directory < 1.3
|
||||
, filepath < 1.5
|
||||
@ -295,4 +296,4 @@ Test-Suite spec
|
||||
|
||||
Source-Repository head
|
||||
Type: git
|
||||
Location: https://github.com/kazu-yamamoto/ghc-mod.git
|
||||
Location: https://github.com/kazu-yamamoto/ghc-mod.git
|
Loading…
Reference in New Issue
Block a user