sugar-data-0.0.0.0: sugar-data.cabal
name: sugar-data
version: 0.0.0.0
synopsis: Convert sugar to common data types for code generation
homepage: https://github.com/jxv/sugar#readme
description: Please see the README on GitHub at <https://github.com/jxv/sugar#readme>
category: Text, Configuration
bug-reports: https://github.com/jxv/sugar/issues
author: Joe Vargas
maintainer: Joe Vargas
license: OtherLicense
license-file: LICENSE
build-type: Simple
cabal-version: 1.14
extra-source-files:
CHANGELOG.md
LICENSE
README.md
source-repository head
type: git
location: https://github.com/jxv/sugar
library
exposed-modules:
Sugar.Data
hs-source-dirs:
src
default-extensions:
ghc-options: -Wall
build-depends:
aeson
, base >=4.7 && <5
, sugar == 0.0.1.1
, text
default-language: Haskell2010
test-suite sugar-data-tests
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
tests
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
base
, hspec
, sugar
, sugar-data
, tasty
, tasty-hspec
default-language: Haskell2010