Skip to content

Commit

Permalink
Merge branch 'master' into push-lrpxpruqstnw
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles authored Jun 9, 2024
2 parents 0af2122 + 4c4fbd6 commit 565f914
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
modules = [
{
reinstallableLibGhc = false;
enableLibraryProfiling = true;
nonReinstallablePkgs = [
"rts" "ghc-prim" "integer-gmp" "integer-simple" "base"
"rts" "ghc-prim" "integer-gmp" "integer-simple" "base" "terminfo"
"deepseq" "array" "ghc-boot-th" "pretty" "template-haskell"
"ghc-bignum" "system-cxx-std-lib" "ghc" "binary" "bytestring" "containers"
"directory" "exceptions" "filepath" "hpc" "process" "semaphore-compat" "stm"
Expand Down
2 changes: 1 addition & 1 deletion src/Weeder/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ main = handleWeederException do
>>= mainWithConfig hieExt hieDirectories requireHsFiles
where
throwConfigError e =
throwIO $ ExitConfigFailure (show e)
throwIO $ ExitConfigFailure (displayException e)

decodeConfig noDefaultFields =
if noDefaultFields
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 565f914

Please sign in to comment.