From dab367ea36ee9b477c8cc057d68dc486ef5d7bf7 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Fri, 4 Dec 2015 01:07:38 +0100 Subject: [PATCH] Drop unix dep --- oglaf.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oglaf.cabal b/oglaf.cabal index 346f847..b6f13b4 100644 --- a/oglaf.cabal +++ b/oglaf.cabal @@ -1,5 +1,5 @@ name: oglaf -version: 0.1.0.0 +version: 0.1.1.0 synopsis: Script that fetches the latest oglaf and sends it over to me via telegram license: MIT license-file: LICENSE @@ -14,7 +14,7 @@ executable oglaf main-is: Main.hs build-depends: base >=4.8 && <4.9, network, bytestring, text, retry, tagsoup, - MissingH, process, unix, temporary, + MissingH, process, temporary, http-conduit, xml-conduit, html-conduit default-language: Haskell2010