mcpi 0.0.1.1 → 0.0.1.2
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~pipes
Dependency ranges changed: pipes
Files
- CHANGELOG +6/−1
- mcpi.cabal +2/−2
CHANGELOG view
@@ -1,7 +1,12 @@+Version 0.0.1.2+===============++Updated pipes upper bound (thanks to Gabriel Gonzalez).+ Version 0.0.1.1 =============== -Renamec the change log from CHANGES.md to CHANGELOG so+Renamed the change log from CHANGES.md to CHANGELOG so that Hackage will display it. Minor HLint changes (no change in behavior or API).
mcpi.cabal view
@@ -1,5 +1,5 @@ Name: mcpi-Version: 0.0.1.1+Version: 0.0.1.2 Homepage: https://github.com/DougBurke/hmcpi Bug-Reports: https://github.com/DougBurke/hmcpi/issues Stability: experimental@@ -167,7 +167,7 @@ Build-Depends: base, network,- pipes >= 4.0 && < 4.1+ pipes >= 4.0 && < 4.2 Executable debugmcpi if !flag(build-debug)