diff options
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" |