packages feed

cmdargs 0.9.1 → 0.9.2

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ System.Console.CmdArgs.Explicit: remapUpdate :: Functor f => t -> (t2 -> (t1, a -> b)) -> (t3 -> t1 -> f a) -> t3 -> t2 -> f b

Files

cmdargs.cabal view
@@ -1,7 +1,7 @@ cabal-version:      >= 1.6 build-type:         Simple name:               cmdargs-version:            0.9.1+version:            0.9.2 license:            BSD3 license-file:       LICENSE category:           Console@@ -84,7 +84,7 @@  executable cmdargs     main-is: Main.hs-    if flag(testprog)+    if flag(testprog) && flag(quotation)         buildable: True     else         buildable: False