packages feed

compactmap-0.1.4.2.1: compactmap.cabal

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

name:                compactmap
version:             0.1.4.2.1
synopsis:            A read-only memory-efficient key-value store.
-- description:         
license:             BSD3
license-file:        LICENSE
author:              bartavelle
maintainer:          bartavelle@gmail.com
-- copyright:           
category:            Data
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10
Tested-With:         GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.2, GHC == 8.2.1

library
  exposed-modules:     Data.CompactMap
                       Data.CompactMap.Generic
  -- other-modules:       
  -- other-extensions:    
  ghc-options:         -O2 -Wall
  build-depends:       base >=4.6 && <5, vector >= 0.10.12.3 && < 0.13
  hs-source-dirs:      src
  default-language:    Haskell2010

test-suite tests
  hs-source-dirs: tests
  type:           exitcode-stdio-1.0
  ghc-options:    -Wall -rtsopts -threaded
  build-depends:  base,compactmap,containers,hspec,QuickCheck
  main-is:        tests.hs
  default-language: Haskell2010