packages feed

slate-0.13.1.0: slate.cabal

cabal-version: 1.12

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

name:           slate
version:        0.13.1.0
synopsis:       A note taking CLI tool.
description:    Please see the README on Github at <https://github.com/evuez/slate#readme>
homepage:       https://github.com/evuez/slate#readme
bug-reports:    https://github.com/evuez/slate/issues
author:         evuez
maintainer:     helloevuez@gmail.com
copyright:      Copyright (c) 2017, evuez
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/evuez/slate

library
  exposed-modules:
      Ansi
      Command
      Config
      Filter
      Lib
      Style
      Task
  other-modules:
      Paths_slate
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , directory >=1.3
    , filepath >=1.4
    , htoml >=1.0
    , optparse-applicative >=0.14
    , process >=1.6
    , string-conversions >=0.2
    , unordered-containers >=0.2
  default-language: Haskell2010

executable slate
  main-is: Main.hs
  other-modules:
      Paths_slate
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , directory >=1.3
    , filepath >=1.4
    , htoml >=1.0
    , optparse-applicative >=0.14
    , process >=1.6
    , slate
    , string-conversions >=0.2
    , unordered-containers >=0.2
  default-language: Haskell2010

test-suite slate-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_slate
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , directory >=1.3
    , filepath >=1.4
    , htoml >=1.0
    , optparse-applicative >=0.14
    , process >=1.6
    , slate
    , string-conversions >=0.2
    , unordered-containers >=0.2
  default-language: Haskell2010