aboutsummaryrefslogtreecommitdiff
path: root/thinking.cabal
diff options
context:
space:
mode:
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