cabal-version: 3.0
name: cereal-unordered-containers
version: 0.1.0.1
synopsis: Integration of "cereal" and "unordered-containers"
homepage: https://github.com/metrix-ai/cereal-unordered-containers
bug-reports:
https://github.com/metrix-ai/cereal-unordered-containers/issues
author: Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
copyright: (c) 2018, Metrix.AI
license: MIT
license-file: LICENSE
library
hs-source-dirs: library
default-extensions:
NoImplicitPrelude
NoMonomorphismRestriction
Arrows
BangPatterns
ConstraintKinds
DataKinds
DefaultSignatures
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
EmptyDataDecls
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
LambdaCase
LiberalTypeSynonyms
MagicHash
MultiParamTypeClasses
MultiWayIf
OverloadedStrings
ParallelListComp
PatternGuards
QuasiQuotes
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeFamilies
TypeOperators
UnboxedTuples
default-language: Haskell2010
exposed-modules:
Cereal.UnorderedContainers.Get
Cereal.UnorderedContainers.Put
Cereal.UnorderedContainers.Serialize
other-modules:
Cereal.UnorderedContainers.Extras.StrictHashMap
Cereal.UnorderedContainers.Prelude
build-depends:
, base >=4 && <5
, cereal >=0.5.5 && <0.6
, hashable >=1.2 && <2
, unordered-containers >=0.2 && <0.3