Cabal revisions of conversion-bytestring-1.0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name:- conversion-bytestring-version:- 1.0.0.0-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 <nikita.y.volkov@mail.ru>-maintainer:- Nikita Volkov <nikita.y.volkov@mail.ru>-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 && < 0.11,- -- - conversion == 1.*,- --- base-prelude >= 0.1.19 && < 0.2+name: + conversion-bytestring +version: + 1.0.0.0 +x-revision: 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 <nikita.y.volkov@mail.ru> +maintainer: + Nikita Volkov <nikita.y.volkov@mail.ru> +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 && < 0.2