Cabal revisions of pseudo-boolean-0.1.9.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial pseudo-boolean.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: pseudo-boolean-version: 0.1.9.0-synopsis: Reading/Writing OPB/WBO files used in pseudo boolean competition-description: Reading\/Writing OPB\/WBO files used in pseudo boolean competition-homepage: https://github.com/msakai/pseudo-boolean-bug-reports: https://github.com/msakai/pseudo-boolean/issues-license: BSD3-license-file: LICENSE-author: Masahiro Sakai-maintainer: masahiro.sakai@gmail.com--- copyright: -category: Data, Optimisation, Optimization, Constraints, Logic-build-type: Simple-extra-source-files:- README.md- CHANGELOG.markdown- test/samples/*.opb- test/samples/normalized-1096.cudf.paranoid.opb- test/samples/*.wbo-cabal-version: >=1.10-tested-with:- GHC ==7.8.4- GHC ==7.10.3- GHC ==8.0.2- GHC ==8.2.2- GHC ==8.4.4- GHC ==8.6.3--source-repository head- type: git- location: git://github.com/msakai/pseudo-boolean.git--library- exposed-modules:- Data.PseudoBoolean- Data.PseudoBoolean.Builder- Data.PseudoBoolean.ByteStringBuilder- Data.PseudoBoolean.Parsec- Data.PseudoBoolean.Megaparsec- Data.PseudoBoolean.Attoparsec- Data.PseudoBoolean.Internal.TextUtil- other-modules:- Data.PseudoBoolean.Types- other-extensions:- BangPatterns- ConstraintKinds- CPP- DeriveDataTypeable- DeriveGeneric- FlexibleContexts- OverloadedStrings- build-depends:- base >=4.6.0.1 && <4.14,- containers >=0.4.2.1,- parsec >=3.1.2 && <4,- megaparsec >=4 && <8,- bytestring >=0.9.2.1 && <0.11,- bytestring-builder,- dlist >=0.7.0 && <0.9.0,- attoparsec >=0.10.4.0,- deepseq >=1.3.0.0,- hashable >=1.1.2.5 && <1.4.0.0,- void- hs-source-dirs: src- default-language: Haskell2010--Test-suite TestPBFile- Type: exitcode-stdio-1.0- HS-Source-Dirs: test- Main-is: TestPBFile.hs- Build-depends:- pseudo-boolean,- base,- bytestring,- tasty >=0.10.1,- tasty-hunit >=0.9 && <0.11,- tasty-quickcheck >=0.8 && <0.11,- tasty-th,- HUnit,- QuickCheck >=2.5 && <3,- temporary >=1.2- Default-Language: Haskell2010- Other-Extensions: TemplateHaskell+-- Initial pseudo-boolean.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: pseudo-boolean +version: 0.1.9.0 +x-revision: 1 +synopsis: Reading/Writing OPB/WBO files used in pseudo boolean competition +description: Reading\/Writing OPB\/WBO files used in pseudo boolean competition +homepage: https://github.com/msakai/pseudo-boolean +bug-reports: https://github.com/msakai/pseudo-boolean/issues +license: BSD3 +license-file: LICENSE +author: Masahiro Sakai +maintainer: masahiro.sakai@gmail.com +-- copyright: +category: Data, Optimisation, Optimization, Constraints, Logic +build-type: Simple +extra-source-files: + README.md + CHANGELOG.markdown + test/samples/*.opb + test/samples/normalized-1096.cudf.paranoid.opb + test/samples/*.wbo +cabal-version: >=1.10 +tested-with: + GHC ==7.8.4 + GHC ==7.10.3 + GHC ==8.0.2 + GHC ==8.2.2 + GHC ==8.4.4 + GHC ==8.6.3 + +source-repository head + type: git + location: git://github.com/msakai/pseudo-boolean.git + +library + exposed-modules: + Data.PseudoBoolean + Data.PseudoBoolean.Builder + Data.PseudoBoolean.ByteStringBuilder + Data.PseudoBoolean.Parsec + Data.PseudoBoolean.Megaparsec + Data.PseudoBoolean.Attoparsec + Data.PseudoBoolean.Internal.TextUtil + other-modules: + Data.PseudoBoolean.Types + other-extensions: + BangPatterns + ConstraintKinds + CPP + DeriveDataTypeable + DeriveGeneric + FlexibleContexts + OverloadedStrings + build-depends: + base >=4.6.0.1 && <4.14, + containers >=0.4.2.1, + parsec >=3.1.2 && <4, + megaparsec >=4 && <9, + bytestring >=0.9.2.1 && <0.11, + bytestring-builder, + dlist >=0.7.0 && <0.9.0, + attoparsec >=0.10.4.0, + deepseq >=1.3.0.0, + hashable >=1.1.2.5 && <1.4.0.0, + void + hs-source-dirs: src + default-language: Haskell2010 + +Test-suite TestPBFile + Type: exitcode-stdio-1.0 + HS-Source-Dirs: test + Main-is: TestPBFile.hs + Build-depends: + pseudo-boolean, + base, + bytestring, + tasty >=0.10.1, + tasty-hunit >=0.9 && <0.11, + tasty-quickcheck >=0.8 && <0.11, + tasty-th, + HUnit, + QuickCheck >=2.5 && <3, + temporary >=1.2 + Default-Language: Haskell2010 + Other-Extensions: TemplateHaskell
revision 2
name: pseudo-boolean version: 0.1.9.0 -x-revision: 1 +x-revision: 2 synopsis: Reading/Writing OPB/WBO files used in pseudo boolean competition description: Reading\/Writing OPB\/WBO files used in pseudo boolean competition homepage: https://github.com/msakai/pseudo-boolean FlexibleContexts OverloadedStrings build-depends: - base >=4.6.0.1 && <4.14, + base >=4.6.0.1 && <4.15, containers >=0.4.2.1, parsec >=3.1.2 && <4, megaparsec >=4 && <9,
revision 3
name: pseudo-boolean version: 0.1.9.0 -x-revision: 2 +x-revision: 3 synopsis: Reading/Writing OPB/WBO files used in pseudo boolean competition description: Reading\/Writing OPB\/WBO files used in pseudo boolean competition homepage: https://github.com/msakai/pseudo-boolean base >=4.6.0.1 && <4.15, containers >=0.4.2.1, parsec >=3.1.2 && <4, - megaparsec >=4 && <9, - bytestring >=0.9.2.1 && <0.11, + megaparsec >=4 && <10, + bytestring >=0.9.2.1 && <0.12, bytestring-builder, - dlist >=0.7.0 && <0.9.0, + dlist >=0.7.0 && <1.1.0, attoparsec >=0.10.4.0, deepseq >=1.3.0.0, hashable >=1.1.2.5 && <1.4.0.0,
revision 4
name: pseudo-boolean version: 0.1.9.0 -x-revision: 3 +x-revision: 4 synopsis: Reading/Writing OPB/WBO files used in pseudo boolean competition description: Reading\/Writing OPB\/WBO files used in pseudo boolean competition homepage: https://github.com/msakai/pseudo-boolean FlexibleContexts OverloadedStrings build-depends: - base >=4.6.0.1 && <4.15, + base >=4.6.0.1 && <4.16, containers >=0.4.2.1, parsec >=3.1.2 && <4, megaparsec >=4 && <10,