Cabal revisions of fixed-vector-binary-1.0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: fixed-vector-binary-Version: 1.0.0.0-Synopsis: Binary instances for fixed-vector-Description:- Binary instances for fixed-vector- -Cabal-Version: >= 1.8-License: BSD3-License-File: LICENSE-Author: Aleksey Khudyakov <alexey.skladnoy@gmail.com>-Maintainer: Aleksey Khudyakov <alexey.skladnoy@gmail.com>-Bug-reports: https://github.com/Shimuuar/fixed-vector/issues-Category: Data-Build-Type: Simple-extra-source-files:- ChangeLog--source-repository head- type: git- location: http://github.com/Shimuuar/fixed-vector--Library- Ghc-options: -Wall- Build-Depends: base >=4.8 && <5- , fixed-vector >=1.0- , binary- Exposed-modules:- Data.Vector.Fixed.Instances.Binary--Test-Suite test- Type: exitcode-stdio-1.0- Hs-source-dirs: test- Main-is: QC.hs- Build-Depends:- base >=3 && <5,- fixed-vector,- fixed-vector-binary,- binary,- tasty,- tasty-quickcheck+Name: fixed-vector-binary +Version: 1.0.0.0 +x-revision: 1 +Synopsis: Binary instances for fixed-vector +Description: + Binary instances for fixed-vector + +Cabal-Version: >= 1.8 +License: BSD3 +License-File: LICENSE +Author: Aleksey Khudyakov <alexey.skladnoy@gmail.com> +Maintainer: Aleksey Khudyakov <alexey.skladnoy@gmail.com> +Bug-reports: https://github.com/Shimuuar/fixed-vector/issues +Category: Data +Build-Type: Simple +extra-source-files: + ChangeLog + +source-repository head + type: git + location: http://github.com/Shimuuar/fixed-vector + +Library + Ghc-options: -Wall + Build-Depends: base >=4.8 && <4.12 + , fixed-vector >=1.0 + , binary + Exposed-modules: + Data.Vector.Fixed.Instances.Binary + +Test-Suite test + Type: exitcode-stdio-1.0 + Hs-source-dirs: test + Main-is: QC.hs + Build-Depends: + base >=3 && <5, + fixed-vector, + fixed-vector-binary, + binary, + tasty, + tasty-quickcheck