From 27a539265d25a5d2863d8f37c585845554fd61b2 Mon Sep 17 00:00:00 2001 From: nlitkowski Date: Tue, 6 Apr 2021 23:14:12 +0200 Subject: [PATCH] change names to appropriate --- app/{zbiorbielawa.hs => zborbielawa.hs} | 2 +- shadow-library.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename app/{zbiorbielawa.hs => zborbielawa.hs} (97%) diff --git a/app/zbiorbielawa.hs b/app/zborbielawa.hs similarity index 97% rename from app/zbiorbielawa.hs rename to app/zborbielawa.hs index ebc4f5c..b587080 100644 --- a/app/zbiorbielawa.hs +++ b/app/zborbielawa.hs @@ -37,7 +37,7 @@ getDate url = main = do - let start = "http://www.almanachmuszyny.pl/" + let start = "http://zborbielawa.pl/archiwum/" let shadowLibrary = ShadowLibrary {logoUrl=Nothing, lname="Almanach Muszyny", abbrev="AlmMusz", diff --git a/shadow-library.cabal b/shadow-library.cabal index 9f3ef00..30cd5ae 100644 --- a/shadow-library.cabal +++ b/shadow-library.cabal @@ -60,9 +60,9 @@ executable almanachmuszyny default-language: Haskell2010 -executable zbiorbielawa +executable zborbielawa hs-source-dirs: app - main-is: zbiorbielawa.hs + main-is: zborbielawa.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , hxt