cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: b12f6991d22c408f646249268554550793acbdcedcc5d8b448606f1de6cda389 name: Shpadoinkle-template version: 0.0.0.1 synopsis: Read standard file formats into Shpadoinkle with Template Haskell description: This package provides TH functions to read files at compile time and embed them into Shpadoinkle views. category: Web author: Isaac Shapira maintainer: fresheyeball@protonmail.com license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://gitlab.com/fresheyeball/Shpadoinkle.git library exposed-modules: Shpadoinkle.Template.TH Shpadoinkle.Template hs-source-dirs: ./. ghc-options: -Wall -Wcompat -fwarn-redundant-constraints -fwarn-incomplete-uni-patterns -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-identities build-depends: Shpadoinkle , Shpadoinkle-backend-static , base >=4.12.0 && <4.16 , html-parse , template-haskell , text >=1.2.3 && <1.3 default-language: Haskell2010 test-suite sample type: exitcode-stdio-1.0 main-is: Test.hs other-modules: Shpadoinkle.Template Shpadoinkle.Template.TH Paths_Shpadoinkle_template hs-source-dirs: ./. ghc-options: -Wall -Wcompat -fwarn-redundant-constraints -fwarn-incomplete-uni-patterns -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-identities build-depends: Shpadoinkle , Shpadoinkle-backend-static , Shpadoinkle-template , base >=4.12.0 && <4.16 , file-embed , html-parse , template-haskell , text >=1.2.3 && <1.3 default-language: Haskell2010