-
Notifications
You must be signed in to change notification settings - Fork 50
/
hell.cabal
44 lines (41 loc) · 893 Bytes
/
hell.cabal
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: hell
version: 0
author: Chris Done
maintainer: Chris Done
copyright: 2023 Chris Done
license: BSD3
build-type: Simple
executable hell
main-is: src/Hell.hs
other-modules:
Paths_hell
ghc-options: -Wall -Wno-missing-pattern-synonym-signatures -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, aeson
, async
, base >=4.17.2.1
, bytestring
, constraints
, containers
, directory
, ghc-prim
, haskell-src-exts
, hspec
, lucid2
, mtl
, optparse-applicative
, syb
, tagged
, template-haskell
, text
, th-lift
, th-orphans
, typed-process
, unliftio
, vector
default-language: Haskell2010