packages feed

wizards 1.0 → 1.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~containersdep ~haskelinedep ~mtl

Dependency ranges changed: containers, haskeline, mtl, transformers

Files

wizards.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version:             1.0+Version:             1.0.1  -- A short (one-line) description of the package. Synopsis:            High level, generic library for interrogative user interfaces@@ -83,7 +83,7 @@   Extensions: OverlappingInstances                         -- Packages needed in order to build this package.-  Build-depends: base == 4.*, haskeline == 0.6.*, mtl == 2.0.*, transformers == 0.2.*, control-monad-free ==0.5.*, containers == 0.4.*+  Build-depends: base == 4.*, haskeline >= 0.6 && < 0.8, mtl >= 2.0 && < 2.2, transformers >= 0.1 && < 0.4, control-monad-free ==0.5.*, containers >= 0.4 && < 0.6      -- Modules not exported by this package.   -- Other-modules: