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: 3062daa5e99746ac78a65379398eeb1af44d09e10354ae4f3aaae3c1885431ef name: elm-syntax version: 0.2.0.0 x-revision: 1 synopsis: Elm syntax and pretty-printing description: Please see the README on GitHub at 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.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 && <4.15 , 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