name: cereal-unordered-containers version: 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 maintainer: Metrix.AI Ninjas copyright: (c) 2018, Metrix.AI license: MIT license-file: LICENSE build-type: Simple cabal-version: >=1.10 library hs-source-dirs: library default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010 exposed-modules: Cereal.UnorderedContainers.Serialize Cereal.UnorderedContainers.Put Cereal.UnorderedContainers.Get other-modules: Cereal.UnorderedContainers.Prelude Cereal.UnorderedContainers.Extras.StrictHashMap build-depends: base <5, cereal >=0.5.5 && <0.6, hashable >=1.2 && <2, unordered-containers >=0.2 && <0.3