uulib 0.9.19 → 0.9.20
raw patch · 4 files changed
+26/−6 lines, 4 files
Files
- CHANGELOG +14/−0
- README +0/−4
- README.md +9/−0
- uulib.cabal +3/−2
+ CHANGELOG view
@@ -0,0 +1,14 @@+uulib Changelog+===============++### 0.9.20+* Make sure Changelog is included in cabal package/hackage.++### 0.9.19+* Refactor of IsParser into Applicative, Functor, and Alternative. No need to hide the previously duplicate interface anymore.++### 0.9.18+* Add changelog, update cabal metadata++### 0.9.17+* GHC 7.10 support (by asr)
− README
@@ -1,4 +0,0 @@-This is a conventional cabal package and can be-installed accordingly.--See also http://foswiki.cs.uu.nl/foswiki/HUT/WebHome
+ README.md view
@@ -0,0 +1,9 @@+[](https://travis-ci.org/UU-ComputerScience/uulib)++uulib+=====++This is a conventional cabal package and can be+installed accordingly.++See also http://foswiki.cs.uu.nl/foswiki/HUT/WebHome
uulib.cabal view
@@ -1,5 +1,5 @@ name: uulib-version: 0.9.19+version: 0.9.20 license: BSD3 license-file: COPYRIGHT @@ -15,7 +15,8 @@ cabal-version: >= 1.6 build-type: Simple -extra-source-files: README,+extra-source-files: README.md,+ CHANGELOG, examples/bibtex/Bibtex.hs, examples/parser/Example.hs, examples/parser/Makefile,