Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed May 20, 2024
1 parent 50fbe02 commit 38b1bc1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .ghci
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
:set -i.
:set -iihp-ide
:set -iihp-ssc
:set -threaded
:set -XOverloadedStrings
:set -XNoImplicitPrelude
Expand Down
2 changes: 1 addition & 1 deletion devenv-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ that is defined in flake-module.nix
]);

scripts.tests.exec = ''
runghc $(make -f lib/IHP/Makefile.dist print-ghc-extensions) -iIDE Test/Main.hs
runghc $(make -f lib/IHP/Makefile.dist print-ghc-extensions) -iihp-ide -iihp-ssc Test/Main.hs
'';

scripts.fastbuild.exec = ''
Expand Down
2 changes: 1 addition & 1 deletion ihp-ide/ihp-ide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainer: hello@digitallyinduced.com
build-type: Simple

Flag FastBuild
Default: True
Default: False
Description: Disables all optimisations, leads to faster build time

common shared-properties
Expand Down
2 changes: 1 addition & 1 deletion ihp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maintainer: hello@digitallyinduced.com
build-type: Simple

Flag FastBuild
Default: True
Default: False
Description: Disables all optimisations, leads to faster build time

common shared-properties
Expand Down

0 comments on commit 38b1bc1

Please sign in to comment.