diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-11-23 03:19:06 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-11-23 03:19:06 +0300 |
commit | 729e030dd25da2e36fa5a1312b8ecb3415dc1675 (patch) | |
tree | 53166b6c3bd96f860d0a7242353ef9cc7bb1790f /hie.yaml | |
parent | Remove tests (diff) |
Huge update
Diffstat (limited to 'hie.yaml')
-rw-r--r-- | hie.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hie.yaml b/hie.yaml new file mode 100644 index 0000000..361506d --- /dev/null +++ b/hie.yaml @@ -0,0 +1,7 @@ +cradle: + cabal: + - path: "src" + component: "lib:xmonad-ng" + + - path: "./Main.hs" + component: "xmonad-ng:exe:xmonad-ng" |