Drop unix dep
This commit is contained in:
parent
78833a1603
commit
dab367ea36
@ -1,5 +1,5 @@
|
|||||||
name: oglaf
|
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
|
synopsis: Script that fetches the latest oglaf and sends it over to me via telegram
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
@ -14,7 +14,7 @@ executable oglaf
|
|||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
build-depends: base >=4.8 && <4.9, network,
|
build-depends: base >=4.8 && <4.9, network,
|
||||||
bytestring, text, retry, tagsoup,
|
bytestring, text, retry, tagsoup,
|
||||||
MissingH, process, unix, temporary,
|
MissingH, process, temporary,
|
||||||
http-conduit, xml-conduit, html-conduit
|
http-conduit, xml-conduit, html-conduit
|
||||||
|
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
Loading…
Reference in New Issue
Block a user