-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: fc4717b873061a5fed89a432e44b882f5b9ed80818d00d155d85a602868d22d7 name: zifter-stack version: 0.0.0.10 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