Skip to content

Instantly share code, notes, and snippets.

View CRogers's full-sized avatar

Callum Rogers CRogers

View GitHub Profile
@CRogers
CRogers / Setup.hs
Last active December 13, 2015 18:13
stack docker + GHC HEAD
import Distribution.Simple
main = defaultMain
@CRogers
CRogers / 7.10.yaml
Created December 13, 2015 18:04
The differences between GHC 7.10 and HEAD for `ghc-pkg --global --no-user-package-db dump --expand-pkgroot`
name: array
version: 0.5.1.0
id: array-0.5.1.0-e29cdbe82692341ebb7ce6e2798294f9
key: array_FaHmcBFfuRM8kmZLEY8D5S
license: BSD3
maintainer: libraries@haskell.org
synopsis: Mutable and immutable arrays
description:
In addition to providing the "Data.Array" module
<http://www.haskell.org/onlinereport/haskell2010/haskellch14.html as specified in the Haskell 2010 Language Report>,
@CRogers
CRogers / .gitignore
Last active August 29, 2015 14:27
ARM GHC
dist/
@CRogers
CRogers / OneSourceError.hs
Created August 16, 2015 15:44
Stack Ide bug
module OneSourceError where
expr :: String
expr = 1 ++ "str"
module OneSourceError where
expr :: String
expr = 1 ++ "str"
module OneSourceError where
expr :: String
expr = 1 ++ "str"
module OneSourceError where
expr :: String
expr = 1 ++ "str"
module OneSourceError where
expr :: String
expr = 1 ++ "str"
module OneSourceError where
expr :: String
expr = 1 ++ "str"
module OneSourceError where
expr :: String
expr = 1 ++ "str"