From: Lucian Mogosanu Date: Sun, 24 Apr 2016 19:14:15 +0000 (+0300) Subject: site: Build with newer versions of base X-Git-Tag: v0.5~4 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=6279ac7bc87dc5088c76fda03512dd58662405e6;p=thetarpit.git site: Build with newer versions of base --- diff --git a/thetarpit.cabal b/thetarpit.cabal index a0052bf..7a215a7 100644 --- 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