mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 16:38:40 +00:00
Relax transformers constraint for haskell bindings for GHC 8
This commit is contained in:
parent
d59081b073
commit
3bc55f9568
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue