diff --git a/cryptol.cabal b/cryptol.cabal index 010b91d2..c3e0cad8 100644 --- a/cryptol.cabal +++ b/cryptol.cabal @@ -43,7 +43,7 @@ library Default-language: Haskell2010 Build-depends: base >= 4.8 && < 5, - base-compat >= 0.6, + base-compat >= 0.6 && < 0.10, bytestring >= 0.10, array >= 0.4, containers >= 0.5,