Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions Dockerfile

This file was deleted.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
haskell-language-server
fourmolu
hlint
hpack
pkgs.pandoc
pkgs.zlib
];
Expand Down
4 changes: 2 additions & 2 deletions hell.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- 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.
--
-- see: https://github.com/sol/hpack

Expand All @@ -18,7 +18,7 @@ executable hell
main-is: src/Hell.hs
other-modules:
Paths_hell
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
build-depends:
QuickCheck
, aeson
Expand Down