From c955526aa9d35b19b7b61dab2d7800277758ec97 Mon Sep 17 00:00:00 2001 From: Piotr Kopycki Date: Wed, 7 Apr 2021 09:34:25 +0200 Subject: [PATCH] Robot for Biuletyn Bezpieczna Chemia --- shadow-library.cabal | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/shadow-library.cabal b/shadow-library.cabal index 3e1bd4e..e3e5079 100644 --- a/shadow-library.cabal +++ b/shadow-library.cabal @@ -61,6 +61,19 @@ executable almanachmuszyny , shadow-library default-language: Haskell2010 +executable biuletynbezpiecznachemia + hs-source-dirs: app + main-is: biuletynbezpiecznachemia.hs + ghc-options: -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , hxt + , hxt-xpath + , hxt-curl + , MissingH + , regex-posix + , shadow-library + default-language: Haskell2010 + source-repository head type: git