summaryrefslogtreecommitdiff
path: root/libssh.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'libssh.cabal')
-rw-r--r--libssh.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/libssh.cabal b/libssh.cabal
index ac29871..70dc749 100644
--- a/libssh.cabal
+++ b/libssh.cabal
@@ -11,7 +11,7 @@ maintainer: defanor@thunix.net
build-type: Simple
category: Network
extra-source-files: README
-tested-with: GHC == 8.8.4, GHC == 9.0.2
+tested-with: GHC == 8.0.1, GHC == 8.8.4, GHC == 9.0.2
source-repository head
type: git
@@ -21,7 +21,7 @@ library
exposed-modules: Network.LibSSH
, Network.LibSSH.Core
other-extensions: CApiFFI
- build-depends: base >=4.7
- , bytestring >= 0.10
+ build-depends: base >= 4.7 && < 5
+ , bytestring >= 0.10 && < 1
default-language: Haskell2010
pkgconfig-depends: libssh