packages feed

cmdargs-browser 0.1 → 0.1.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~transformers

Dependency ranges changed: transformers

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright Neil Mitchell 2006-2007.+Copyright Neil Mitchell 2011-2012. All rights reserved.  Redistribution and use in source and binary forms, with or without
cmdargs-browser.cabal view
@@ -1,13 +1,13 @@ cabal-version:      >= 1.6 build-type:         Simple name:               cmdargs-browser-version:            0.1+version:            0.1.1 license:            BSD3 license-file:       LICENSE category:           Console author:             Neil Mitchell <ndmitchell@gmail.com> maintainer:         Neil Mitchell <ndmitchell@gmail.com>-copyright:          Neil Mitchell 2011+copyright:          Neil Mitchell 2011-2012 synopsis:           Helper to enter cmdargs command lines using a web browser description:     Used in conjunction with a cmdargs enabled program to enter flags using a web browser,@@ -29,7 +29,7 @@     main-is: Main.hs     build-depends:         base == 4.*,-        transformers == 0.2.*,+        transformers >= 0.2 && < 0.4,         filepath,         text,         bytestring,