Skip to content

Instantly share code, notes, and snippets.

@funrep
Created November 22, 2013 16:20
Show Gist options
  • Save funrep/7602561 to your computer and use it in GitHub Desktop.
Save funrep/7602561 to your computer and use it in GitHub Desktop.
name: dothellrc
version: 0.1.0.0
synopsis: My personal ".hellrc"
license: WTFPL
license-file: COPYING
author: Karl-Oskar "klrr" Rikås
maintainer: [email protected]
copyright: (C) 2013, Karl-Oskar Rikås
category: System
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: DotHellRC
build-depends: base ==4.6.*,
hell
@funrep
Copy link
Author

funrep commented Nov 22, 2013

Resolving dependencies...
Configuring dothellrc-0.1.0.0...
Warning: 'license: WTFPL' is not a recognised license. The known licenses are:
GPL, GPL-2, GPL-3, LGPL, LGPL-2.1, LGPL-3, BSD3, MIT, PublicDomain,
AllRightsReserved, OtherLicense
Building dothellrc-0.1.0.0...
Preprocessing library dothellrc-0.1.0.0...
cabal: can't find source for DotHellRC in ., dist/build/autogen
cabal: Error: some packages failed to install:
dothellrc-0.1.0.0 failed during the building phase. The exception was:
ExitFailure 1
$ ls
COPYING  dist  dothellrc.cabal  dothellrc.hs  Setup.hs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment