packages feed

strict-data-0.1.0.0: strict-data.cabal

name:                strict-data
version:             0.1.0.0
synopsis:            Verious useful strict data structures
description:         Please see README.md
homepage:            https://github.com/agrafix/strict-data#readme
license:             BSD3
license-file:        LICENSE
author:              Alexander Thiemann
maintainer:          mail@athiemann.net
copyright:           2016 Alexander Thiemann <mail@athiemann.net>
category:            Data
build-type:          Simple
extra-source-files:
    README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Data.Option
  build-depends:       base >= 4.7 && < 5, aeson, store, deepseq
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/agrafix/strict-data