cmdargs 0.10.1 → 0.10.2
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~basedep ~processdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, process, transformers
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- cmdargs.cabal +4/−4
LICENSE view
@@ -1,4 +1,4 @@-Copyright Neil Mitchell 2009-2012.+Copyright Neil Mitchell 2009-2013. All rights reserved. Redistribution and use in source and binary forms, with or without
cmdargs.cabal view
@@ -1,13 +1,13 @@ cabal-version: >= 1.6 build-type: Simple name: cmdargs-version: 0.10.1+version: 0.10.2 license: BSD3 license-file: LICENSE category: Console author: Neil Mitchell <ndmitchell@gmail.com> maintainer: Neil Mitchell <ndmitchell@gmail.com>-copyright: Neil Mitchell 2009-2012+copyright: Neil Mitchell 2009-2013 synopsis: Command line argument processing description: This library provides an easy way to define command line parsers. Most users@@ -49,8 +49,8 @@ build-depends: base == 4.*, filepath,- transformers >= 0.2 && < 0.4,- process >= 1.0 && < 1.2+ transformers >= 0.2,+ process >= 1.0 if flag(quotation) build-depends: template-haskell