diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-11-23 03:20:31 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-11-23 03:20:31 +0300 |
commit | 8f79c85d81131e9e66521f0c62744e3c429366ca (patch) | |
tree | 22292ba9a9a698e708e004e1dfee3b690cec244b /hie.yaml | |
parent | Huge update (diff) |
Update HIE
Diffstat (limited to 'hie.yaml')
-rw-r--r-- | hie.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hie.yaml b/hie.yaml index 361506d..47696d6 100644 --- a/hie.yaml +++ b/hie.yaml @@ -1,7 +1,7 @@ cradle: cabal: - - path: "src" + - path: "src/lib" component: "lib:xmonad-ng" - - path: "./Main.hs" + - path: "src/exe/Main.hs" component: "xmonad-ng:exe:xmonad-ng" |