Skip to content

Commit

Permalink
* 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed Nov 27, 2013
1 parent 864b57e commit 61da43f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenAFP.cabal
Expand Up @@ -11,6 +11,8 @@ synopsis: IBM AFP document format parser and generator
description: IBM AFP document format parser and generator
category: Data
build-type: Simple
extra-source-files: ChangeLog

library
build-depends: base >= 2 && < 5, mtl, regex-compat, directory, process,
array, containers, binary, bytestring, hashtables, hashable
Expand Down
4 changes: 4 additions & 0 deletions changelog
@@ -0,0 +1,4 @@
# 1.4.0

* Switch to hashtables & hashable packages for GHC 7.8.1 compatibility.
* New hashCreate API that simply returns a hash table, with Eq and Hash inferred from typeclasses.

0 comments on commit 61da43f

Please sign in to comment.