Import cabal file changes from hackage-metadata

This commit is contained in:
Daniel Gröber 2016-12-15 15:15:52 +01:00
parent 5d3e5932a7
commit 4066a77de1

View File

@ -164,7 +164,6 @@ 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
Language.Haskell.GhcMod.Options.Options Language.Haskell.GhcMod.Options.Options
Language.Haskell.GhcMod.Options.DocUtils Language.Haskell.GhcMod.Options.DocUtils
Language.Haskell.GhcMod.Options.Help Language.Haskell.GhcMod.Options.Help
@ -172,40 +171,40 @@ Library
Utils Utils
Data.Binary.Generic Data.Binary.Generic
System.Directory.ModTime System.Directory.ModTime
Build-Depends: base < 5 && >= 4.0 Build-Depends: base < 5 && >= 4.0
, 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.8 && >= 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
, ghc < 8.2 && >= 7.6 , ghc < 8.2 && >= 7.6
, ghc-paths < 0.2 , ghc-paths < 0.2 && >= 0.1.0.9
, ghc-syb-utils < 0.3 , ghc-syb-utils < 0.3 && >= 0.2.3
, hlint < 1.10 && >= 1.9.27 , hlint < 1.10 && >= 1.9.27
, monad-journal < 0.8 && >= 0.4 , monad-journal < 0.8 && >= 0.4
, old-time < 1.2 , old-time < 1.2
, process < 1.5 , process < 1.5
, syb < 0.7 , syb < 0.7 && >= 0.5.1
, temporary < 1.3 , temporary < 1.3 && >= 1.2.0.3
, time < 1.7
, transformers < 0.6 , transformers < 0.6
, transformers-base < 0.5 , time < 1.7
, mtl < 2.3 && >= 2.0 , transformers-base < 0.5 && >= 0.4.4
, monad-control < 1.1 && >= 1 , mtl < 2.3 && >= 2.0
, split < 0.3 , monad-control < 1.1 && >= 1
, haskell-src-exts == 1.18.* , split < 0.3 && >= 0.2.2
, text < 1.3 , haskell-src-exts < 1.19 && >= 1.18
, djinn-ghc < 0.1 && >= 0.0.2.2 , text < 1.3 && >= 1.2.1.3
, fclabels == 2.0.* , djinn-ghc < 0.1 && >= 0.0.2.2
, extra >= 1.4 && <1.6 , fclabels < 2.1 && >= 2.0
, pipes >= 4.1 && <4.3 , extra < 1.6 && >= 1.4
, safe < 0.4 && >= 0.3.9 , pipes < 4.3 && >= 4.1
, optparse-applicative >=0.11.0 && <0.13.0 , safe < 0.4 && >= 0.3.9
, optparse-applicative <0.13.0 && >=0.11.0
, template-haskell , template-haskell
if impl(ghc < 7.8) if impl(ghc < 7.8)
Build-Depends: convertible Build-Depends: convertible < 1.2 && >= 1.1.0.0
if impl(ghc >= 8.0) if impl(ghc >= 8.0)
Build-Depends: ghc-boot Build-Depends: ghc-boot
@ -221,14 +220,14 @@ 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
, directory < 1.3 , directory < 1.3
, filepath < 1.5 , filepath < 1.5
, process < 1.5 , process < 1.5
, split < 0.3 , split < 0.3 && >= 0.2.2
, mtl < 2.3 && >= 2.0 , mtl < 2.3 && >= 2.0
, ghc < 8.1 , ghc < 8.2 && >= 7.6
, monad-control ==1.0.* , monad-control < 1.1 && >= 1
, fclabels ==2.0.* , fclabels == 2.0.*
, optparse-applicative >=0.11.0 && <0.13.0 , optparse-applicative >=0.11.0 && <0.13.0
, ghc-mod , ghc-mod
@ -242,14 +241,14 @@ 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 < 5 && >= 4.0 Build-Depends: base < 5 && >= 4.0
, binary < 0.9 && >= 0.5.1.0 , binary < 0.9 && >= 0.5.1.0
, deepseq < 1.5 , deepseq < 1.5
, directory < 1.3 , directory < 1.3
, filepath < 1.5 , filepath < 1.5
, process < 1.5 , process < 1.5
, old-time < 1.2 , old-time < 1.2
, time < 1.7 , time < 1.7
, ghc-mod , ghc-mod
Test-Suite doctest Test-Suite doctest
@ -260,7 +259,7 @@ Test-Suite doctest
Default-Extensions: ConstraintKinds, FlexibleContexts Default-Extensions: ConstraintKinds, FlexibleContexts
Main-Is: doctests.hs Main-Is: doctests.hs
Build-Depends: base Build-Depends: base
, doctest >= 0.9.3 , doctest < 0.12 && >= 0.9.3
Test-Suite spec Test-Suite spec
Default-Language: Haskell2010 Default-Language: Haskell2010
@ -290,7 +289,7 @@ Test-Suite spec
FileMappingSpec FileMappingSpec
ShellParseSpec ShellParseSpec
Build-Depends: hspec >= 2.0.0 Build-Depends: hspec < 2.4 && >= 2.0.0
X-Build-Depends-Like: CLibName X-Build-Depends-Like: CLibName
Benchmark criterion Benchmark criterion
@ -302,14 +301,14 @@ Benchmark criterion
HS-Source-Dirs: bench, test HS-Source-Dirs: bench, test
Main-Is: Bench.hs Main-Is: Bench.hs
Build-Depends: base Build-Depends: base
, directory < 1.3 , directory < 1.3
, filepath < 1.5 , filepath < 1.5
, process < 1.5 , process < 1.5
, split < 0.3 , split < 0.3
, mtl < 2.3 && >= 2.0 , mtl < 2.3 && >= 2.0
, ghc < 8.1 , ghc < 8.1
, monad-journal < 0.8 && >= 0.4 , monad-journal < 0.8 && >= 0.4
, fclabels == 2.0.* , fclabels == 2.0.*
, temporary < 1.3 , temporary < 1.3