-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata-function-tacit.cabal
More file actions
32 lines (25 loc) · 1002 Bytes
/
data-function-tacit.cabal
File metadata and controls
32 lines (25 loc) · 1002 Bytes
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
name: data-function-tacit
version: 0.1.0.0
synopsis: Write functions in tacit (pointless) style using Applicative and De Bruijn index notation.
description: Write functions in tacit (pointless) style using Applicative and De Bruijn index notation.
homepage: https://github.com/erisco/data-function-tacit
license: BSD3
license-file: LICENSE
author: Eric Brisco
maintainer: eric.brisco@gmail.com
copyright: Copyright (c) 2016, Eric Brisco
category: Data
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Data.Function.Tacit
build-depends: base >=4.6 && <5
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/erisco/data-function-tacit
source-repository this
type: git
location: https://github.com/erisco/data-function-tacit
tag: v0.1.0.0