diff --git a/bindings/haskell/unicorn.cabal b/bindings/haskell/unicorn.cabal index 77af442e..027e09d2 100644 --- a/bindings/haskell/unicorn.cabal +++ b/bindings/haskell/unicorn.cabal @@ -31,7 +31,7 @@ library other-modules: Unicorn.Internal.Util build-depends: base >=4 && <5, bytestring >= 0.9.1, - transformers <= 0.5, + transformers < 0.6, either >= 4.4 hs-source-dirs: src c-sources: src/cbits/unicorn_wrapper.c