h-reversi 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~h-reversiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: h-reversi
API changes (from Hackage documentation)
Files
- h-reversi.cabal +4/−4
h-reversi.cabal view
@@ -2,15 +2,15 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: h-reversi-version: 0.1.0.1+version: 0.1.0.2 synopsis: Reversi game in haskell/blank-canvas+ description: @h-reversi@ is build using using html5/blank-canvas- @ . <<https://github.com/apoorvingle/h-reversi/blob/master/images/screenshot.jpeg>> .- @ Please visit <https://github.com/apoorvingle/h-reversi h-reversi> for more details+ . homepage: https://github.com/apoorvingle/h-reversi Bug-reports: https://github.com/apoorvingle/h-reversi/issues license: MIT@@ -64,7 +64,7 @@ build-depends: QuickCheck >= 2.9 && <= 3.0 , base >= 4.8 && < 4.10 , containers >= 0.5.7.1 && <= 0.6- , h-reversi == 0.1.0.1+ , h-reversi == 0.1.0.2 , hspec >= 2.3.2 && <= 2.5 , split >= 0.2.3 && <= 0.2.5 , text >= 1.2.2.1 && <= 1.3