packages feed

data-inttrie-0.1.3: data-inttrie.cabal

-- Initial data-inttrie.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                data-inttrie
version:             0.1.3
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 && <4.11
  -- hs-source-dirs:      
  default-language:    Haskell2010