packages feed

zifter-stack-0.0.0.9: zifter-stack.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: aea9178fd023b7723e4aac9629108895cee97bfa793860b9d38d8cb49b72d75b

name:           zifter-stack
version:        0.0.0.9
synopsis:       zifter-stack
description:    zifter-stack
category:       Zift
homepage:       http://cs-syd.eu
author:         Tom Sydney Kerckhove
maintainer:     syd.kerckhove@gmail.com
copyright:      Copyright: (c) 2017 Tom Sydney Kerckhove
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

library
  hs-source-dirs:
      src/
  ghc-options: -Wall
  build-depends:
      Cabal >=1.24 && <2.1
    , base >=4.9 && <=5
    , directory
    , filepath >=1.4 && <1.5
    , path
    , path-io
    , process
    , safe >=0.3 && <0.4
    , zifter >=0.0 && <0.1
  exposed-modules:
      Zifter.Stack
  other-modules:
      Paths_zifter_stack
  default-language: Haskell2010

test-suite zifter-stack-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test/
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
  build-depends:
      Cabal >=1.24 && <2.1
    , base >=4.9 && <=5
    , directory
    , filepath >=1.4 && <1.5
    , hspec
    , path
    , path-io
    , process
    , safe >=0.3 && <0.4
    , stm
    , zifter >=0.0 && <0.1
    , zifter-stack
  other-modules:
      TestImport
      Zifter.StackSpec
      Paths_zifter_stack
  default-language: Haskell2010