[wip] dynamic headers

This commit is contained in:
Alp Mestanogullari 2018-03-27 18:30:25 +02:00
parent a701e8df23
commit 2f213c1bc3
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ packages: servant/
servant-docs/
servant-foreign/
servant-server/
doc/tutorial/
doc/cookbook/*/*.cabal
-- doc/tutorial/
-- doc/cookbook/*/*.cabal
allow-newer:
servant-js:servant,

View File

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {}
, compiler ? "ghc822"
, compiler ? "ghc821"
, tutorial ? false
}: