packages feed

cmdargs 0.10.11 → 0.10.12

raw patch · 3 files changed

+5/−2 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGES.txt view
@@ -1,5 +1,7 @@ Changelog for CmdArgs +0.10.12+    GHC 7.2 compatibility 0.10.11     #15, never put [brackets] around optional args in Explicit 0.10.10
Data/Generics/Any.hs view
@@ -7,6 +7,7 @@ import Data.Data hiding (toConstr, typeOf, dataTypeOf, isAlgType) import Data.List import Data.Maybe+import qualified Data.Typeable.Internal as I   type CtorName = String@@ -62,7 +63,7 @@ typeShell = tyconUQname . typeShellFull  typeShellFull :: Any -> String-typeShellFull = tyConName . typeRepTyCon . typeOf+typeShellFull = I.tyConName . typeRepTyCon . typeOf  typeName :: Any -> String typeName = show . typeOf
cmdargs.cabal view
@@ -1,7 +1,7 @@ cabal-version:      >= 1.6 build-type:         Simple name:               cmdargs-version:            0.10.11+version:            0.10.12 license:            BSD3 license-file:       LICENSE category:           Console