cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.32.0. -- -- see: https://github.com/sol/hpack -- -- hash: 1d3c55562c8448cd288523fb62cb616caa2a301fba5f92e2ac5b61a931143bbd name: Shpadoinkle version: 0.2.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 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 , 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: else build-depends: jsaddle-warp >=0.9.7 && <0.20 default-language: Haskell2010