Skip to content

Instantly share code, notes, and snippets.

@CRogers
Last active December 13, 2015 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CRogers/85ad65c454753daade55 to your computer and use it in GitHub Desktop.
Save CRogers/85ad65c454753daade55 to your computer and use it in GitHub Desktop.
stack docker + GHC HEAD
import Distribution.Simple
main = defaultMain
-- Initial stack-test.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: stack-test
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Callum Rogers
maintainer: message.me@github.com
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
-- exposed-modules:
-- other-modules:
-- other-extensions:
build-depends: base
-- hs-source-dirs:
default-language: Haskell2010
resolver: lts-3.6
packages:
- .
docker:
enable: true
image: crogers/ghc-head:2015-12-13
auto-pull: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment