packages feed

stack 0.1.4.0 → 0.1.4.1

raw patch · 3 files changed

+7/−3 lines, 3 files

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.1.4.1++Fix stack's own Haddocks.  No changes to functionality (only comments updated).+ ## 0.1.4.0  Major changes:
src/Stack/Types/Compiler.hs view
@@ -30,8 +30,8 @@ data CompilerVersion     = GhcVersion {-# UNPACK #-} !Version     | GhcjsVersion-        {-# UNPACK #-} !Version -- ^ GHCJS version-        {-# UNPACK #-} !Version -- ^ GHC version+        {-# UNPACK #-} !Version -- GHCJS version+        {-# UNPACK #-} !Version -- GHC version     deriving (Generic, Show, Eq, Ord) instance Binary CompilerVersion instance NFData CompilerVersion where
stack.cabal view
@@ -1,5 +1,5 @@ name:                stack-version:             0.1.4.0+version:             0.1.4.1 synopsis:            The Haskell Tool Stack description:         Please see the README.md for usage information, and                      the wiki on Github for more details.  Also, note that