Blob Blame History Raw
--- haskell-platform-2014.2.0.0/haskell-platform.cabal~	2014-09-02 09:32:43.157333050 +0200
+++ haskell-platform-2014.2.0.0/haskell-platform.cabal	2015-02-06 07:16:31.427973656 +0100
@@ -1,5 +1,5 @@
 name:                haskell-platform
-version:             2014.2.0.0
+version:             2014.2.0.0.1
 homepage:            http://haskell.org/platform
 license:             BSD3
 license-file:        LICENSE
@@ -32,7 +32,7 @@
 library
   if flag(include-ghc-depends)
     build-depends:
-      ghc ==7.8.3,
+      ghc ==7.8.4,
 
       -- Core libraries: provided by every ghc installation
       -- We don't include "non-API" packages here.
@@ -65,7 +65,7 @@
     -- Libraries in addition to what GHC provides:
     -- Note: newer versions of cgi need monad-catchio.
       async                          ==2.0.1.5,
-      attoparsec                     ==0.10.4.0,
+      attoparsec                     ==0.11.3.4,
       case-insensitive               ==1.1.0.3,
       fgl                            ==5.5.0.1,
       GLUT                           ==2.5.1.1,
@@ -90,7 +90,7 @@
       split                          ==0.2.2,
       stm                            ==2.4.2,
       syb                            ==0.4.1,
-      text                           ==1.1.0.0,
+      text                           ==1.1.1.3,
       unordered-containers           ==0.2.4.0,
       vector                         ==0.10.9.1,
       xhtml                          ==3000.2.1,