packages feed

semirings 0.3.1.0 → 0.3.1.1

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+0.3.1.1: [2019.01.12]+---------------------+* Fix build error caused by disabling building with containers.+ 0.3.1.0: [2019.01.12] --------------------- * Add Data.Semiring.Tropical
Data/Semiring.hs view
@@ -38,7 +38,7 @@   , Add(..)   , Mul(..)   , WrappedNum(..)-#if MIN_VERSION_base(4,7,0) +#if defined(VERSION_containers) && MIN_VERSION_base(4,7,0)    , IntSetOf(..)   , IntMapOf(..) #endif
semirings.cabal view
@@ -1,6 +1,6 @@ name:          semirings category:      Algebra, Data, Data Structures, Math, Maths, Mathematics-version:       0.3.1.0+version:       0.3.1.1 license:       BSD3 cabal-version: >= 1.10 license-file:  LICENSE