packages feed

bishbosh 0.1.3.0 → 0.1.3.1

raw patch · 3 files changed

+6/−3 lines, 3 filesdep ~deepseqPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: deepseq

API changes (from Hackage documentation)

Files

bishbosh.cabal view
@@ -16,7 +16,7 @@ -- along with BishBosh.  If not, see <http://www.gnu.org/licenses/>.  Name:		bishbosh-Version:	0.1.3.0+Version:	0.1.3.1 Copyright:	(C) 2018 Dr. Alistair Ward License:	GPL-3.0-or-later License-file:	LICENSE@@ -302,7 +302,7 @@      Build-depends:         array		^>= 0.5.1.1,-        deepseq		^>= 1.4.1,+        deepseq		>= 1.4.3,         extra		^>= 1.7.4,         factory		^>= 0.3.1,         hxt		^>= 9.3.1,
bishbosh.spec view
@@ -24,7 +24,7 @@  Summary:	BishBosh is a chess-game. Name:		bishbosh-Version:	0.1.3.0+Version:	0.1.3.1 Release:	1 License:	GPLv3 # From '/usr/share/doc/packages/rpm/GROUPS'.
changelog.markdown view
@@ -162,3 +162,6 @@ 	+ Relocated colour-related modules from **BishBosh/Attribute/** to **BishBosh/Colour/**. 	+ Re-ordered the parameters of functions which access record-structures, to make the record the first parameter; cf. those that mutate the record-structure, which receive it last. +## 0.1.3.1+* Increased minimum version for package **deepseq**, to access function **rwhnf**.+