name: conversion-bytestring version: 1.0.1 synopsis: "Conversion" instances for the "bytestring" library category: Control, Data, Conversion homepage: https://github.com/nikita-volkov/conversion-bytestring bug-reports: https://github.com/nikita-volkov/conversion-bytestring/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2015, Nikita Volkov license: MIT license-file: LICENSE build-type: Simple cabal-version: >=1.10 extra-source-files: CHANGELOG.md source-repository head type: git location: git://github.com/nikita-volkov/conversion-bytestring.git library hs-source-dirs: library ghc-options: -funbox-strict-fields default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010 other-modules: exposed-modules: Conversion.ByteString build-depends: -- bytestring >= 0.10.2 && < 0.11, -- conversion == 1.*, -- base-prelude >= 0.1.19 && < 2