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: e9e30937de9b5d1c02c02b329830272b9305e6d17612fa256c2a54fff3f8381d
name: Shpadoinkle-debug
version: 0.0.0.1
synopsis: Debugging tools for Shpadoinkle applications.
description: Shpadoinkle tooling is a work in progress. But some useful functions have already emerged. This repo centeralizes these functions, and will house future work on more robust tooling, such as time travel 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.Debug
other-modules:
Paths_Shpadoinkle_debug
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
, base >=4.12.0 && <4.16
, jsaddle >=0.9.7 && <0.20
, lens
, text
, unliftio
default-language: Haskell2010