Skip to content

Instantly share code, notes, and snippets.

@CRogers
Created August 16, 2015 15:44
Show Gist options
  • Save CRogers/805a5b133b11a04e8f53 to your computer and use it in GitHub Desktop.
Save CRogers/805a5b133b11a04e8f53 to your computer and use it in GitHub Desktop.
name: one-source-error
version: 0.1.0.0
author: Callum Rogers
maintainer: some@email.com
category: Testing
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: OneSourceError
build-depends: base >=4.8 && <4.9
default-language: Haskell2010
module OneSourceError where
expr :: String
expr = 1 ++ "str"
import Distribution.Simple
main = defaultMain
packages:
- .
resolver: lts-3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment