diff options
| author | Clint Adams <clint@debian.org> | 2016-10-12 22:48:49 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-12 22:50:23 -0400 |
| commit | 21fab69c74fe6d2f29be1faaabc5138e9516da42 (patch) | |
| tree | 0a82e9e610f9f8a2ab4f5f8340c23db435cb2892 /p/haskell-unordered-containers/debian/control | |
| parent | 787be843cae8b8eceb9f48c67502854bac8e6a87 (diff) | |
| download | DHG_packages-21fab69c74fe6d2f29be1faaabc5138e9516da42.tar.gz | |
unordered-containers: build against ghc8 in experimental
Diffstat (limited to 'p/haskell-unordered-containers/debian/control')
| -rw-r--r-- | p/haskell-unordered-containers/debian/control | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/p/haskell-unordered-containers/debian/control b/p/haskell-unordered-containers/debian/control index f3ca0c713..f4e964857 100644 --- a/p/haskell-unordered-containers/debian/control +++ b/p/haskell-unordered-containers/debian/control @@ -6,17 +6,17 @@ Section: haskell Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), cdbs, - ghc, + ghc (>= 8), ghc-prof, libghc-hashable-dev (>= 1.0.1.1), libghc-hashable-dev (<< 1.3), libghc-hashable-prof, - libghc-chasingbottoms-dev, - libghc-hunit-dev, - libghc-quickcheck2-dev (>= 2.4.0.1), - libghc-test-framework-dev (>= 0.3.3), - libghc-test-framework-hunit-dev, - libghc-test-framework-quickcheck2-dev (>= 0.2.9), + libghc-chasingbottoms-dev <!nocheck>, + libghc-hunit-dev <!nocheck>, + libghc-quickcheck2-dev (>= 2.4.0.1) <!nocheck>, + libghc-test-framework-dev (>= 0.3.3) <!nocheck>, + libghc-test-framework-hunit-dev <!nocheck>, + libghc-test-framework-quickcheck2-dev (>= 0.2.9) <!nocheck>, Build-Depends-Indep: ghc-doc, libghc-hashable-doc, Standards-Version: 3.9.8 |
