From 815755861152fb0e3dfdd9b6321f8f74e7bf8515 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 17 Jun 2022 23:01:24 +0200 Subject: generate javascript functions (this is commented out in the cabal file, since unfortunately the servant-js package is broken in nixpkgs and therefore otherwise breaks the nix build process … but it can be used "by hand") --- haskell-gtfs.cabal | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'haskell-gtfs.cabal') 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 -- cgit v1.2.3