1
1
mirror of https://github.com/nmattia/snack.git synced 2024-10-10 18:37:08 +03:00
snack/tests/ghc-options/package.nix
2019-01-31 18:59:25 +01:00

6 lines
98 B
Nix

{ main = "Main";
src = ./.;
dependencies = [ "text" ];
ghcOpts = ["-XOverloadedStrings"];
}