blob: e4b5d13960e66da7369df54beb3ad89c8abd1269 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- resolv.cabal.orig 2017-10-26 22:24:39 UTC
+++ resolv.cabal
@@ -78,11 +78,11 @@ library
Network.DNS.FFI
Compat
- build-depends: base >= 4.5 && <4.11
+ build-depends: base >= 4.5 && <4.13
, base16-bytestring == 0.1.*
, binary >= 0.7.3 && < 0.9
, bytestring >= 0.9.2 && < 0.11
- , containers >= 0.4.2.1 && < 0.6
+ , containers >= 0.4.2.1 && < 0.7
ghc-options: -Wall
include-dirs: cbits
|