summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-09-10 14:56:44 +0200
committerJonas Smedegaard <dr@jones.dk>2017-09-10 14:56:44 +0200
commitb7d57db4c1c8809049a34f47d380566592ef9bd0 (patch)
tree8233b6ed41eb19d184105c146ee32fe26d3ac606 /debian/rules
parentcdfaae3fc5cdd6c083de85330c9019c01e0e847b (diff)
Update package relations: Relax GHC upper bounds for aeson quickcheck2 ansi-terminal.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 8f6e5b17c..108a8ce27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ ghc-deps += xml,<<,1.4
ghc-deps += random,<<1.2
ghc-deps += extensible-exceptions,<<,0.2
ghc-deps += pandoc-types,>=,1.17,<<,1.17.1
-ghc-deps += aeson,>=,0.7.0.5,<<,1.2
+ghc-deps += aeson,>=,0.7.0.5,<<,1.3
ghc-deps += tagsoup,<<,0.15
ghc-deps += base64-bytestring,<<,1.1
ghc-deps += zlib,<<,0.7
@@ -71,10 +71,10 @@ ghc-deps-test += diff,<<,0.3
ghc-deps-test += test-framework,<<,0.9
ghc-deps-test += test-framework-hunit,<<,0.4
ghc-deps-test += test-framework-quickcheck2,<<,0.4
-ghc-deps-test += quickcheck2,<<,2.10
+ghc-deps-test += quickcheck2,<<,2.11
ghc-deps-test += hunit,<<,1.6
ghc-deps-test += template-haskell,<<,2.9
-ghc-deps-test += ansi-terminal,<<,0.7
+ghc-deps-test += ansi-terminal,<<,0.8
# Haskell dependencies (maybe) needed for documentation
# TODO: actually use these (not maintain Build-depends-indep by hand)