Skip to content

Commit

Permalink
[haskell bindings] Updated transformers dependency to work with GHC 8
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianherrera committed Sep 16, 2016
1 parent 36db0ec commit 7cb3ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/haskell/keystone.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ library
other-modules: Keystone.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/keystone_wrapper.c
Expand Down

0 comments on commit 7cb3ec5

Please sign in to comment.