Haskell bindings: use ExceptT instead of deprecated EitherT (#1034)

This commit is contained in:
Brian McKenna
2018-10-26 02:54:35 +11:00
committed by Nguyen Anh Quynh
parent 400a0ab309
commit 873fffc505
4 changed files with 58 additions and 69 deletions

View File

@@ -33,7 +33,6 @@ library
build-depends: base >=4 && <5
, bytestring >= 0.9.1
, transformers < 0.6
, either >= 4.4
hs-source-dirs: src
c-sources: src/cbits/unicorn_wrapper.c
include-dirs: src/include