summaryrefslogtreecommitdiff
path: root/p/haskell-fast-logger/debian/patches/no-bytestring-builder
blob: 3e6cd9603363291f9cfc939b7a4d10185dbede6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/fast-logger.cabal
+++ b/fast-logger.cabal
@@ -22,8 +22,7 @@
   Build-Depends:        base >= 4.4 && < 5
                       , array
                       , auto-update >= 0.1.2
-                      , bytestring
-                      , bytestring-builder
+                      , bytestring >= 0.10.4
                       , directory
                       , filepath
                       , text