Skip to content

Commit

Permalink
Set version of aeson < 0.7 to avoid bytestring issue.
Browse files Browse the repository at this point in the history
This should be fixed at some point - see issue #7.
  • Loading branch information
nc6 committed Jan 10, 2014
1 parent 0c49ee1 commit 18a9505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tabula.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ executable tabula

-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.7
, aeson
, aeson < 0.7
, aeson-pretty
, attoparsec-conduit
, bytestring
, conduit
, conduit >= 1.0.9.3
, containers
, directory
, hslogger
Expand Down

0 comments on commit 18a9505

Please sign in to comment.