packages feed

derulo-1.0.0: derulo.cabal

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

name:           derulo
version:        1.0.0
synopsis:       Parse and render JSON simply.
description:    Derulo parses and renders JSON simply.
category:       JSON
homepage:       https://github.com/tfausak/derulo#readme
bug-reports:    https://github.com/tfausak/derulo/issues
maintainer:     Taylor Fausak
license:        MIT
license-file:   LICENSE.markdown
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.markdown
    README.markdown

source-repository head
  type: git
  location: https://github.com/tfausak/derulo

library
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      base >=4.8.2 && <4.11
  exposed-modules:
      Derulo
  other-modules:
      Paths_derulo
  default-language: Haskell2010

executable derulo
  main-is: Main.hs
  hs-source-dirs:
      executables
  ghc-options: -Wall -rtsopts -threaded
  build-depends:
      base >=4.8.2 && <4.11
    , derulo
  other-modules:
      Paths_derulo
  default-language: Haskell2010

test-suite test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      tests
  ghc-options: -Wall -rtsopts -threaded
  build-depends:
      base >=4.8.2 && <4.11
    , doctest >=0.11.0 && <0.14
  other-modules:
      Paths_derulo
  default-language: Haskell2010