File tree Expand file tree Collapse file tree 2 files changed +44
-1
lines changed Expand file tree Collapse file tree 2 files changed +44
-1
lines changed Original file line number Diff line number Diff line change 22result
33dist-newstyle
44hell-linux-x86-64bit
5- hell.cabal
Original file line number Diff line number Diff line change 1+ cabal-version : 1.12
2+
3+ -- This file has been generated from package.yaml by hpack version 0.36.0.
4+ --
5+ -- see: https://github.com/sol/hpack
6+
7+ name : hell
8+ version : 0
9+ author : Chris Done
10+ maintainer : Chris Done
11+ copyright : 2023 Chris Done
12+ license : BSD3
13+ build-type : Simple
14+
15+ executable hell
16+ main-is : src/Hell.hs
17+ other-modules :
18+ Paths_hell
19+ ghc-options : -Wall -Wno-missing-pattern-synonym-signatures -threaded -rtsopts -with-rtsopts=-N
20+ build-depends :
21+ QuickCheck
22+ , aeson
23+ , async
24+ , base >= 4.17.2.1
25+ , bytestring
26+ , constraints
27+ , containers
28+ , directory
29+ , ghc-prim
30+ , haskell-src-exts
31+ , hspec
32+ , lucid
33+ , mtl
34+ , optparse-applicative
35+ , syb
36+ , tagged
37+ , template-haskell
38+ , text
39+ , th-lift
40+ , th-orphans
41+ , typed-process
42+ , unliftio
43+ , vector
44+ default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments