Remove X-Depends-Like from cabal file
..to relax Cabal dependency back to 1.18 (for ghc-7.8)
This commit is contained in:
@@ -25,7 +25,7 @@ Description:
|
||||
For more information, please see its home page.
|
||||
|
||||
Category: GHC, Development
|
||||
Cabal-Version: >= 1.24
|
||||
Cabal-Version: >= 1.18
|
||||
Build-Type: Custom
|
||||
Data-Files: elisp/Makefile
|
||||
elisp/*.el
|
||||
@@ -95,7 +95,7 @@ Extra-Source-Files: ChangeLog
|
||||
|
||||
Custom-Setup
|
||||
Setup-Depends: base
|
||||
, Cabal >= 1.24 && < 1.25
|
||||
, Cabal >= 1.18 && < 1.25
|
||||
, containers
|
||||
, filepath
|
||||
, directory
|
||||
@@ -302,7 +302,49 @@ Test-Suite spec
|
||||
TargetSpec
|
||||
|
||||
Build-Depends: hspec < 2.4 && >= 2.0.0
|
||||
X-Build-Depends-Like: CLibName
|
||||
Build-Depends:
|
||||
base < 5 && >= 4.0
|
||||
, bytestring < 0.11
|
||||
, binary < 0.9 && >= 0.5.1.0
|
||||
, containers < 0.6
|
||||
, cabal-helper < 0.8 && >= 0.7.1.0
|
||||
, deepseq < 1.5
|
||||
, directory < 1.4
|
||||
, filepath < 1.5
|
||||
, ghc < 8.2 && >= 7.6
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.3
|
||||
, hlint < 1.10 && >= 1.9.27
|
||||
, monad-journal < 0.8 && >= 0.4
|
||||
, old-time < 1.2
|
||||
, process < 1.5
|
||||
, syb < 0.7 && >= 0.5.1
|
||||
, temporary < 1.3 && >= 1.2.0.3
|
||||
, transformers < 0.6
|
||||
, time < 1.7
|
||||
, transformers-base < 0.5 && >= 0.4.4
|
||||
, mtl < 2.3 && >= 2.0
|
||||
, monad-control < 1.1 && >= 1
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.20 && >= 1.18
|
||||
, text < 1.3 && >= 1.2.1.3
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
, fclabels < 2.1 && >= 2.0
|
||||
, extra < 1.6 && >= 1.4
|
||||
, pipes < 4.4 && >= 4.1
|
||||
, safe < 0.4 && >= 0.3.9
|
||||
, optparse-applicative <0.14.0 && >=0.13.0
|
||||
, template-haskell
|
||||
|
||||
if impl(ghc < 7.8)
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
if impl(ghc >= 8.0)
|
||||
Build-Depends: ghc-boot
|
||||
|
||||
Build-Depends:
|
||||
cabal-helper < 0.8 && >= 0.7.1.0
|
||||
, ghc < 8.2 && >= 7.6
|
||||
, ghc-mod
|
||||
|
||||
|
||||
Test-Suite shelltest
|
||||
|
||||
Reference in New Issue
Block a user