packages feed

airship 0.2.0.0 → 0.3.0.0

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~blaze-builderdep ~directorydep ~mtlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: blaze-builder, directory, mtl, transformers

API changes (from Hackage documentation)

Files

airship.cabal view
@@ -1,7 +1,7 @@ name:                   airship synopsis:               A Webmachine-inspired HTTP library description:            A Webmachine-inspired HTTP library-version:                0.2.0.0+version:                0.3.0.0 license:                MIT license-file:           LICENSE author:                 Reid Draper and Patrick Thomson@@ -40,7 +40,7 @@                       , bytestring-trie == 0.2.4.*                       , case-insensitive                       , cryptohash == 0.11.6.*-                      , directory == 1.2.2.*+                      , directory                       , either == 4.3.*                       , filepath >= 1.3 && < 1.5                       , http-date@@ -49,7 +49,7 @@                       , lifted-base == 0.2.*                       , mime-types == 0.1.0.*                       , monad-control >= 1.0-                      , mtl >= 2.2+                      , mtl                       , network                       , old-locale                       , random@@ -68,10 +68,10 @@   default-language:    Haskell2010   build-depends:        base >=4.7 && < 5                       , airship-                      , blaze-builder == 0.3.*+                      , blaze-builder >=0.3 && < 0.5                       , bytestring                       , http-types >= 0.7-                      , mtl == 2.2.*+                      , mtl                       , text                       , time                       , unordered-containers@@ -90,6 +90,6 @@                , tasty            == 0.10.*                , tasty-quickcheck == 0.8.3.*                , tasty-hunit        >= 0.9.1 && < 0.10-               , transformers == 0.4.2.*+               , transformers                , wai == 3.0.*   ghc-options: -Wall -threaded -O1 -fno-warn-orphans