Getting tests to pass

enp1-edits
Logan McGrath 2022-03-05 14:54:55 -08:00
parent 3ed520109b
commit d702fd08a9
3 changed files with 2 additions and 3 deletions

View File

@ -308,7 +308,6 @@ test-suite test
, green
, hakyll
, hspec
, hspec-core
, parsec
, time
default-language: Haskell2010

View File

@ -76,7 +76,6 @@ tests:
- green
- hakyll
- hspec
- hspec-core
- parsec
- time

View File

@ -42,7 +42,8 @@ defaultSiteConfigWith hakyllConfig =
_siteTwitterProfile = "https://twitter.com/thisold.blog",
_siteGitHubProfile = "https://github.com/thisold.blog",
_siteGiteaProfile = "https://bitsof.thisold.blog/blogger",
_siteGiteaWebUrl = "https://bitsof.thisold.blog/blogger/blog"
_siteGiteaWebUrl = "https://bitsof.thisold.blog/blogger/blog",
_siteCommentsId = "blog"
},
_siteCurrentTime = fromJust defaultTestTime,
_siteTimeLocale = defaultTimeLocale,