aboutsummaryrefslogtreecommitdiff
path: root/hie.yaml
diff options
context:
space:
mode:
authorstuebinm2022-06-06 00:21:19 +0200
committerstuebinm2022-06-06 00:21:19 +0200
commit47ec9303325e66dde548493f0319eaece707aff4 (patch)
tree3cf9fdbfec704128f1c97ee4014b1b57823d8edb /hie.yaml
parentc30759d9878127d98c451e62f052c6b30fd3a1ec (diff)
better aeson generics
(template haskell doesn't work well with type families, unfortunately)
Diffstat (limited to 'hie.yaml')
-rw-r--r--hie.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/hie.yaml b/hie.yaml
index 7cca5eb..03e99e3 100644
--- a/hie.yaml
+++ b/hie.yaml
@@ -2,3 +2,6 @@ cradle:
cabal:
- path: "app/Main.hs"
component: "haskell-gtfs:exe:haskell-gtfs"
+
+ - path: "lib"
+ component: "lib:haskell-gtfs"