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 #-} {-# LANGUAGE Arrows, NoMonomorphismRestriction #-}
import ShadowLibrary.Core import ShadowLibrary.Core
import Text.XML.HXT.Core import Text.XML.HXT.Core
import Text.XML.HXT.XPath import Text.XML.HXT.XPath
-- import Text.XML.HXT.Curl import Text.XML.HXT.Curl
import Data.List import Data.List
import Data.List.Utils (replace) import Data.List.Utils (replace)

View File

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