We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27e0815 + 2a119b6 commit 9e137a0Copy full SHA for 9e137a0
3 files changed
Dockerfile
flake.nix
@@ -37,6 +37,7 @@
37
haskell-language-server
38
fourmolu
39
hlint
40
+ hpack
41
pkgs.pandoc
42
pkgs.zlib
43
];
hell.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 1.12
2
3
--- This file has been generated from package.yaml by hpack version 0.37.0.
+-- This file has been generated from package.yaml by hpack version 0.38.3.
4
--
5
-- see: https://github.com/sol/hpack
6
@@ -18,7 +18,7 @@ executable hell
18
main-is: src/Hell.hs
19
other-modules:
20
Paths_hell
21
- ghc-options: -Wall -Wno-missing-pattern-synonym-signatures -O2 -threaded -rtsopts
+ ghc-options: -Wall -Wno-missing-pattern-synonym-signatures -O2 -threaded -rtsopts -with-rtsopts=-N
22
build-depends:
23
QuickCheck
24
, aeson
0 commit comments