packages feed

Shpadoinkle-0.3.0.0: Shpadoinkle.cabal

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: 551573dac4a13219ffcfb0a630517ffaeef58089ef1c69e2feb128417516a320

name:           Shpadoinkle
version:        0.3.0.0
synopsis:       A programming model for declarative, high performance user interface.
description:    Shpadoinkle is an abstract frontend programming model, with one-way data flow, and a single source of truth. This module provides a parsimonious implementation of Shpadoinkle with few implementation details.
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:
      Control.PseudoInverseCategory
      Shpadoinkle
      Shpadoinkle.Continuation
      Shpadoinkle.Core
      Shpadoinkle.Run
  other-modules:
      Paths_Shpadoinkle
  hs-source-dirs:
      ./.
  ghc-options: -Wall -Wcompat -fwarn-redundant-constraints -fwarn-incomplete-uni-patterns -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-identities
  build-depends:
      base >=4.12.0 && <4.16
    , category >=0.2 && <0.3
    , containers
    , ghcjs-dom >=0.9.4 && <0.20
    , jsaddle >=0.9.7 && <0.20
    , text >=1.2.3 && <1.3
    , transformers
    , unliftio
  if !impl(ghcjs)
    build-depends:
        jsaddle-warp >=0.9.7 && <0.20
      , wai
      , wai-app-static
      , warp
  default-language: Haskell2010