36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
|
From abf985164098a5428338e8267476052aa34f9b96 Mon Sep 17 00:00:00 2001
|
||
|
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||
|
Date: Sat, 22 Jul 2017 00:21:32 -0400
|
||
|
Subject: [PATCH] Remove bytestring-builder dependency.
|
||
|
|
||
|
It was removed in b00335f8b0a6e1c287f87450190fda266968ae58.
|
||
|
|
||
|
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||
|
---
|
||
|
dns.cabal | 2 --
|
||
|
1 file changed, 2 deletions(-)
|
||
|
|
||
|
diff --git a/dns.cabal b/dns.cabal
|
||
|
index 4b5073a..f265037 100644
|
||
|
--- a/dns.cabal
|
||
|
+++ b/dns.cabal
|
||
|
@@ -30,7 +30,6 @@ Library
|
||
|
, attoparsec
|
||
|
, binary
|
||
|
, bytestring
|
||
|
- , bytestring-builder
|
||
|
, conduit >= 1.1
|
||
|
, conduit-extra >= 1.1
|
||
|
, containers
|
||
|
@@ -45,7 +44,6 @@ Library
|
||
|
, attoparsec
|
||
|
, binary
|
||
|
, bytestring
|
||
|
- , bytestring-builder
|
||
|
, conduit >= 1.1
|
||
|
, conduit-extra >= 1.1
|
||
|
, containers
|
||
|
--
|
||
|
2.9.4
|
||
|
|