haskell-packages 0.2.3.2 → 0.2.3.3
raw patch · 3 files changed
+8/−6 lines, 3 files
Files
- CHANGELOG.md +6/−0
- haskell-packages.cabal +1/−1
- src/Distribution/HaskellSuite/Cabal.hs +1/−5
CHANGELOG.md view
@@ -1,6 +1,12 @@ Changes ======= +Version 0.2.3.3+---------------++The fixed version of 0.2.3.2. (The released tarball for 0.2.3.2 contained some+unintended changes.)+ Version 0.2.3.2 ---------------
haskell-packages.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: haskell-packages-version: 0.2.3.2+version: 0.2.3.3 synopsis: Haskell suite library for package management and integration with Cabal description: See <http://documentup.com/haskell-suite/haskell-packages> license: MIT
src/Distribution/HaskellSuite/Cabal.hs view
@@ -40,11 +40,7 @@ :: forall c . Compiler.Is c => c -> IO () main t =- join $ customExecParser- (prefs $- noBacktrack <>- columns 80- ) $ info (helper <*> optParser) idm+ join $ customExecParser (prefs noBacktrack) $ info (helper <*> optParser) idm where optParser =