diff --git a/shadow-library.cabal b/shadow-library.cabal index d1eb767..3e1bd4e 100644 --- a/shadow-library.cabal +++ b/shadow-library.cabal @@ -20,6 +20,7 @@ library , HTTP , hxt , hxt-http + , hxt-curl , hxt-xpath , MissingH , monad-logger @@ -54,24 +55,12 @@ executable almanachmuszyny build-depends: base , hxt , hxt-xpath + , hxt-curl , MissingH , regex-posix , shadow-library default-language: Haskell2010 -executable kulturaparyska - hs-source-dirs: app - main-is: kulturaparyska.hs - ghc-options: -threaded -rtsopts -with-rtsopts=-N - build-depends: base - , hxt - , hxt-curl - , hxt-xpath - , MissingH - , regex-posix - , shadow-library - default-language: Haskell2010 - source-repository head type: git