packages feed

clerk-0.1.0.3: clerk.cabal

cabal-version: 1.12

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

name:           clerk
version:        0.1.0.3
synopsis:       Declaratively describe spreadsheets
description:    `clerk` provides a Haskell eDSL and a library for declaratively describing the spreadsheets. 
                `clerk` is built on top of the [xlsx](https://hackage.haskell.org/package/xlsx) package 
                and extends upon the [work](https://youtu.be/1xGoa-zEOrQ) of Nickolay Kudasov.
                See the [README](https://github.com/deemp/clerk#readme) for an example of `clerk` usage and further info.
category:       spreadsheet
homepage:       https://github.com/deemp/clerk#readme
bug-reports:    https://github.com/deemp/clerk/issues
author:         Danila Danko, Nickolay Kudasov
maintainer:     Danila Danko
copyright:      Danila Danko, Nickolay Kudasov
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/deemp/clerk

library
  exposed-modules:
      Clerk
  other-modules:
      Paths_clerk
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  build-depends:
      base >=4.9 && <5.0
    , bytestring
    , containers
    , data-default
    , lens
    , mtl
    , text
    , time
    , transformers
    , xlsx
  default-language: Haskell2010

test-suite docs
  type: exitcode-stdio-1.0
  main-is: test/Docs.hs
  other-modules:
      Paths_clerk
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  build-tool-depends:
      lima:lima ==0.1.*
  build-depends:
      base
    , bytestring
    , containers
    , data-default
    , lens
    , mtl
    , text
    , time
    , transformers
    , typed-process
    , xlsx
  default-language: Haskell2010