-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0772a1bfb6665ce76c6a2873fff53b7df0d4c8140c85d8e2345f189a0cae3ade
name: freer-simple-catching
version: 0.1.0.0
synopsis: Checked runtime exceptions with freer-simple
description: Please see the README on Gitlab at <https://gitlab.com/costar-astrology/freer-simple-contrib/tree/master/freer-simple-catching>
category: Control
author: Ben Weitzman
maintainer: ben@costarastrology.com
copyright: 2018 Ben Weitzman, Co-Star Astrology
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://gitlab.com/costar-astrology/freer-simple-contrib/tree/master/freer-simple-catching
library
exposed-modules:
Control.Monad.Freer.Catching
other-modules:
Paths_freer_simple_catching
hs-source-dirs:
src
default-extensions: GADTs FlexibleContexts TypeOperators DataKinds StandaloneDeriving DeriveDataTypeable MultiParamTypeClasses FlexibleInstances UndecidableInstances TypeApplications ScopedTypeVariables TypeFamilies RankNTypes DeriveAnyClass OverloadedStrings FunctionalDependencies ConstraintKinds EmptyCase BangPatterns
build-depends:
base >=4.7 && <5
, freer-simple >=1.1 && <1.2
default-language: Haskell2010
test-suite freer-simple-catching-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Control.Monad.Freer.CatchingSpec
Paths_freer_simple_catching
hs-source-dirs:
test
default-extensions: GADTs FlexibleContexts TypeOperators DataKinds StandaloneDeriving DeriveDataTypeable MultiParamTypeClasses FlexibleInstances UndecidableInstances TypeApplications ScopedTypeVariables TypeFamilies RankNTypes DeriveAnyClass OverloadedStrings FunctionalDependencies ConstraintKinds EmptyCase BangPatterns
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, freer-simple >=1.1 && <1.2
, freer-simple-catching
, hspec
default-language: Haskell2010