packages feed

componentm-devel-0.0.0.2: componentm-devel.cabal

cabal-version: >=1.10
name: componentm-devel
version: 0.0.0.2
license: MIT
license-file: LICENSE
copyright: © 2017-current Roman Gonzalez
maintainer: open-source@roman-gonzalez.info
author: Roman Gonzalez
stability: alpha (experimental)
tested-with: ghc ==8.0.1 ghc ==8.0.2 ghc ==8.2.1
homepage: https://github.com/roman/Haskell-componentm#readme
bug-reports: https://github.com/roman/Haskell-componentm/issues
synopsis: Easy REPL driven development using ComponentM
description:
    This library enhances the componentm with auto-reloading
    capabilites for your application, allowing to ensure cleanup
    of resources when doing REPL driven development, or when using
    ghcid
category: System
build-type: Simple
extra-source-files:
    CHANGELOG.md
    README.md

source-repository head
    type: git
    location: https://github.com/roman/Haskell-componentm

library
    exposed-modules:
        Control.Monad.Component.Development
    hs-source-dirs: src
    other-modules:
        Paths_componentm_devel
    default-language: Haskell2010
    ghc-options: -Wall -Wincomplete-uni-patterns
                 -Wincomplete-record-updates
    build-depends:
        base >=4.8 && <5,
        componentm >=0.0.0.2,
        foreign-store >=0.2,
        rio >=0.0.3,
        teardown >=0.3