|
| 1 | +{ mkDerivation, aeson, base, base64-bytestring, bytestring, conduit |
| 2 | +, conduit-extra, containers, cryptonite, cryptonite-conduit |
| 3 | +, directory, either, hedis, hpack, html-conduit, http-conduit |
| 4 | +, http-types, load-env, lucid, memory, monad-logger, mtl, network |
| 5 | +, persistent, persistent-postgresql, persistent-template |
| 6 | +, raw-strings-qq, regex-posix, rio, servant-lucid, servant-server |
| 7 | +, stdenv, system-filepath, text, time, transformers |
| 8 | +, unordered-containers, vector, wai, wai-extra, warp, xml-conduit |
| 9 | +, postgresql_11}: |
| 10 | +mkDerivation { |
| 11 | + pname = "ted2srt"; |
| 12 | + version = "3.20200412"; |
| 13 | + src = ./.; |
| 14 | + isLibrary = true; |
| 15 | + isExecutable = true; |
| 16 | + libraryHaskellDepends = [ |
| 17 | + aeson base base64-bytestring bytestring conduit conduit-extra |
| 18 | + containers cryptonite cryptonite-conduit directory either hedis |
| 19 | + html-conduit http-conduit http-types load-env lucid memory |
| 20 | + monad-logger mtl network persistent persistent-postgresql |
| 21 | + persistent-template raw-strings-qq regex-posix rio servant-lucid |
| 22 | + servant-server system-filepath text time transformers |
| 23 | + unordered-containers vector wai xml-conduit |
| 24 | + ]; |
| 25 | + librarySystemDepends = [ postgresql_11 ]; |
| 26 | + libraryToolDepends = [ hpack ]; |
| 27 | + executableHaskellDepends = [ |
| 28 | + aeson base base64-bytestring bytestring conduit conduit-extra |
| 29 | + containers cryptonite cryptonite-conduit directory either hedis |
| 30 | + html-conduit http-conduit http-types load-env lucid memory |
| 31 | + monad-logger mtl network persistent persistent-postgresql |
| 32 | + persistent-template raw-strings-qq regex-posix rio servant-lucid |
| 33 | + servant-server system-filepath text time transformers |
| 34 | + unordered-containers vector wai wai-extra warp xml-conduit |
| 35 | + ]; |
| 36 | + doHaddock = false; |
| 37 | + prePatch = "hpack"; |
| 38 | + license = "unknown"; |
| 39 | + hydraPlatforms = stdenv.lib.platforms.none; |
| 40 | +} |
0 commit comments