uhc-util 0.1.5.3 → 0.1.5.4
raw patch · 2 files changed
+18/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +15/−0
- uhc-util.cabal +3/−1
+ changelog.md view
@@ -0,0 +1,15 @@+# Changelog++## 0.1.5.4 - 20150416++- [build] changelog.md included in cabal dist++## 0.1.5.3 - 20150402++- [build] depends on uulib>=0.9.19 to avoid Applicative hiding imports++## 0.1.5.2 - 20150401++- [build] should work with ghc 7.10++
uhc-util.cabal view
@@ -1,5 +1,5 @@ Name: uhc-util-Version: 0.1.5.3+Version: 0.1.5.4 cabal-version: >= 1.6 License: BSD3 Copyright: Utrecht University, Department of Information and Computing Sciences, Software Technology group@@ -13,6 +13,8 @@ Description: General purpose utilities for UHC and related tools Synopsis: UHC utilities +extra-source-files: changelog.md+ source-repository head type: git location: git://github.com/UU-ComputerScience/uhc-util.git