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.Utils
|
||||||
Language.Haskell.GhcMod.World
|
Language.Haskell.GhcMod.World
|
||||||
Build-Depends: base < 5 && >= 4.0
|
Build-Depends: base < 5 && >= 4.0
|
||||||
, async < 2.1 && >= 2.0.1.6
|
|
||||||
, containers
|
, containers
|
||||||
, deepseq
|
, deepseq
|
||||||
, directory
|
, directory
|
||||||
@ -140,13 +139,15 @@ Executable ghc-mod
|
|||||||
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 && >= 2.0.1.6
|
||||||
, data-default < 0.6 && >= 0.5.3
|
, data-default < 0.6 && >= 0.5.3
|
||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, pretty
|
, pretty
|
||||||
, process
|
, process
|
||||||
, mtl >= 2.0
|
, split < 0.3 && >= 0.2.2
|
||||||
, ghc >= 7.4 && < 7.10
|
, mtl < 2.1 && >= 2.0
|
||||||
|
, ghc < 7.10 && >= 7.4
|
||||||
, ghc-mod
|
, ghc-mod
|
||||||
|
|
||||||
Executable ghc-modi
|
Executable ghc-modi
|
||||||
|
@ -99,7 +99,6 @@ Library
|
|||||||
Language.Haskell.GhcMod.Utils
|
Language.Haskell.GhcMod.Utils
|
||||||
Language.Haskell.GhcMod.World
|
Language.Haskell.GhcMod.World
|
||||||
Build-Depends: base < 5 && >= 4.0
|
Build-Depends: base < 5 && >= 4.0
|
||||||
, async < 2.1 && >= 2.0.1.6
|
|
||||||
, containers
|
, containers
|
||||||
, deepseq
|
, deepseq
|
||||||
, directory
|
, directory
|
||||||
@ -141,11 +140,13 @@ Executable ghc-mod
|
|||||||
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 && >= 2.0.1.6
|
||||||
, data-default < 0.6 && >= 0.5.3
|
, data-default < 0.6 && >= 0.5.3
|
||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, pretty
|
, pretty
|
||||||
, process
|
, process
|
||||||
|
, split < 0.3 && >= 0.2.2
|
||||||
, mtl >= 2.0
|
, mtl >= 2.0
|
||||||
, ghc >= 7.4 && < 7.10
|
, ghc >= 7.4 && < 7.10
|
||||||
, ghc-mod
|
, ghc-mod
|
||||||
|
@ -99,7 +99,6 @@ Library
|
|||||||
Language.Haskell.GhcMod.Utils
|
Language.Haskell.GhcMod.Utils
|
||||||
Language.Haskell.GhcMod.World
|
Language.Haskell.GhcMod.World
|
||||||
Build-Depends: base < 5 && >= 4.0
|
Build-Depends: base < 5 && >= 4.0
|
||||||
, async < 2.1 && >= 2.0.1.6
|
|
||||||
, containers
|
, containers
|
||||||
, deepseq
|
, deepseq
|
||||||
, directory
|
, directory
|
||||||
@ -141,13 +140,15 @@ Executable ghc-mod
|
|||||||
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 && >= 2.0.1.6
|
||||||
, data-default < 0.6 && >= 0.5.3
|
, data-default < 0.6 && >= 0.5.3
|
||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, pretty
|
, pretty
|
||||||
, process
|
, process
|
||||||
, mtl >= 2.0
|
, split < 0.3 && >= 0.2.2
|
||||||
, ghc >= 7.4 && < 7.10
|
, mtl < 2.1 && >= 2.0
|
||||||
|
, ghc < 7.10 && >= 7.4
|
||||||
, ghc-mod
|
, ghc-mod
|
||||||
|
|
||||||
Executable ghc-modi
|
Executable ghc-modi
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 5.6.0.0
|
Version: 5.6.0.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>,
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>,
|
||||||
@ -174,7 +175,7 @@ Library
|
|||||||
, bytestring < 0.11
|
, bytestring < 0.11
|
||||||
, binary < 0.9 && >= 0.5.1.0
|
, binary < 0.9 && >= 0.5.1.0
|
||||||
, containers < 0.6
|
, containers < 0.6
|
||||||
, cabal-helper < 0.7 && >= 0.7.1.0
|
, cabal-helper < 0.8 && >= 0.7.1.0
|
||||||
, deepseq < 1.5
|
, deepseq < 1.5
|
||||||
, directory < 1.3
|
, directory < 1.3
|
||||||
, filepath < 1.5
|
, filepath < 1.5
|
||||||
@ -295,4 +296,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
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