projects
/
thetarpit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d406908
)
site: Build with newer versions of base
author
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Sun, 24 Apr 2016 19:14:15 +0000
(22:14 +0300)
committer
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Sun, 24 Apr 2016 19:30:32 +0000
(22:30 +0300)
thetarpit.cabal
patch
|
blob
|
history
diff --git
a/thetarpit.cabal
b/thetarpit.cabal
index
a0052bf
..
7a215a7
100644
(file)
--- a/
thetarpit.cabal
+++ b/
thetarpit.cabal
@@
-2,7
+2,7
@@
-- documentation, see http://haskell.org/cabal/users-guide/
name: thetarpit
-version: 0.3
+version: 0.3.1
synopsis: The Tar Pit Hakyll site
-- description:
homepage: https://github.com/spyked/thetarpit.org
@@
-20,6
+20,6
@@
executable thetarpit
main-is: site.hs
-- other-modules:
-- other-extensions:
- build-depends: base >=4.6 && <4.7, hakyll, pandoc
+ build-depends: base >=4.8, hakyll, pandoc
-- hs-source-dirs:
default-language: Haskell2010