Skip to content

Commit

Permalink
0.4.3.1 version bump and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Apr 3, 2014
1 parent 58ea3d2 commit 06623a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.markdown
@@ -1,3 +1,11 @@
0.4.3.1
-----
* Fixed builds with older versions of GHC

0.4.2
-------
* Added `Data.Distributive.Generic`.

0.4.1
-----
* `Control.Monad.Instances` is deprecated in GHC 7.8. Don't import it there.
Expand Down
3 changes: 2 additions & 1 deletion distributive.cabal
@@ -1,6 +1,6 @@
name: distributive
category: Data Structures
version: 0.4.3
version: 0.4.3.1
license: BSD3
cabal-version: >= 1.8
license-file: LICENSE
Expand Down Expand Up @@ -43,6 +43,7 @@ library

if impl(ghc>=7.2)
exposed-modules: Data.Distributive.Generic
build-depends: ghc-prim

if flag(lib-Werror)
ghc-options: -Werror
Expand Down

0 comments on commit 06623a7

Please sign in to comment.