packages feed

options 0.1 → 0.1.1

raw patch · 1 files changed

+9/−9 lines, 1 filesdep ~basedep ~bytestringdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, containers, monads-tf, template-haskell, text, transformers

API changes (from Hackage documentation)

Files

options.cabal view
@@ -1,5 +1,5 @@ name: options-version: 0.1+version: 0.1.1 license: MIT license-file: license.txt author: John Millikin <jmillikin@gmail.com>@@ -80,7 +80,7 @@ source-repository this   type: bazaar   location: https://john-millikin.com/branches/haskell-options/0.1/-  tag: haskell-options_0.1+  tag: haskell-options_0.1.1  library   ghc-options: -Wall -O2@@ -95,14 +95,14 @@       c-sources: cbits/utf8.c    build-depends:-      base >= 4.0 && < 5.0-    , transformers >= 0.2 && < 0.3-    , bytestring >= 0.9 && < 0.10-    , containers >= 0.1 && < 0.5-    , monads-tf+      base >= 4.1 && < 5.0+    , transformers >= 0.2+    , bytestring >= 0.9+    , containers >= 0.1+    , monads-tf >= 0.1     , system-filepath >= 0.4 && < 0.5-    , text >= 0.7 && < 0.12-    , template-haskell+    , text >= 0.7+    , template-haskell >= 2.3    exposed-modules:     Options