Use more flags when building with default.nix
This commit is contained in:
		@@ -1,2 +1,9 @@
 | 
			
		||||
with import ./nix/common.nix;
 | 
			
		||||
haskell.callCabal2nix "byg" ./. { }
 | 
			
		||||
pkgs.haskell.lib.overrideCabal
 | 
			
		||||
  (haskell.callCabal2nix "byg" ./. { })
 | 
			
		||||
  (_: {
 | 
			
		||||
    configureFlags = [
 | 
			
		||||
      "--ghc-option=-Werror"
 | 
			
		||||
      "--ghc-option=-O2"
 | 
			
		||||
    ];
 | 
			
		||||
  })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user