Skip to content

Instantly share code, notes, and snippets.

@bitc
Created June 7, 2016 13:02
Show Gist options
  • Save bitc/b9a75eec6da145b5a151254bcc906a53 to your computer and use it in GitHub Desktop.
Save bitc/b9a75eec6da145b5a151254bcc906a53 to your computer and use it in GitHub Desktop.
name: test
version: 0.1.0.0
license: BSD3
license-file: LICENSE
author: captain
maintainer: <>
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules:
build-depends: base >=4.8 && <4.9,
bytestring,
containers,
directory,
filepath,
ghc,
ghc-paths,
groom,
lens,
network,
optparse-applicative,
protocol-buffers,
protocol-buffers-descriptor,
stm,
vector,
sqlite-simple,
transformers,
temporary,
time,
text
hs-source-dirs: src
default-language: Haskell2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment