diff options
author | stuebinm | 2022-06-27 22:30:15 +0200 |
---|---|---|
committer | stuebinm | 2022-06-27 22:30:15 +0200 |
commit | 85ced3b1fad9f57a3882178fad380bf87f399e0e (patch) | |
tree | ca6f09a4d552ae7f8d978f33ba07bd15f2f7de46 /hie.yaml | |
parent | 70f655d67bf4d50e191f741a31ac4504c8f528f3 (diff) |
fix hie.yaml
Diffstat (limited to 'hie.yaml')
-rw-r--r-- | hie.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ cradle: cabal: - path: "app/Main.hs" - component: "haskell-gtfs:exe:haskell-gtfs" + component: "tracktrain:exe:tracktrain" - path: "lib" - component: "lib:haskell-gtfs" + component: "lib:tracktrain" |