Last active
December 13, 2015 18:13
-
-
Save CRogers/85ad65c454753daade55 to your computer and use it in GitHub Desktop.
stack docker + GHC HEAD
This file contains hidden or 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
| import Distribution.Simple | |
| main = defaultMain |
This file contains hidden or 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
| -- 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: [email protected] | |
| -- 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 |
This file contains hidden or 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
| 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