Skip to content

Commit

Permalink
Update from Hackage at 2021-02-22T01:15:46Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Feb 22, 2021
1 parent 45bb07d commit f86c3f6
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
49 changes: 49 additions & 0 deletions vector-th-unbox/0.2.1.8/vector-th-unbox.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: vector-th-unbox
version: 0.2.1.8
synopsis: Deriver for Data.Vector.Unboxed using Template Haskell
description:
A Template Haskell deriver for unboxed vectors, given a pair of coercion
functions to and from some existing type with an Unbox instance.
.
Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.
stability: experimental
homepage: https://github.com/tsurucapital/vector-th-unbox
license: BSD3
license-file: LICENSE
copyright: (c) 2012-2015 Liyang HU
author: Liyang HU <vector-th-unbox@liyang.hu>
maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com>
category: Data
build-type: Simple
cabal-version: >= 1.10
tested-with:
GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 9.0.1

source-repository head
type: git
location: http://github.com/tsurucapital/vector-th-unbox

library
default-language: Haskell2010
exposed-modules:
Data.Vector.Unboxed.Deriving

build-depends:
base >= 4.5 && < 4.16,
template-haskell >= 2.5 && <2.18,
vector >= 0.7.1 && <0.13

test-suite sanity
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: sanity.hs
build-depends:
base,
data-default,
vector,
vector-th-unbox
ghc-options: -Wall

-- vim: et sw=4 ts=4 sts=4:

1 change: 1 addition & 0 deletions vector-th-unbox/0.2.1.8/vector-th-unbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"bcf01c66443574e540f3f72b6a97b708","Skein512_512":"574d2ad409fe454f126fde7e18d96f272a795b78d8c69ad146507358e1b50e7e2a67257d29566d2aa2cf513049939779670cf2c55d48ab1df841606f0e3d2630","SHA1":"7ce24024df8a475dd8c32dea30c5b2da2ca6e8de","SHA512":"d2eeff3d2a8066615d29d7a3fd03abaa0e2a5e97801057948224248ff5412bf20bd804f348f8f1700cad2fb75a213bae9e2c09ce470577ecccf5feecb2dac259","SHA256":"c59ca5263465a44e523c67e70c9fecc77d37a6916cff7a98ee272c936ce8d4ac"},"package-locations":["https://hackage.haskell.org/package/vector-th-unbox-0.2.1.8/vector-th-unbox-0.2.1.8.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/vector-th-unbox-0.2.1.8.tar.gz"],"package-size":4829}

0 comments on commit f86c3f6

Please sign in to comment.