copilot-libraries 3.0 → 3.1
raw patch · 2 files changed
+5/−3 lines, 2 filesdep ~copilot-languagenew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: copilot-language
API changes (from Hackage documentation)
Files
- CHANGELOG +2/−0
- copilot-libraries.cabal +3/−3
+ CHANGELOG view
@@ -0,0 +1,2 @@+2019-11-22 Ivan Perez <ivan.perez@nianet.org>+ * Version bump (3.1).
copilot-libraries.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: copilot-libraries-version: 3.0+version: 3.1 synopsis: Libraries for the Copilot language. description: Libraries for the Copilot language.@@ -23,7 +23,7 @@ stability: Experimental category: Language, Embedded build-type: Simple-extra-source-files: README.md+extra-source-files: README.md, CHANGELOG source-repository head type: git@@ -41,7 +41,7 @@ , data-reify >= 0.6 && < 0.7 , mtl >= 2.0 && < 2.3 , parsec >= 2.0 && < 3.2- , copilot-language >= 3.0 && < 3.1+ , copilot-language >= 3.1 && < 3.2 exposed-modules: Copilot.Library.Libraries