1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-11 11:55:36 +03:00
snack/tests/ghci-options/package.nix
Jinxuan Zhu 069f7d01fb Add Ghci options (#163)
* Add Ghci options

* Add ghci options test

* Remove Build for test
2019-11-20 20:52:14 +01:00

5 lines
61 B
Nix

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