site: Build with newer versions of base
authorLucian Mogosanu <lucian.mogosanu@gmail.com>
Sun, 24 Apr 2016 19:14:15 +0000 (22:14 +0300)
committerLucian Mogosanu <lucian.mogosanu@gmail.com>
Sun, 24 Apr 2016 19:30:32 +0000 (22:30 +0300)
thetarpit.cabal

index a0052bf..7a215a7 100644 (file)
@@ -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