Getting tests to pass
parent
3ed520109b
commit
d702fd08a9
|
@ -308,7 +308,6 @@ test-suite test
|
|||
, green
|
||||
, hakyll
|
||||
, hspec
|
||||
, hspec-core
|
||||
, parsec
|
||||
, time
|
||||
default-language: Haskell2010
|
||||
|
|
|
@ -76,7 +76,6 @@ tests:
|
|||
- green
|
||||
- hakyll
|
||||
- hspec
|
||||
- hspec-core
|
||||
- parsec
|
||||
- time
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue