cabal-version: 2.2

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

name:           hyperbole
version:        0.1.0
synopsis:       Web Framework inspired by HTMX
description:    Web Framework inspired by HTMX.
category:       Web
homepage:       https://github.com/seanhess/hyperbole
bug-reports:    https://github.com/seanhess/hyperbole/issues
author:         Sean Hess
maintainer:     seanhess@gmail.com
license:        BSD-3-Clause
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    client/dist/hyperbole.js
extra-doc-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/seanhess/hyperbole

library
  exposed-modules:
      Effectful.Sockets
      Effectful.Wai
      Web.Hyperbole
      Web.Hyperbole.Application
      Web.Hyperbole.Effect
      Web.Hyperbole.Embed
      Web.Hyperbole.HyperView
      Web.Hyperbole.Input
      Web.Hyperbole.Route
  other-modules:
      Paths_hyperbole
  autogen-modules:
      Paths_hyperbole
  hs-source-dirs:
      src
  default-extensions:
      OverloadedStrings
      OverloadedRecordDot
      DuplicateRecordFields
      NoFieldSelectors
      TypeFamilies
      DataKinds
      DerivingStrategies
      DeriveAnyClass
  ghc-options: -Wall -fdefer-typed-holes
  build-depends:
      base >=4.16 && <5
    , bytestring >=0.11 && <0.13
    , casing >0.1.3.0 && <0.2
    , containers >=0.6 && <1
    , effectful ==2.3.*
    , file-embed >=0.0.10 && <0.1
    , http-api-data ==0.6.*
    , http-types >=0.12.3 && <0.13
    , string-conversions >=0.4 && <=0.5
    , string-interpolate >=0.3.2 && <0.4
    , text >=1.2 && <3
    , wai >=3.2.3 && <3.3
    , warp >=3.3.30 && <3.4
    , web-view >=0.3 && <=0.4
  default-language: GHC2021

executable example
  main-is: Main.hs
  other-modules:
      BulkUpdate
      Example.Colors
      Example.Contacts
      Example.Effects.Debug
      Example.Effects.Users
      Example.Forms
      Example.Transitions
      Paths_hyperbole
  autogen-modules:
      Paths_hyperbole
  hs-source-dirs:
      example
  default-extensions:
      OverloadedStrings
      OverloadedRecordDot
      DuplicateRecordFields
      NoFieldSelectors
      TypeFamilies
      DataKinds
      DerivingStrategies
      DeriveAnyClass
  ghc-options: -Wall -fdefer-typed-holes
  build-depends:
      base >=4.16 && <5
    , bytestring >=0.11 && <0.13
    , casing >0.1.3.0 && <0.2
    , containers >=0.6 && <1
    , effectful ==2.3.*
    , file-embed >=0.0.10 && <0.1
    , http-api-data ==0.6.*
    , http-types >=0.12.3 && <0.13
    , hyperbole
    , string-conversions >=0.4 && <=0.5
    , string-interpolate >=0.3.2 && <0.4
    , text >=1.2 && <3
    , wai >=3.2.3 && <3.3
    , wai-middleware-static >=0.9 && <=0.10
    , warp >=3.3.30 && <3.4
    , web-view >=0.3 && <=0.4
  default-language: GHC2021