Cabal revisions of utf8-light-0.4.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: utf8-light-version: 0.4.2-cabal-version: >= 1.6-build-type: Simple-license: BSD3-license-file: LICENSE-category: Codec-author: Matt Morrow-copyright: Matt Morrow-maintainer: Matt Morrow <mjm2002@gmail.com>-stability: experimental-synopsis: Unicode-description: Lightweight UTF8 handling.--library- build-depends: base < 6- , ghc-prim- , bytestring- hs-source-dirs: src- exposed-modules: Codec.Binary.UTF8.Light--source-repository head- type: git- location: https://github.com/parcs/utf8-light.git+name: utf8-light +version: 0.4.2 +x-revision: 1 +cabal-version: >= 1.6 +build-type: Simple +license: BSD3 +license-file: LICENSE +category: Codec +author: Matt Morrow +copyright: Matt Morrow +maintainer: Matt Morrow <mjm2002@gmail.com> +stability: experimental +synopsis: Unicode +description: Lightweight UTF8 handling. + +library + build-depends: base < 4.16 + , ghc-prim + , bytestring + hs-source-dirs: src + exposed-modules: Codec.Binary.UTF8.Light + +source-repository head + type: git + location: https://github.com/parcs/utf8-light.git
revision 2
name: utf8-light version: 0.4.2 -x-revision: 1 +x-revision: 2 cabal-version: >= 1.6 build-type: Simple license: BSD3 description: Lightweight UTF8 handling. library - build-depends: base < 4.16 + build-depends: base == 4.* , ghc-prim , bytestring hs-source-dirs: src
revision 3
name: utf8-light version: 0.4.2 -x-revision: 2 +x-revision: 3 cabal-version: >= 1.6 build-type: Simple license: BSD3 category: Codec author: Matt Morrow copyright: Matt Morrow -maintainer: Matt Morrow <mjm2002@gmail.com> +maintainer: Francesco Ariis <fa-ml@ariis.it> stability: experimental synopsis: Unicode description: Lightweight UTF8 handling. source-repository head type: git - location: https://github.com/parcs/utf8-light.git + location: https://gitlab.com/fffaaa/utf8-light