File: data-inttrie.cabal

package info (click to toggle)
haskell-data-inttrie 0.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 60 kB
  • sloc: haskell: 107; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (4)
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
-- Initial data-inttrie.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                data-inttrie
version:             0.1.4
synopsis:            A simple lazy, infinite trie from integers
-- description:         
homepage:            https://github.com/luqui/data-inttrie
license:             BSD3
license-file:        LICENSE
author:              Luke Palmer
maintainer:          lrpalmer@gmail.com
-- copyright:           
category:            Data
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules:     Data.IntTrie
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.10 && <5.0
  -- hs-source-dirs:      
  default-language:    Haskell2010