File: data-inttrie.cabal

package info (click to toggle)
haskell-data-inttrie 0.0.8-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 52 kB
  • sloc: haskell: 52; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Name: data-inttrie
Description:
    A simple lazy, infinite trie from integers.
Version: 0.0.8
Stability: experimental
Synopsis: A lazy, infinite trie of integers.
License: BSD3
Category: Data
Author: Luke Palmer <lrpalmer@gmail.com>
Homepage: http://github.com/luqui/data-inttrie
Maintainer: Luke Palmer <lrpalmer@gmail.com>
Build-Type: Simple
Build-Depends: base >= 3 && < 5
Exposed-Modules: Data.IntTrie