alex-prelude 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- AlexPrelude.hs +1/−0
- alex-prelude.cabal +1/−1
AlexPrelude.hs view
@@ -13,6 +13,7 @@ -- > print "Let me ponder on what I think about your name..." -- > sleep 10 -- > print "It is ridiculous! Why would your parents do that to you!"+-- > print_banner -- -- As you can see, these functions try to fill in the missing gaps for when you want to write a real application in haskell. module AlexPrelude
alex-prelude.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.1.0+version: 0.1.1.1 -- A short (one-line) description of the package. synopsis: Collection of useful functions for writing console applications