name: cereal-data-dword version: 0.1.1 synopsis: Integration of "cereal" and "data-dword" homepage: https://github.com/metrix-ai/cereal-data-dword bug-reports: https://github.com/metrix-ai/cereal-data-dword/issues author: Nikita Volkov maintainer: Metrix.AI Tech Team 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.DataDWord.Serialize Cereal.DataDWord.Put Cereal.DataDWord.Get other-modules: Cereal.DataDWord.Prelude build-depends: base <5, cereal >=0.5.5 && <0.6, data-dword >=0.3.1 && <0.4