Skip to content

Commit

Permalink
Add back .cabal file (#47)
Browse files Browse the repository at this point in the history
Needed for downstream Nix users.
  • Loading branch information
chrisdone authored Oct 8, 2024
1 parent 1f81f80 commit 49477c3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
result
dist-newstyle
hell-linux-x86-64bit
hell.cabal
44 changes: 44 additions & 0 deletions hell.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,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
, lucid
, mtl
, optparse-applicative
, syb
, tagged
, template-haskell
, text
, th-lift
, th-orphans
, typed-process
, unliftio
, vector
default-language: Haskell2010

0 comments on commit 49477c3

Please sign in to comment.