Final before fix

This commit is contained in:
Dominik 2021-03-27 22:36:30 +01:00
parent 6ee937aa12
commit d8e664eba4
2 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,10 @@
{-# LANGUAGE Arrows, NoMonomorphismRestriction #-}
import ShadowLibrary.Core
import Text.XML.HXT.Core
import Text.XML.HXT.XPath
-- import Text.XML.HXT.Curl
import Text.XML.HXT.Curl
import Data.List
import Data.List.Utils (replace)

View File

@ -68,6 +68,7 @@ executable aneks
build-depends: base
, hxt
, hxt-xpath
, hxt-curl
, MissingH
, regex-posix
, shadow-library