packages feed

zifter-0.0.1.6: zifter.cabal

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

name:           zifter
version:        0.0.1.6
synopsis:       zifter
description:    zifter
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:
      ansi-terminal >=0.6 && <0.8
    , async >=2.1 && <2.2
    , base >=4.9 && <=5
    , directory >=1.2 && <1.4
    , exceptions >=0.8 && <0.9
    , filepath >=1.4 && <1.5
    , optparse-applicative >=0.13 && <0.15
    , path >=0.6 && <0.7
    , path-io >1.3 && <1.4
    , process >=1.4 && <1.7
    , safe >=0.3 && <0.4
    , stm >=2.4 && <2.5
    , validity >=0.3 && <0.5
    , validity-path >=0.1 && <0.3
  exposed-modules:
      Zifter
      Zifter.OptParse
      Zifter.OptParse.Types
      Zifter.Recurse
      Zifter.Script
      Zifter.Script.Types
      Zifter.Setup
      Zifter.Setup.Types
      Zifter.Types
      Zifter.Zift
      Zifter.Zift.Types
  other-modules:
      Paths_zifter
  default-language: Haskell2010

test-suite zifter-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test/
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
  build-depends:
      QuickCheck >=2.9 && <2.11
    , ansi-terminal
    , base >=4.9 && <=5
    , colour >=2.3 && <2.4
    , directory
    , genvalidity >=0.3 && <0.5
    , genvalidity-hspec >=0.3 && <0.6
    , genvalidity-path >=0.1 && <0.3
    , hspec
    , path
    , path-io
    , stm
    , zifter
  other-modules:
      TestImport
      Zifter.Gen
      Zifter.OptParse.Gen
      Zifter.RecurseSpec
      Zifter.Zift.Gen
      Zifter.ZiftSpec
      ZifterSpec
      Paths_zifter
  default-language: Haskell2010