ANum 0.2.0.1 → 0.2.0.2
raw patch · 3 files changed
+10/−7 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ANum.cabal +3/−7
- CHANGELOG.md +3/−0
- README.md +4/−0
ANum.cabal view
@@ -1,16 +1,17 @@ name: ANum-version: 0.2.0.1+version: 0.2.0.2 synopsis: Num instance for Applicatives provided via the ANum newtype homepage: https://github.com/DanBurton/ANum#readme bug-reports: https://github.com/DanBurton/ANum/issues license: BSD3 license-file: LICENSE author: Dan Burton-maintainer: dan.burton@originate.com+maintainer: danburton.email@gmail.com copyright: (c) Dan Burton 2013 - 2018 category: Data build-type: Simple cabal-version: >=1.10+extra-source-files: README.md CHANGELOG.md library default-language: Haskell2010@@ -30,8 +31,3 @@ source-repository head type: git location: git://github.com/DanBurton/ANum.git--source-repository this- type: git- location: git://github.com/DanBurton/ANum.git- tag: ANum-0.2.0.1
+ CHANGELOG.md view
@@ -0,0 +1,3 @@+## 0.2.0++* Add Foldable and Traversable instances
+ README.md view
@@ -0,0 +1,4 @@+ANum+====++Num instance for Applicatives provided via the ANum newtype