Move SiteGenerator into executable only and rename library to Byg.*
This commit is contained in:
@@ -3,7 +3,7 @@ pkgs.haskell.lib.overrideCabal
|
||||
(haskell.callCabal2nix "byg" ./. { })
|
||||
(_: {
|
||||
configureFlags = [
|
||||
# "--ghc-option=-Werror"
|
||||
"--ghc-option=-Werror"
|
||||
"--ghc-option=-O2"
|
||||
];
|
||||
doHaddock = false;
|
||||
|
||||
Reference in New Issue
Block a user