Browse Source

Getting tests to pass

enp1-edits
Logan McGrath 1 year ago
parent
commit
d702fd08a9
  1. 1
      green.cabal
  2. 1
      package.yaml
  3. 3
      test/Green/TestSupport/Config.hs

1
green.cabal

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

1
package.yaml

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

3
test/Green/TestSupport/Config.hs

@ -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,

Loading…
Cancel
Save