language-dart-0.2.0.0: language-dart.cabal
name: language-dart
version: 0.2.0.0
synopsis: Manipulating Dart source: abstract syntax and pretty-printer
description: Please see README.md
homepage: https://github.com/kseo/language-dart#readme
license: BSD3
license-file: LICENSE
author: Kwang Yul Seo
maintainer: kwangyul.seo@gmail.com
copyright: Kwang Yul Seo 2016
category: Language
stability: Experimental
build-type: Simple
extra-source-files: README.md
CHANGELOG.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Language.Dart.Pretty
Language.Dart.Syntax
build-depends: base >= 4.7 && < 5
, pretty >= 1.1
default-language: Haskell2010
test-suite language-dart-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: PrettySpec
TestHelper
build-depends: base
, hspec
, language-dart
, raw-strings-qq
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/kseo/language-dart