Cabal revisions of Shpadoinkle-0.0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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: 10da3c85383218f41740193acb4c34930a64acde34c7328fd54d77b7b00b48ab--name: Shpadoinkle-version: 0.0.0.1-synopsis: A programming model for declarative, high performance, user interface.-description: Shpadoinkle is a programming model for user interface development. It supports flexible, simple, declarative code by modeling user interface interactions as Coalgebras.- This package implements the bare-bones core abstraction. By performing little work shpadoinkle is trivially high performance.-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- 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.13- , jsaddle >=0.9.7 && <0.10- , text >=1.2.3 && <1.3- , unliftio >=0.2.12 && <0.3- if impl(ghcjs)- build-depends:- else- build-depends:- jsaddle-warp >=0.9.7 && <0.10- default-language: Haskell2010+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: 10da3c85383218f41740193acb4c34930a64acde34c7328fd54d77b7b00b48ab + +name: Shpadoinkle +version: 0.0.0.1 +x-revision: 1 +synopsis: A programming model for declarative, high performance user interface. +description: Shpadoinkle is a programming model for user interface development. It supports flexible, simple, declarative code by modeling user interface interactions as Coalgebras. + This package implements the bare-bones core abstraction. By performing little work shpadoinkle is trivially high performance. +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 + 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.13 + , jsaddle >=0.9.7 && <0.10 + , text >=1.2.3 && <1.3 + , unliftio >=0.2.12 && <0.3 + if impl(ghcjs) + build-depends: + else + build-depends: + jsaddle-warp >=0.9.7 && <0.10 + default-language: Haskell2010