Skip to content

Commit 49477c3

Browse files
authored
Add back .cabal file (#47)
Needed for downstream Nix users.
1 parent 1f81f80 commit 49477c3

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
result
33
dist-newstyle
44
hell-linux-x86-64bit
5-
hell.cabal

hell.cabal

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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

0 commit comments

Comments
 (0)