aboutsummaryrefslogtreecommitdiff
path: root/thinking.cabal
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-01-03 11:01:20 -0800
committerPaul Oliver <contact@pauloliver.dev>2025-01-05 09:59:10 -0800
commit6a0d7f5c434c3564d0119befb6799fd77581050a (patch)
treef20bc998290211d2a895523417ad32e297b31af0 /thinking.cabal
InitialHEADmaster
Diffstat (limited to 'thinking.cabal')
-rw-r--r--thinking.cabal25
1 files changed, 25 insertions, 0 deletions
diff --git a/thinking.cabal b/thinking.cabal
new file mode 100644
index 0000000..84c04e5
--- /dev/null
+++ b/thinking.cabal
@@ -0,0 +1,25 @@
+cabal-version: 3.4
+author: Paul Oliver
+build-type: Simple
+maintainer: contact@pauloliver.dev
+name: thinking
+version: 0.1.0.0
+
+library
+ build-depends:
+ , aeson
+ , aeson-pretty
+ , base
+ , constraints
+ , do-notation
+ , first-class-families
+ , indexed
+ , mtl
+ , singletons
+ , singletons-base
+ , text
+ , vector
+
+ exposed-modules:
+ ghc-options: -Wall -Wunused-packages
+ default-language: GHC2021