Cabal revisions of binary-parser-0.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name:- binary-parser-version:- 0.5-synopsis:- A highly-efficient but limited parser API specialised for bytestrings-category:- Parser, Binary-homepage:- https://github.com/nikita-volkov/binary-parser -bug-reports:- https://github.com/nikita-volkov/binary-parser/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---source-repository head- type:- git- location:- git://github.com/nikita-volkov/binary-parser.git---library- hs-source-dirs:- library- default-extensions:- Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, 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:- BinaryParser.Prelude- exposed-modules:- BinaryParser- build-depends:- -- data:- success >= 0.2 && < 0.3,- bytestring >= 0.10 && < 0.11,- text >= 1 && < 2,- -- general:- transformers >= 0.3 && < 0.5,- base-prelude >= 0.1.19 && < 0.2-+name: + binary-parser +version: + 0.5 +x-revision: + 1 +synopsis: + A highly-efficient but limited parser API specialised for bytestrings +category: + Parser, Binary +homepage: + https://github.com/nikita-volkov/binary-parser +bug-reports: + https://github.com/nikita-volkov/binary-parser/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 + + +source-repository head + type: + git + location: + git://github.com/nikita-volkov/binary-parser.git + + +library + hs-source-dirs: + library + default-extensions: + Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, 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: + BinaryParser.Prelude + exposed-modules: + BinaryParser + build-depends: + -- data: + success >= 0.2 && < 0.3, + bytestring >= 0.10.4 && < 0.11, + text >= 1 && < 2, + -- general: + transformers >= 0.4.2 && < 0.5, + base-prelude >= 0.1.19 && < 0.2 +
revision 2
binary-parser version: 0.5 -x-revision: - 1 +x-revision: 2 synopsis: A highly-efficient but limited parser API specialised for bytestrings category: library + build-depends: base == 4.8.* + hs-source-dirs: library default-extensions: