File: mono-traversable-instances.cabal

package info (click to toggle)
haskell-mono-traversable-instances 0.1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 72 kB
  • sloc: haskell: 129; makefile: 4
file content (47 lines) | stat: -rw-r--r-- 1,321 bytes parent folder | download | duplicates (3)
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
44
45
46
47
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 25b05459047be752b6fdc6867bde65e9e5af9d68f1a1f25a54f473dbcfa96492

name:           mono-traversable-instances
version:        0.1.1.0
synopsis:       Extra typeclass instances for mono-traversable
description:    See docs and README at <http://www.stackage.org/package/mono-traversable-instance>
category:       Data
homepage:       https://github.com/snoyberg/mono-traversable#readme
bug-reports:    https://github.com/snoyberg/mono-traversable/issues
author:         Michael Snoyman
maintainer:     michael@fpcomplete.com
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/snoyberg/mono-traversable

library
  exposed-modules:
      Data.MonoTraversable.Instances
  other-modules:
      Paths_mono_traversable_instances
  hs-source-dirs:
      src
  build-depends:
      base >=4.10 && <5
    , comonad >=3.0.3
    , containers
    , dlist >=0.6 && <1.1
    , dlist-instances ==0.1.*
    , mono-traversable >=1.0 && <1.1
    , semigroupoids >=3.0
    , semigroups
    , transformers
    , vector-instances
  default-language: Haskell2010