diff options
Diffstat (limited to '')
-rw-r--r-- | haskell-gtfs.cabal | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/haskell-gtfs.cabal b/haskell-gtfs.cabal index 0396a5c..ec312ee 100644 --- a/haskell-gtfs.cabal +++ b/haskell-gtfs.cabal @@ -39,6 +39,18 @@ executable tracktrain default-extensions: OverloadedStrings , ScopedTypeVariables +-- executable gen-js +-- main-is: GenJS.hs +-- build-depends: base ^>=4.14.3.0 +-- , servant-js +-- , tracktrain +-- , universum +-- hs-source-dirs: app +-- default-language: Haskell2010 +-- default-extensions: OverloadedStrings +-- , ScopedTypeVariables +-- , NoImplicitPrelude + library build-depends: base ^>=4.14.3.0 |