This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 Franz Thoma <[email protected]> | |
125 Kristen Kozak <[email protected]> | |
12 Benno Fünfstück <[email protected]> | |
17 Leonid Onokhov <[email protected]> | |
189 Duncan Coutts <[email protected]> | |
18 Tuncer Ayaz <[email protected]> | |
1 Alan Zimmerman <[email protected]> | |
1 Alex Biehl <[email protected]> | |
1 Anders Kaseorg <[email protected]> | |
1 Arian van Putten <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git diff --stat Cabal-v1.24.2.0..Cabal-v1.24.1.0 | |
Cabal/Cabal.cabal | 8 ++--- | |
.../PackageDescription/Configuration.hs | 38 +++++----------------- | |
Cabal/Distribution/Simple/BuildPaths.hs | 16 +++------ | |
Cabal/Distribution/Simple/Haddock.hs | 8 ++--- | |
Cabal/Distribution/Simple/Install.hs | 12 +++---- | |
Cabal/Distribution/Simple/Setup.hs | 14 +++----- | |
Cabal/changelog | 7 ++-- | |
Cabal/doc/index.markdown | 2 +- | |
.../BuildTargetErrors/BuildTargetErrors.cabal | 10 ------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File monitor 'improved-plan' unchanged. | |
Number of threads used: 4. | |
buildTargets': fromList [(UnitId | |
"bloodhound-0.12.0.0-inplace",[BuildDefaultComponents])] | |
PreExisting Cabal-1.22.5.0 (Cabal-1.22.5.0-9ea569737527320f512dad57b36ee312) | |
array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 | |
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d | |
binary-0.7.5.0-5784fd031a720c3b84e73006e444c7ca | |
bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437 | |
containers-0.5.6.2-e59c9b78d840fa743d4169d4bea15592 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using a sandbox located at /home/refold/code/scrive/log-0.5.3/.cabal-sandbox | |
Searching for ghc in path. | |
Found ghc at /opt/ghc/8.0.2/bin/ghc | |
("/opt/ghc/8.0.2/bin/ghc",["--numeric-version"]) | |
/opt/ghc/8.0.2/bin/ghc is version 8.0.1.20160919 | |
looking for tool ghc-pkg near compiler in /opt/ghc/8.0.2/bin | |
candidate locations: | |
["/opt/ghc/8.0.2/bin/ghc-pkg","/opt/ghc/8.0.2/bin/ghc-pkg-ghc-8.0.1.20160919","/opt/ghc/8.0.2/bin/ghc-pkg-8.0.1.20160919","/opt/ghc/8.0.2/bin/ghc-pkg"] | |
found ghc-pkg in /opt/ghc/8.0.2/bin/ghc-pkg | |
("/opt/ghc/8.0.2/bin/ghc-pkg",["--version"]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using a sandbox located at /home/refold/code/scrive/log-0.5.3/.cabal-sandbox | |
Searching for ghc in path. | |
Found ghc at /opt/ghc/8.0.2/bin/ghc | |
("/opt/ghc/8.0.2/bin/ghc",["--numeric-version"]) | |
/opt/ghc/8.0.2/bin/ghc is version 8.0.1.20160919 | |
looking for tool ghc-pkg near compiler in /opt/ghc/8.0.2/bin | |
candidate locations: | |
["/opt/ghc/8.0.2/bin/ghc-pkg","/opt/ghc/8.0.2/bin/ghc-pkg-ghc-8.0.1.20160919","/opt/ghc/8.0.2/bin/ghc-pkg-8.0.1.20160919","/opt/ghc/8.0.2/bin/ghc-pkg"] | |
found ghc-pkg in /opt/ghc/8.0.2/bin/ghc-pkg | |
("/opt/ghc/8.0.2/bin/ghc-pkg",["--version"]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
455 Mikhail Glushenkov | |
190 Duncan Coutts | |
109 Edsko de Vries | |
67 Kristen Kozak | |
65 Edward Z. Yang | |
43 Thomas Tuegel | |
34 Herbert Valerio Riedel | |
25 Oleg Grenrus | |
24 Bardur Arantsson | |
17 Heather |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.cabal-sandbox | |
cabal.sandbox.config | |
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* See https://ghc.haskell.org/trac/ghc/ticket/9706 */ | |
#include <windows.h> | |
#include <stdio.h> | |
int main() { | |
printf("How many GB to reserve:"); | |
SIZE_T numGB = 1; | |
scanf("%Iu", &numGB); | |
SIZE_T toReserve = numGB*1024*1024*1024; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ad/0.40/ad.cabal | |
ad/1.0.0/ad.cabal | |
ad/1.0.1/ad.cabal | |
ad/0.33.0/ad.cabal | |
ad/0.40.1/ad.cabal | |
ad/0.44.0/ad.cabal | |
ad/0.44.1/ad.cabal | |
ad/0.44.2/ad.cabal | |
ad/0.44.3/ad.cabal | |
ad/0.44.4/ad.cabal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- See https://github.com/haskell/cabal/issues/2035 | |
module Main | |
where | |
import qualified Data.ByteString.Lazy.Char8 as L | |
import Control.Monad | |
import Data.Functor | |
import Data.Maybe | |
import Network.Browser |