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: 523d3becab4a163a5f813a827ffaa8faf106b8e06117b64af78ee669ec2b9ee9 name: Shpadoinkle-console version: 0.0.1.3 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.6 , 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