Skip to content

Instantly share code, notes, and snippets.

@thoferon
Created February 4, 2020 06:14
Show Gist options
  • Save thoferon/722dc5edd0ff041bf895dd30ff3bc963 to your computer and use it in GitHub Desktop.
Save thoferon/722dc5edd0ff041bf895dd30ff3bc963 to your computer and use it in GitHub Desktop.
haskell-nix-setup
cabal-version: 1.12
name: demo
version: 0.9.0
author: Tom Feron
maintainer: Tom Feron
build-type: Simple
library
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010
exposed-modules:
Module
OtherModule
build-depends:
base >=4.12 && <4.13
, eventsourcing
, hedgehog
executable hello
main-is: Main.hs
hs-source-dirs: .
ghc-options: -Wall
default-language: Haskell2010
build-depends:
base
, demo
, text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment