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: lucid2-htmx version: 0.1.0.8 synopsis: Use htmx in your lucid templates description: Please see the README on GitHub at category: Web, HTML homepage: https://github.com/monadicsystems/lucid-htmx/tree/main/lucid2#readme bug-reports: https://github.com/monadicsystems/lucid-htmx/issues author: Monadic Systems LLC maintainer: tech@monadic.systems copyright: 2022 Monadic Systems LLC license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/monadicsystems/lucid-htmx library exposed-modules: Lucid.Htmx other-modules: Paths_lucid2_htmx hs-source-dirs: src build-depends: base >=4.7 && <5 , lucid2 <= 0.0.20220526 , text default-extensions: OverloadedStrings default-language: Haskell2010 test-suite lucid2-htmx-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_lucid2_htmx hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N default-extensions: OverloadedStrings build-depends: base >=4.7 && <5 , HUnit , hspec , lucid2 <= 0.0.20220526 , lucid2-htmx <= 0.1.0.8 , text default-language: Haskell2010