smaoin 0.1.1.1 → 0.1.1.2
raw patch · 3 files changed
+27/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- NEWS +25/−0
- smaoin.cabal +1/−1
- test/test.hs +1/−1
NEWS view
@@ -1,3 +1,28 @@+smaoin 0.1.1.2 -- 2015-05-06+============================++General, build and documentation changes:++* (None)++New APIs, features and enhancements:++* (None)++Bug fixes:++* The empty test suite passes now. Its failure prevents the package from+ building in build servers - at least NixOS - because they can run the test+ suite in addition to building the library. I'll add tests soon too.++Dependency changes:++* (None)+++++ smaoin 0.1.1.1 -- 2015-05-05 ============================
smaoin.cabal view
@@ -1,5 +1,5 @@ name: smaoin-version: 0.1.1.1+version: 0.1.1.2 synopsis: Utilities for the Smaoin semantic information model. description: This package provides basic types and functions for working with the Smaoin model in Haskell. But these are
test/test.hs view
@@ -25,7 +25,7 @@ unless (all isSuccess results) exitFailure prop_todo :: Bool-prop_todo = False+prop_todo = True tests :: [(String, IO Result)] tests =