name: transformers-fix version: 1.0 x-revision: 1 author: Amos Robinson maintainer: Tim Humphries copyright: (c) 2017 Ambiata. license: BSD3 license-file: LICENSE category: System cabal-version: >= 1.10 build-type: Simple extra-source-files: README.md CHANGELOG.md synopsis: Monad transformer for evaluating to a fixpoint description: Monad transformer for evaluating to a fixpoint. tested-with: GHC == 7.6.3 , GHC == 7.8.4 , GHC == 7.10.2 , GHC == 8.0.2 , GHC == 8.2.2 , GHC == 8.4.1 homepage: https://github.com/thumphries/transformers-fix bug-reports: https://github.com/thumphries/transformers-fix/issues source-repository head type: git location: https://github.com/thumphries/transformers-fix library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall build-depends: base >= 3 && < 5 , transformers >= 0.2 && < 0.6 exposed-modules: Control.Monad.Trans.Fix