Relax transformers constraint for haskell bindings for GHC 8

This commit is contained in:
Luke Nelson 2016-09-15 19:04:18 -07:00
parent d59081b073
commit 3bc55f9568

View file

@ -31,7 +31,7 @@ library
other-modules: Unicorn.Internal.Util other-modules: Unicorn.Internal.Util
build-depends: base >=4 && <5, build-depends: base >=4 && <5,
bytestring >= 0.9.1, bytestring >= 0.9.1,
transformers <= 0.5, transformers < 0.6,
either >= 4.4 either >= 4.4
hs-source-dirs: src hs-source-dirs: src
c-sources: src/cbits/unicorn_wrapper.c c-sources: src/cbits/unicorn_wrapper.c