Skip to content

Commit

Permalink
forgot package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cspollard committed Feb 23, 2019
1 parent 33aa9da commit bee4edf
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: hunfold
version: 0.1.1.0
github: "cspollard/hunfold"
license: BSD3
author: "[email protected]"
maintainer: "Chris Pollard"
copyright: "2019 Chris Pollard"

# Metadata used when publishing your package
# synopsis: Short description of your package
# category: Web

# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Please see the README on GitHub at <https://github.com/githubuser/test#readme>

dependencies:
- base
- primitive
- transformers
- deriving-compat
- mwc-random
- reflection
- mwc-probability
- pipes
- erf
- lens
- matrix
- linear
- vector
- aeson
- text
- free
- deepseq
- unordered-containers
- ad
- foldl
- tdigest

library:
source-dirs: src
ghc-options: -Wall

executables:
run-hunfold:
main: Main.hs
dependencies:
- hunfold
- optparse-applicative
- bytestring
source-dirs: app/
ghc-options:
- -Wall

0 comments on commit bee4edf

Please sign in to comment.