packages feed

Shpadoinkle-0.1.0.0: Shpadoinkle.cabal

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: cbdf104b795cd247fe1f662be8c24a9e63783a992d023100eb8173ea9f90d527

name:           Shpadoinkle
version:        0.1.0.0
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.15
    , jsaddle >=0.9.7 && <0.20
    , 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.20
  default-language: Haskell2010