alist 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/AList.hs +1/−0
- alist.cabal +2/−1
Data/AList.hs view
@@ -12,6 +12,7 @@ instance Monoid (AList a) where mempty = AListEmpty+ mappend = append instance Semigroup (AList a) where (<>) = append
alist.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.3+version: 0.1.0.4 -- A short (one-line) description of the package. synopsis: lists with O(1) append@@ -67,6 +67,7 @@ -- Base language which the package is written in. default-language: Haskell98+ default-extensions: Safe source-repository head