Merge pull request #637 from lukenels/haskell-fix

Relax transformers constraint for haskell bindings for GHC 8
This commit is contained in:
Nguyen Anh Quynh 2016-09-16 23:23:59 +07:00 committed by GitHub
commit 5af4880f1a

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