packages feed

battleship-combinatorics 0.0.1 → 0.0.1.1

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~QuickCheckdep ~deepseqdep ~semigroupsPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: QuickCheck, deepseq, semigroups

API changes (from Hackage documentation)

- Combinatorics.Battleship.Count.ShortenShip.Distribution: type CountDistrMap w h = T w (CountDistr w h)
+ Combinatorics.Battleship.Count.ShortenShip.Distribution: type CountDistrMap w h = T w CountDistr w h
- Combinatorics.Battleship.Count.ShortenShip.Distribution: type CountDistrPath w h = Path w (CountDistr w h)
+ Combinatorics.Battleship.Count.ShortenShip.Distribution: type CountDistrPath w h = Path w CountDistr w h
- Combinatorics.Battleship.SetCover: type AssignShip = Assign (ShipSize, Map (Int, Int) Bool) (Set (Int, Int))
+ Combinatorics.Battleship.SetCover: type AssignShip = Assign (ShipSize, Map (Int, Int) Bool) Set (Int, Int)
- Combinatorics.Battleship.SetCover: type AssignShipBitSet = Assign (ShipSize, Map (Int, Int) Bool) (Set Integer)
+ Combinatorics.Battleship.SetCover: type AssignShipBitSet = Assign (ShipSize, Map (Int, Int) Bool) Set Integer
- Combinatorics.Battleship.Size: type P10 w = Succ (P9 w)
+ Combinatorics.Battleship.Size: type P10 w = Succ P9 w
- Combinatorics.Battleship.Size: type P11 w = Succ (P10 w)
+ Combinatorics.Battleship.Size: type P11 w = Succ P10 w
- Combinatorics.Battleship.Size: type P12 w = Succ (P11 w)
+ Combinatorics.Battleship.Size: type P12 w = Succ P11 w
- Combinatorics.Battleship.Size: type P2 w = Succ (P1 w)
+ Combinatorics.Battleship.Size: type P2 w = Succ P1 w
- Combinatorics.Battleship.Size: type P3 w = Succ (P2 w)
+ Combinatorics.Battleship.Size: type P3 w = Succ P2 w
- Combinatorics.Battleship.Size: type P4 w = Succ (P3 w)
+ Combinatorics.Battleship.Size: type P4 w = Succ P3 w
- Combinatorics.Battleship.Size: type P5 w = Succ (P4 w)
+ Combinatorics.Battleship.Size: type P5 w = Succ P4 w
- Combinatorics.Battleship.Size: type P6 w = Succ (P5 w)
+ Combinatorics.Battleship.Size: type P6 w = Succ P5 w
- Combinatorics.Battleship.Size: type P7 w = Succ (P6 w)
+ Combinatorics.Battleship.Size: type P7 w = Succ P6 w
- Combinatorics.Battleship.Size: type P8 w = Succ (P7 w)
+ Combinatorics.Battleship.Size: type P8 w = Succ P7 w
- Combinatorics.Battleship.Size: type P9 w = Succ (P8 w)
+ Combinatorics.Battleship.Size: type P9 w = Succ P8 w

Files

battleship-combinatorics.cabal view
@@ -1,5 +1,5 @@ Name:             battleship-combinatorics-Version:          0.0.1+Version:          0.0.1.1 License:          BSD3 License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de>@@ -17,7 +17,7 @@ Build-Type:       Simple  Source-Repository this-  Tag:         0.0.1+  Tag:         0.0.1.1   Type:        darcs   Location:    https://hub.darcs.net/thielema/battleship-combinatorics/ @@ -27,20 +27,20 @@  Library   Build-Depends:-    QuickCheck >=2.5 && <3.0,+    QuickCheck >=2.5 && <3,     pooled-io >=0.0.2 && <0.1,     combinatorial >=0.0 && <0.2,     set-cover >=0.1 && <0.2,     temporary >=1.1 && <1.4,     directory >=1.1 && <1.4,-    filepath >=1.3 && <1.5,-    random >=1.0 && <1.3,+    filepath >=1.3 && <1.6,+    random >=1.0 && <1.4,     storable-record >=0.0.3 && <0.1,     storablevector >=0.2.11 && <0.3,-    containers >=0.4.2 && <0.7,-    deepseq >=1.3 && <1.5,+    containers >=0.4.2 && <0.9,+    deepseq >=1.3 && <1.7,     non-empty >=0.2.1 && <0.4,-    semigroups >=0.1 && <1.0,+    semigroups >=0.1 && <1,     transformers >=0.3 && <0.7,     utility-ht >=0.0.8 && <0.1,     prelude-compat >=0.0 && <0.0.1,