-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathn-tuple.cabal
More file actions
40 lines (36 loc) · 1.04 KB
/
Copy pathn-tuple.cabal
File metadata and controls
40 lines (36 loc) · 1.04 KB
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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 05a26fa80d7c198a99d5d07c041e0a6d4f630a9b6666b651badf7db6cf114534
name: n-tuple
version: 0.0.2.0
synopsis: Homogeneous tuples of arbitrary length.
description: Please see the README on Github at <https://github.com/athanclark/sparrow-server#readme>
homepage: https://github.com/athanclark/n-tuple#readme
bug-reports: https://github.com/athanclark/n-tuple/issues
author: Athan Clark
maintainer: athan.clark@gmail.com
copyright: BSD-3
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/athanclark/n-tuple
library
exposed-modules:
Data.NTuple
other-modules:
Paths_n_tuple
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.11 && <5
, singletons-base >=3
, vector
default-language: Haskell2010