Skip to content

Instantly share code, notes, and snippets.

View 23Skidoo's full-sized avatar

Mikhail Glushenkov 23Skidoo

View GitHub Profile
@23Skidoo
23Skidoo / cabal-2.0-pre-contributors.txt
Created December 22, 2016 23:20
Statistics on recent Cabal progress
11 Franz Thoma <franz.thoma@tngtech.com>
125 Kristen Kozak <grayjay@wordroute.com>
12 Benno Fünfstück <benno.fuenfstueck@gmail.com>
17 Leonid Onokhov <sopvop@gmail.com>
189 Duncan Coutts <duncan@community.haskell.org>
18 Tuncer Ayaz <tuncer.ayaz@gmail.com>
1 Alan Zimmerman <alan.zimm@gmail.com>
1 Alex Biehl <alexbiehl@gmail.com>
1 Anders Kaseorg <andersk@mit.edu>
1 Arian van Putten <aeroboy94@gmail.com>
@23Skidoo
23Skidoo / git-diff.log
Last active December 12, 2016 09:04
stackage #2133
$ 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 ------
@23Skidoo
23Skidoo / bloodhound-new-build-bug.log
Created October 18, 2016 07:25
Log for Cabal issue #3996
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
@23Skidoo
23Skidoo / log-0.5.3.log
Created September 29, 2016 04:22
Log for the cabal-install issue #3912.
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"])
@23Skidoo
23Skidoo / log-0.5.3.log
Created September 29, 2016 04:19
Log for the cabal-install issue #3912.
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"])
@23Skidoo
23Skidoo / contributors-1.24.txt
Created May 3, 2016 06:29
Cabal/cabal-install 1.24 Contributors
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
@23Skidoo
23Skidoo / .gitignore
Last active November 3, 2015 20:59
Test project for Cabal issue #2908, see https://github.com/haskell/cabal/issues/2908
.cabal-sandbox
cabal.sandbox.config
dist/
@23Skidoo
23Skidoo / test.c
Created October 30, 2014 02:19
MEM_RESERVE gobs of memory on Windows happens instantly.
/* 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;
@23Skidoo
23Skidoo / log.txt
Created October 1, 2014 22:14
ag -l '^build-depends'
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
@23Skidoo
23Skidoo / Test2035.hs
Created August 18, 2014 21:35
Test for Cabal bug #2035
-- 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