From 1f23d94e7cfc6b47ee0aee433c9f78b0f9c97ea5 Mon Sep 17 00:00:00 2001 From: s470623 Date: Sun, 10 Apr 2022 23:54:07 +0200 Subject: [PATCH] Robot for Teatr Lalek --- shadow-library.cabal | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/shadow-library.cabal b/shadow-library.cabal index cd77195..0e050ca 100644 --- a/shadow-library.cabal +++ b/shadow-library.cabal @@ -34,18 +34,19 @@ library , tz default-language: Haskell2010 --- executable maly-modelarz-exe --- hs-source-dirs: app --- main-is: malymodelarz.hs --- ghc-options: -threaded -rtsopts -with-rtsopts=-N --- build-depends: base --- , hxt --- , hxt-curl --- , hxt-xpath --- , MissingH --- , regex-posix --- , shadow-library --- default-language: Haskell2010 +executable teatrLalek + hs-source-dirs: app + main-is: teatrLalek.hs + ghc-options: -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , hxt + , hxt-curl + , hxt-xpath + , MissingH + , regex-posix + , shadow-library + , regex-tdfa + default-language: Haskell2010 executable almanachmuszyny hs-source-dirs: app