Update Hackage metadata
This commit is contained in:
parent
f7d4f15778
commit
911ba75c99
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 2
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 5.3.0.0
|
Version: 5.3.0.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>,
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>,
|
||||||
@ -129,34 +130,34 @@ Library
|
|||||||
Language.Haskell.GhcMod.Types
|
Language.Haskell.GhcMod.Types
|
||||||
Language.Haskell.GhcMod.Utils
|
Language.Haskell.GhcMod.Utils
|
||||||
Language.Haskell.GhcMod.World
|
Language.Haskell.GhcMod.World
|
||||||
Build-Depends: base >= 4.0 && < 5
|
Build-Depends: base < 5 && >= 4.0
|
||||||
, bytestring
|
, bytestring < 0.11
|
||||||
, cereal >= 0.4
|
, cereal < 0.5 && >= 0.4
|
||||||
, containers
|
, containers < 0.6
|
||||||
, cabal-helper == 0.5.* && >= 0.5.1.0
|
, cabal-helper < 0.7 && >= 0.6.1.0
|
||||||
, deepseq
|
, deepseq < 1.5
|
||||||
, directory
|
, directory < 1.3
|
||||||
, filepath
|
, filepath < 1.5
|
||||||
, ghc
|
, ghc < 7.11
|
||||||
, ghc-paths
|
, ghc-paths < 0.2
|
||||||
, ghc-syb-utils
|
, ghc-syb-utils < 0.3
|
||||||
, hlint >= 1.8.61
|
, hlint < 1.10 && >= 1.8.61
|
||||||
, monad-journal >= 0.4
|
, monad-journal < 0.8 && >= 0.4
|
||||||
, old-time
|
, old-time < 1.2
|
||||||
, pretty
|
, pretty < 1.2
|
||||||
, process
|
, process < 1.3
|
||||||
, syb
|
, syb < 0.7
|
||||||
, temporary
|
, temporary < 1.3
|
||||||
, time
|
, time < 1.6
|
||||||
, transformers
|
, transformers < 0.5
|
||||||
, transformers-base
|
, transformers-base < 0.5
|
||||||
, mtl >= 2.0
|
, mtl < 2.3 && >= 2.0
|
||||||
, monad-control >= 1
|
, monad-control < 1.1 && >= 1
|
||||||
, split
|
, split < 0.3
|
||||||
, haskell-src-exts
|
, haskell-src-exts < 1.17
|
||||||
, text
|
, text < 1.3
|
||||||
, djinn-ghc >= 0.0.2.2
|
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||||
, fclabels
|
, fclabels == 2.0.*
|
||||||
if impl(ghc < 7.8)
|
if impl(ghc < 7.8)
|
||||||
Build-Depends: convertible
|
Build-Depends: convertible
|
||||||
if impl(ghc < 7.5)
|
if impl(ghc < 7.5)
|
||||||
@ -171,15 +172,15 @@ Executable ghc-mod
|
|||||||
GHC-Options: -Wall -fno-warn-deprecations
|
GHC-Options: -Wall -fno-warn-deprecations
|
||||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||||
HS-Source-Dirs: src
|
HS-Source-Dirs: src
|
||||||
Build-Depends: base >= 4.0 && < 5
|
Build-Depends: base < 5 && >= 4.0
|
||||||
, async
|
, async < 2.1
|
||||||
, directory
|
, directory < 1.3
|
||||||
, filepath
|
, filepath < 1.5
|
||||||
, pretty
|
, pretty < 1.2
|
||||||
, process
|
, process < 1.3
|
||||||
, split
|
, split < 0.3
|
||||||
, mtl >= 2.0
|
, mtl < 2.3 && >= 2.0
|
||||||
, ghc
|
, ghc < 7.11
|
||||||
, ghc-mod
|
, ghc-mod
|
||||||
|
|
||||||
Executable ghc-modi
|
Executable ghc-modi
|
||||||
@ -193,12 +194,12 @@ Executable ghc-modi
|
|||||||
Cpp-Options: -DWINDOWS
|
Cpp-Options: -DWINDOWS
|
||||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||||
HS-Source-Dirs: src, .
|
HS-Source-Dirs: src, .
|
||||||
Build-Depends: base >= 4.0 && < 5
|
Build-Depends: base < 5 && >= 4.0
|
||||||
, directory
|
, directory < 1.3
|
||||||
, filepath
|
, filepath < 1.5
|
||||||
, process
|
, process < 1.3
|
||||||
, time
|
, old-time < 1.2
|
||||||
, old-time
|
, time < 1.6
|
||||||
|
|
||||||
Test-Suite doctest
|
Test-Suite doctest
|
||||||
Type: exitcode-stdio-1.0
|
Type: exitcode-stdio-1.0
|
||||||
@ -246,4 +247,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 2
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 5.4.0.0
|
Version: 5.4.0.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>,
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>,
|
||||||
@ -145,36 +146,36 @@ Library
|
|||||||
Language.Haskell.GhcMod.World
|
Language.Haskell.GhcMod.World
|
||||||
Other-Modules: Paths_ghc_mod
|
Other-Modules: Paths_ghc_mod
|
||||||
Utils
|
Utils
|
||||||
Build-Depends: base >= 4.0 && < 5
|
Build-Depends: base < 5 && >= 4.0
|
||||||
, bytestring
|
, bytestring < 0.11
|
||||||
, cereal >= 0.4
|
, cereal < 0.5 && >= 0.4
|
||||||
, containers
|
, containers < 0.6
|
||||||
, cabal-helper == 0.6.* && >= 0.6.0.0
|
, cabal-helper < 0.7 && >= 0.6.1.0
|
||||||
, deepseq
|
, deepseq < 1.5
|
||||||
, directory
|
, directory < 1.3
|
||||||
, filepath
|
, filepath < 1.5
|
||||||
, ghc
|
, ghc < 7.11
|
||||||
, ghc-paths
|
, ghc-paths < 0.2
|
||||||
, ghc-syb-utils
|
, ghc-syb-utils < 0.3
|
||||||
, hlint >= 1.8.61
|
, hlint < 1.10 && >= 1.8.61
|
||||||
, monad-journal >= 0.4
|
, monad-journal < 0.8 && >= 0.4
|
||||||
, old-time
|
, old-time < 1.2
|
||||||
, pretty
|
, pretty < 1.2
|
||||||
, process
|
, process < 1.3
|
||||||
, syb
|
, syb < 0.7
|
||||||
, temporary
|
, temporary < 1.3
|
||||||
, time
|
, time < 1.6
|
||||||
, transformers
|
, transformers < 0.5
|
||||||
, transformers-base
|
, transformers-base < 0.5
|
||||||
, mtl >= 2.0
|
, mtl < 2.3 && >= 2.0
|
||||||
, monad-control >= 1
|
, monad-control < 1.1 && >= 1
|
||||||
, split
|
, split < 0.3
|
||||||
, haskell-src-exts
|
, haskell-src-exts < 1.17
|
||||||
, text
|
, text < 1.3
|
||||||
, djinn-ghc >= 0.0.2.2
|
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||||
, fclabels == 2.0.*
|
, fclabels == 2.0.*
|
||||||
, extra == 1.4.*
|
, extra == 1.4.*
|
||||||
, pipes == 4.1.*
|
, pipes == 4.1.*
|
||||||
if impl(ghc < 7.8)
|
if impl(ghc < 7.8)
|
||||||
Build-Depends: convertible
|
Build-Depends: convertible
|
||||||
if impl(ghc < 7.5)
|
if impl(ghc < 7.5)
|
||||||
@ -189,17 +190,17 @@ 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 >= 4.0 && < 5
|
Build-Depends: base < 5 && >= 4.0
|
||||||
, async
|
, async < 2.1
|
||||||
, directory
|
, directory < 1.3
|
||||||
, filepath
|
, filepath < 1.5
|
||||||
, pretty
|
, pretty < 1.2
|
||||||
, process
|
, process < 1.3
|
||||||
, split
|
, split < 0.3
|
||||||
, mtl >= 2.0
|
, mtl < 2.3 && >= 2.0
|
||||||
, ghc
|
, ghc < 7.11
|
||||||
|
, fclabels == 2.0.*
|
||||||
, ghc-mod
|
, ghc-mod
|
||||||
, fclabels == 2.0.*
|
|
||||||
|
|
||||||
Executable ghc-modi
|
Executable ghc-modi
|
||||||
Default-Language: Haskell2010
|
Default-Language: Haskell2010
|
||||||
@ -212,12 +213,12 @@ Executable ghc-modi
|
|||||||
Cpp-Options: -DWINDOWS
|
Cpp-Options: -DWINDOWS
|
||||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||||
HS-Source-Dirs: src, .
|
HS-Source-Dirs: src, .
|
||||||
Build-Depends: base >= 4.0 && < 5
|
Build-Depends: base < 5 && >= 4.0
|
||||||
, directory
|
, directory < 1.3
|
||||||
, filepath
|
, filepath < 1.5
|
||||||
, process
|
, process < 1.3
|
||||||
, time
|
, old-time < 1.2
|
||||||
, old-time
|
, time < 1.6
|
||||||
|
|
||||||
Test-Suite doctest
|
Test-Suite doctest
|
||||||
Type: exitcode-stdio-1.0
|
Type: exitcode-stdio-1.0
|
||||||
@ -229,7 +230,7 @@ Test-Suite doctest
|
|||||||
if impl(ghc == 7.4.*)
|
if impl(ghc == 7.4.*)
|
||||||
Buildable: False
|
Buildable: False
|
||||||
Build-Depends: base
|
Build-Depends: base
|
||||||
, doctest >= 0.9.3
|
, doctest < 0.10.1 && >= 0.9.3
|
||||||
|
|
||||||
Test-Suite spec
|
Test-Suite spec
|
||||||
Default-Language: Haskell2010
|
Default-Language: Haskell2010
|
||||||
@ -258,7 +259,7 @@ Test-Suite spec
|
|||||||
HomeModuleGraphSpec
|
HomeModuleGraphSpec
|
||||||
FileMappingSpec
|
FileMappingSpec
|
||||||
|
|
||||||
Build-Depends: hspec >= 2.0.0
|
Build-Depends: hspec < 2.3 && >= 2.0.0
|
||||||
if impl(ghc == 7.4.*)
|
if impl(ghc == 7.4.*)
|
||||||
Build-Depends: executable-path
|
Build-Depends: executable-path
|
||||||
X-Build-Depends-Like: CLibName
|
X-Build-Depends-Like: CLibName
|
||||||
@ -267,4 +268,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