compound-types 0.1 → 0.1.0.1
raw patch · 2 files changed
+7/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- compound-types.cabal +6/−2
- demo/Main.hs +1/−1
compound-types.cabal view
@@ -1,7 +1,7 @@ name: compound-types version:- 0.1+ 0.1.0.1 category: Data, Types, Type System synopsis:@@ -56,7 +56,11 @@ base >= 4.6 && < 4.10 -executable demo+-- Not a benchmark really.+-- Just a work-around for Cabal issues.+benchmark demo+ type:+ exitcode-stdio-1.0 hs-source-dirs: demo main-is:
demo/Main.hs view
@@ -5,7 +5,7 @@ main =- error "This demonstration is all about the compilability"+ putStrLn "This demonstration is all about the compilability" -- | -- Same as the following type: