5
5
, persistent , persistent-postgresql , persistent-template
6
6
, raw-strings-qq , regex-posix , rio , servant-lucid , servant-server
7
7
, stdenv , system-filepath , text , time , transformers
8
- , unordered-containers , vector , wai , wai-extra , warp , xml-conduit
8
+ , unordered-containers , vector , wai , wai-extra , warp , with-utf8
9
+ , xml-conduit
9
10
, postgresql_11 } :
10
11
mkDerivation {
11
12
pname = "ted2srt" ;
@@ -20,7 +21,7 @@ mkDerivation {
20
21
monad-logger mtl network persistent persistent-postgresql
21
22
persistent-template raw-strings-qq regex-posix rio servant-lucid
22
23
servant-server system-filepath text time transformers
23
- unordered-containers vector wai xml-conduit
24
+ unordered-containers vector wai with-utf8 xml-conduit
24
25
] ;
25
26
librarySystemDepends = [ postgresql_11 ] ;
26
27
libraryToolDepends = [ hpack ] ;
@@ -31,7 +32,8 @@ mkDerivation {
31
32
monad-logger mtl network persistent persistent-postgresql
32
33
persistent-template raw-strings-qq regex-posix rio servant-lucid
33
34
servant-server system-filepath text time transformers
34
- unordered-containers vector wai wai-extra warp xml-conduit
35
+ unordered-containers vector wai wai-extra warp with-utf8
36
+ xml-conduit
35
37
] ;
36
38
doHaddock = false ;
37
39
prePatch = "hpack" ;
0 commit comments