zifter-0.0.1.8: zifter.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2edf9193ad19920f1d0cffc368aef0e3f4039657adb5e1db8d7c36aa95c9653d
name: zifter
version: 0.0.1.8
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
, async
, base >=4.9 && <=5
, directory
, exceptions
, filepath
, optparse-applicative
, path
, path-io
, process
, safe
, stm
, validity >=0.3
, validity-path >=0.1
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
, genvalidity-hspec >=0.3
, genvalidity-path >=0.1
, 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