Skip to content

Instantly share code, notes, and snippets.

@alexbiehl
Created November 8, 2017 10:58
Show Gist options
  • Save alexbiehl/0f641327188c09a1445b053c1a143650 to your computer and use it in GitHub Desktop.
Save alexbiehl/0f641327188c09a1445b053c1a143650 to your computer and use it in GitHub Desktop.
-- Initial ignite.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: bug
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: alexbiehl
maintainer: alexbieh@...
-- copyright:
-- category:
build-type: Simple
cabal-version: >=2.0
library bug-sublib
build-depends: base, bug
default-language: Haskell2010
library
build-depends: base >=4.10 && <4.11
default-language: Haskell2010
executable bug-example
build-depends: base, bug-sublib
default-language: Haskell2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment