-- Initial resource-effect.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: resource-effect version: 0.1.0 synopsis: A port of the package 'resourcet' for extensible effects. description: homepage: https://github.com/wowus/resource-effect/ license: BSD3 license-file: LICENSE author: Clark Gaebel maintainer: cgaebel@uwaterloo.ca category: Effect, Control build-type: Simple cabal-version: >=1.10 library ghc-options: -Wall exposed-modules: Control.Eff.Resource build-depends: base == 4.6.* , containers == 0.5.* , extensible-effects == 1.2.* hs-source-dirs: src/ default-language: Haskell2010 test-suite tests type: exitcode-stdio-1.0 main-is: Test.hs hs-source-dirs: test/ ghc-options: -rtsopts=all -threaded build-depends: base == 4.6.* , QuickCheck == 2.* , HUnit == 1.2.* , test-framework == 0.8.* , test-framework-hunit == 0.3.* , test-framework-quickcheck2 == 0.3.* , containers == 0.5.* , extensible-effects == 1.2.* , mtl == 2.1.* , resource-effect default-language: Haskell2010 source-repository head type: git location: https://github.com/wowus/resource-effect/