Skip to content

Commit

Permalink
Merge branch 'ocharles:master' into toml-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryndubei authored Jun 8, 2024
2 parents 51efc9e + fdf3405 commit 4a4cf57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
modules = [
{
reinstallableLibGhc = false;
enableLibraryProfiling = true;
nonReinstallablePkgs = [
"rts" "ghc-prim" "integer-gmp" "integer-simple" "base"
"deepseq" "array" "ghc-boot-th" "pretty" "template-haskell"
Expand Down
2 changes: 2 additions & 0 deletions weeder.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ executable weeder
default-language: Haskell2010

test-suite weeder-test
build-tool-depends:
hspec-discover:hspec-discover
build-depends:
, aeson
, algebraic-graphs
Expand Down

0 comments on commit 4a4cf57

Please sign in to comment.