packages feed

elm-syntax-0.3.3.0: elm-syntax.cabal

cabal-version: 1.12

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

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

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

library
  exposed-modules:
      Language.Elm.Definition
      Language.Elm.Expression
      Language.Elm.Name
      Language.Elm.Pattern
      Language.Elm.Pretty
      Language.Elm.Simplification
      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.0
    , hashable >=1.2.5
    , prettyprinter >=1.6.0
    , 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.0
    , elm-syntax
    , hashable >=1.2.5
    , prettyprinter >=1.6.0
    , text >=1.2.0
    , unordered-containers >=0.2.8
  default-language: Haskell2010