aboutsummaryrefslogtreecommitdiff
path: root/thinking.cabal
blob: 84c04e5ceff9cbd6d5f582077d628cc1b18980f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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