summaryrefslogtreecommitdiffstats
path: root/q.cabal
blob: 9d7f0fa7ed6e2ffb6ecdff27f1bb9a010c779d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
Author: tv
Build-Type: Simple
Cabal-Version: >= 1.2
License: MIT
Name: q
Version: 1.0.0

Executable q
  Build-Depends: base, blessings, dimensional, megaparsec, memoize, text
  GHC-Options: -Wall -O3 -threaded -rtsopts
  Main-Is: test2.hs