cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: ldtk-types version: 1.2.3 synopsis: Datatypes and Aeson instances for parsing LDtk description: Please see the README on GitHub at category: Data homepage: https://github.com/isovector/ldtk-types#readme bug-reports: https://github.com/isovector/ldtk-types/issues author: Sandy Maguire maintainer: sandy@sandymaguire.me copyright: Sandy Maguire license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/isovector/ldtk-types library exposed-modules: LDtk LDtk.Types other-modules: Paths_ldtk_types hs-source-dirs: src default-extensions: DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DerivingStrategies GeneralisedNewtypeDeriving LambdaCase NamedFieldPuns ScopedTypeVariables TraditionalRecordSyntax TupleSections TypeApplications ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints build-depends: aeson , base >=4.7 && <5 , text default-language: Haskell2010 test-suite ldtk-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_ldtk_types hs-source-dirs: test default-extensions: DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DerivingStrategies GeneralisedNewtypeDeriving LambdaCase NamedFieldPuns ScopedTypeVariables TraditionalRecordSyntax TupleSections TypeApplications ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base >=4.7 && <5 , ldtk-types , text default-language: Haskell2010