packages feed

data-function-tacit-0.1.0.0: data-function-tacit.cabal

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