packages feed

simple-index-0.1.0.0: simple-index.cabal

name:                simple-index
version:             0.1.0.0
synopsis:            Allows simple indexation on any data type
-- description:         
license:             BSD3
license-file:        LICENSE
author:              Hugo Gomes
maintainer:          mr.hugo.gomes@gmail.com
-- copyright:           
category:            Data
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Data.SimpleIndex
  -- other-modules:       
  build-depends:       base ==4.6.*, containers ==0.5.*, unordered-containers ==0.2.*, safecopy ==0.8.*, hashable ==1.2.*