-- Initial laborantin-hs.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: laborantin-hs version: 0.1.1.0 synopsis: an experiment management framework -- description: homepage: https://github.com/lucasdicioccio/laborantin-hs license: Apache-2.0 license-file: LICENSE author: lucas dicioccio maintainer: lucas@dicioccio.fr -- copyright: category: Experiment build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Laborantin, Laborantin.DSL, Laborantin.Implementation, Laborantin.Types -- other-modules: other-extensions: FlexibleContexts, OverloadedStrings, TupleSections build-depends: base >=4.6 && <4.7, transformers >=0.3 && <0.4, mtl >=2.1 && <2.2, containers >=0.5 && <0.6, text >=0.11 && <0.12, bytestring >=0.10 && <0.11, aeson >=0.6 && <0.7, uuid >=1.2 && <1.3, directory >=1.2 && <1.3, random >=1.0 && <1.1, hslogger >=1.2 && <1.3, cmdlib >= 0.3.5 -- hs-source-dirs: default-language: Haskell2010