sugar-0.0.0: sugar.cabal
name: sugar
version: 0.0.0
synopsis: Legible data
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: MIT
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
hs-source-dirs:
src
default-extensions:
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, bytestring
, cereal
, containers >0.5 && <1
, megaparsec
, ordered-containers
, safe
, text
, text-conversions
, text-show
, unordered-containers
, vector
default-language: Haskell2010
test-suite sugar-test-suite
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
test-suite
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
base
, sugar
, tasty
, tasty-hspec
default-language: Haskell2010