packages feed

elm-syntax-0.1.0.0: elm-syntax.cabal

cabal-version: 1.12

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

name:           elm-syntax
version:        0.1.0.0
synopsis:       Elm syntax and pretty-printing
description:    Please see the README on GitHub at <https://github.com/folq/elm-syntax#readme>
category:       Elm, Compiler, Language
homepage:       https://github.com/folq/elm-syntax#readme
bug-reports:    https://github.com/folq/elm-syntax/issues
author:         Olle Fredriksson
maintainer:     fredriksson.olle@gmail.com
copyright:      2019 Olle Fredriksson
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/folq/elm-syntax

library
  exposed-modules:
      Language.Elm.Definition
      Language.Elm.Expression
      Language.Elm.Name
      Language.Elm.Pattern
      Language.Elm.Pretty
      Language.Elm.Type
  other-modules:
      Paths_elm_syntax
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wtabs -funbox-strict-fields
  build-depends:
      base >=4.7 && <5
    , bound >=2.0.0
    , deriving-compat >=0.5
    , prettyprinter >=1.2.1
    , protolude >=0.2.3
    , text >=1.2.0
    , unordered-containers >=0.2.8
  default-language: Haskell2010

test-suite elm-syntax-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_elm_syntax
  hs-source-dirs:
      test
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wtabs -funbox-strict-fields -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bound >=2.0.0
    , deriving-compat >=0.5
    , elm-syntax
    , prettyprinter >=1.2.1
    , protolude >=0.2.3
    , text >=1.2.0
    , unordered-containers >=0.2.8
  default-language: Haskell2010