Skip to content

Commit

Permalink
Making some small changes that Hackage required.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshid committed Jan 2, 2015
1 parent 541368b commit 2a69164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ethereum.cabal → ethereum-client-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source-repository this
executable ethereumH
default-language: Haskell98
build-depends:
base -any
base >= 4 && < 5
, base16-bytestring
, binary
, bytestring
Expand Down Expand Up @@ -53,7 +53,7 @@ executable ethereumH
executable queryEth
default-language: Haskell98
build-depends:
base -any
base >= 4 && < 5
, ansi-wl-pprint
, cmdargs
, cryptohash
Expand Down Expand Up @@ -86,7 +86,7 @@ Test-Suite test-ethereumH
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: test, src
build-depends: base
build-depends: base >= 4 && < 5
, test-framework
, test-framework-hunit
, HUnit
Expand Down

0 comments on commit 2a69164

Please sign in to comment.