Skip to content

Commit

Permalink
Prepare release 0.5.6 (#50)
Browse files Browse the repository at this point in the history
* Bump version to 0.5.6

* Fix Cabal metadata as now required by Hackage.
  • Loading branch information
sjakobi authored Jun 19, 2020
1 parent 711d33e commit 9a77ff8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions checkers.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: checkers
Version: 0.5.5
Cabal-Version: >= 1.6
Version: 0.5.6
Cabal-Version: >= 1.10
Synopsis: Check properties on standard classes and data structures.
Category: Testing
Description:
Expand Down Expand Up @@ -51,3 +51,4 @@ Library
ghc-options: -Wall
if impl(ghc >= 8.0)
ghc-options: -Wredundant-constraints
Default-Language: Haskell2010

0 comments on commit 9a77ff8

Please sign in to comment.