-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRAScal-hs.cabal
43 lines (39 loc) · 1.06 KB
/
RAScal-hs.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: a8e704804bf2511cb3676a07424c3a79acdf0cf6d2f73dba70edd0f20d44f7c6
name: RAScal-hs
version: 0.1.0.0
description: A tool to compute Rare allele sharing statistics for ancient DNA datasets
homepage: https://github.com/stschiff/RAScal-hs#readme
bug-reports: https://github.com/stschiff/RAScal-hs/issues
author: Stephan Schiffels
maintainer: stephan_schiffels@eva.mpg.de
copyright: 2021 Stephan Schiffels
license: BSD3
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/stschiff/RAScal-hs
executable rascal
main-is: Main.hs
other-modules:
Paths_RAScal_hs
hs-source-dirs:
src
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, optparse-applicative
, parsec
, poseidon-hs
, sequence-formats
, text
, yaml
default-language: Haskell2010