Skip to content

Commit 9e137a0

Browse files
Merge pull request #129 from chrisdone/cd/2026-04-30-drop-dockerfile
Add hpack to flake, drop Dockerfile, regen cabal
2 parents 27e0815 + 2a119b6 commit 9e137a0

3 files changed

Lines changed: 3 additions & 24 deletions

File tree

Dockerfile

Lines changed: 0 additions & 22 deletions
This file was deleted.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
haskell-language-server
3838
fourmolu
3939
hlint
40+
hpack
4041
pkgs.pandoc
4142
pkgs.zlib
4243
];

hell.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.37.0.
3+
-- This file has been generated from package.yaml by hpack version 0.38.3.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -18,7 +18,7 @@ executable hell
1818
main-is: src/Hell.hs
1919
other-modules:
2020
Paths_hell
21-
ghc-options: -Wall -Wno-missing-pattern-synonym-signatures -O2 -threaded -rtsopts
21+
ghc-options: -Wall -Wno-missing-pattern-synonym-signatures -O2 -threaded -rtsopts -with-rtsopts=-N
2222
build-depends:
2323
QuickCheck
2424
, aeson

0 commit comments

Comments
 (0)