packages feed

Cabal revisions of resourcet-1.1.3.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                resourcet-Version:             1.1.3.2-Synopsis:            Deterministic allocation and freeing of scarce resources.-description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/resourcet>.-License:             BSD3-License-file:        LICENSE-Author:              Michael Snoyman-Maintainer:          michael@snoyman.com-Category:            Data, Conduit-Build-type:          Simple-Cabal-version:       >=1.8-Homepage:            http://github.com/snoyberg/conduit-extra-source-files:  ChangeLog.md, README.md--Library-  Exposed-modules:     Control.Monad.Trans.Resource-                       Control.Monad.Trans.Resource.Internal-                       Data.Acquire-                       Data.Acquire.Internal-  Build-depends:       base                     >= 4.3          && < 5-                     , lifted-base              >= 0.1-                     , transformers-base        >= 0.4.1        && < 0.5-                     , monad-control            >= 0.3.1        && < 1.1-                     , containers-                     , transformers             >= 0.2.2        && < 0.5-                     , mtl                      >= 2.0          && < 2.3-                     , mmorph-                     , exceptions               >= 0.5-  ghc-options:     -Wall--test-suite test-    hs-source-dirs: test-    main-is: main.hs-    type: exitcode-stdio-1.0-    cpp-options:   -DTEST-    build-depends:   resourcet-                   , base-                   , hspec >= 1.3-                   , lifted-base-                   , transformers-    ghc-options:     -Wall--source-repository head-  type:     git-  location: git://github.com/snoyberg/conduit.git+Name:                resourcet
+Version:             1.1.3.2
+x-revision: 1
+Synopsis:            Deterministic allocation and freeing of scarce resources.
+description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/resourcet>.
+License:             BSD3
+License-file:        LICENSE
+Author:              Michael Snoyman
+Maintainer:          michael@snoyman.com
+Category:            Data, Conduit
+Build-type:          Simple
+Cabal-version:       >=1.8
+Homepage:            http://github.com/snoyberg/conduit
+extra-source-files:  ChangeLog.md, README.md
+
+Library
+  Exposed-modules:     Control.Monad.Trans.Resource
+                       Control.Monad.Trans.Resource.Internal
+                       Data.Acquire
+                       Data.Acquire.Internal
+  Build-depends:       base                     >= 4.5          && < 5
+                     , lifted-base              >= 0.1
+                     , transformers-base        >= 0.4.1        && < 0.5
+                     , monad-control            >= 0.3.1        && < 1.1
+                     , containers
+                     , transformers             >= 0.2.2        && < 0.5
+                     , mtl                      >= 2.0          && < 2.3
+                     , mmorph
+                     , exceptions               >= 0.5
+  ghc-options:     -Wall
+
+test-suite test
+    hs-source-dirs: test
+    main-is: main.hs
+    type: exitcode-stdio-1.0
+    cpp-options:   -DTEST
+    build-depends:   resourcet
+                   , base
+                   , hspec >= 1.3
+                   , lifted-base
+                   , transformers
+    ghc-options:     -Wall
+
+source-repository head
+  type:     git
+  location: git://github.com/snoyberg/conduit.git