derulo-0.0.3: derulo.cabal
-- This file has been generated from package.yaml by hpack version 0.17.1.
--
-- see: https://github.com/sol/hpack
name: derulo
version: 0.0.3
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
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
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
default-language: Haskell2010