File: ordered-containers.cabal

package info (click to toggle)
haskell-ordered-containers 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 92 kB
  • sloc: haskell: 434; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 834 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name:                ordered-containers
version:             0.2.4
synopsis:            Set- and Map-like types that remember the order elements were inserted
license:             BSD3
license-file:        LICENSE
author:              Daniel Wagner
maintainer:          me@dmwit.com
category:            Data
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

source-repository head
  type:                git
  location:            https://github.com/dmwit/ordered-containers

library
  exposed-modules:     Data.Map.Ordered, Data.Map.Ordered.Strict, Data.Set.Ordered
  other-modules:       Data.Map.Ordered.Internal, Data.Map.Util
  build-depends:       base >=4.7 && <5, containers >=0.1 && <0.8, hashable >=1.2 && <2.0
  default-language:    Haskell98
  ghc-options:         -fno-warn-tabs