packages feed

store-core-0.2.0.0: store-core.cabal

-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack

name:           store-core
version:        0.2.0.0
synopsis:       Fast and lightweight binary serialization
category:       Serialization, Data
homepage:       https://github.com/fpco/store#readme
bug-reports:    https://github.com/fpco/store/issues
maintainer:     Michael Sloan <sloan@fpcomplete.com>
copyright:      2016 FP Complete
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/fpco/store

library
  hs-source-dirs:
      src
  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2
  build-depends:
      base >=4.7 && <5
    , primitive >=0.6 && < 1.0
    , bytestring >=0.10.4.0 && < 1.0
    , fail
    , transformers >=0.3.0.0 && < 1.0
    , ghc-prim >=0.3.1.0 && < 1.0
    , text >=1.2.0.4 && < 2.0
  if (!arch(I386) && !arch(X86_64) && !arch(IA64) && !impl(ghcjs))
    buildable: False
  exposed-modules:
      Data.Store.Core
  default-language: Haskell2010