Skip to content

Instantly share code, notes, and snippets.

@CRogers
Created August 16, 2015 12:06
Show Gist options
  • Save CRogers/d9e531df762e296c18c9 to your computer and use it in GitHub Desktop.
Save CRogers/d9e531df762e296c18c9 to your computer and use it in GitHub Desktop.
Stack ide errors with ghc 7.8
name: no-source-errors
version: 0.1.0.0
author: Callum Rogers
maintainer: some@email.com
category: Testing
build-type: Simple
cabal-version: >=1.10
library
build-depends: base >=4.8 && <4.9
default-language: Haskell2010
import Distribution.Simple
main = defaultMain
packages:
- .
resolver: lts-2.14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment