File: prelude-extras.cabal

package info (click to toggle)
haskell-prelude-extras 0.4.0.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: haskell: 565; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,163 bytes parent folder | download | duplicates (5)
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
name:          prelude-extras
category:      Polymorphism, Combinators
version:       0.4.0.3
license:       BSD3
cabal-version: >= 1.6
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <ekmett@gmail.com>
stability:     provisional
homepage:      http://github.com/ekmett/prelude-extras
bug-reports:   http://github.com/ekmett/prelude-extras/issues
copyright:     Copyright (C) 2011-2016 Edward A. Kmett
synopsis:      Higher order versions of Prelude classes
tested-with: GHC == 7.10.2, GHC == 7.8.4, GHC == 7.6.3, GHC == 7.4.2, GHC == 7.0.4
description:
  Higher order versions of Prelude classes to ease programming with polymorphic recursion and reduce UndecidableInstances
  .
  See <http://flint.cs.yale.edu/trifonov/papers/sqcc.pdf> for further discussion of the approach taken here.
build-type:    Simple
extra-source-files:
  .ghci
  .gitignore
  .travis.yml
  .vim.custom
  CHANGELOG.markdown

source-repository head
  type: git
  location: git://github.com/ekmett/prelude-extras

library
  build-depends: base >= 4 && < 5
  extensions: CPP
  hs-source-dirs: src
  ghc-options: -Wall
  exposed-modules: Prelude.Extras