packages feed

Shpadoinkle-console-0.0.1.0: Shpadoinkle-console.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: ed7c83dc76bc4f63bd8d401f7b00f44eae07c11d062de89532fc81d93598aa13

name:           Shpadoinkle-console
version:        0.0.1.0
synopsis:       Support for the native browser console
description:    This package adds support for native browser console features for logging and debugging.
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.Console
  other-modules:
      Paths_Shpadoinkle_console
  hs-source-dirs:
      ./.
  ghc-options: -Wall -Wcompat -fwarn-redundant-constraints -fwarn-incomplete-uni-patterns -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-identities
  build-depends:
      aeson >=1.4.4 && <1.5
    , base >=4.12.0 && <4.16
    , jsaddle >=0.9.7 && <0.20
    , lens >=4.17.1 && <5.0
    , text >=1.2.3 && <1.3
    , unliftio >=0.2.12 && <0.3
  default-language: Haskell2010