Cabal revisions of conversion-1.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name:- conversion-version:- 1.2.1-synopsis:- Universal converter between values of different types-category:- Control, Data, Conversion-homepage:- https://github.com/nikita-volkov/conversion -bug-reports:- https://github.com/nikita-volkov/conversion/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.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, 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- build-depends:- base-prelude >= 0.1.19 && < 2+name: + conversion +version: + 1.2.1 +x-revision: + 1 +synopsis: + Universal converter between values of different types +description: + This library provides a typeclass with instances for types + defined in \"base\". + Instances for other types are expected to be defined in other libraries. + Such libraries should be listed under + <http://hackage.haskell.org/packages/#cat:Conversion the Conversion category>. + So far the following are known: + . + * <http://hackage.haskell.org/package/conversion-bytestring "conversion-bytestring"> + . + * <http://hackage.haskell.org/package/conversion-text "conversion-text"> + . + * <http://hackage.haskell.org/package/conversion-case-insensitive "conversion-case-insensitive"> +category: + Control, Data, Conversion +homepage: + https://github.com/nikita-volkov/conversion +bug-reports: + https://github.com/nikita-volkov/conversion/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.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, 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 + build-depends: + base-prelude >= 0.1.19 && < 2