Skip to content

Commit

Permalink
Update from Hackage at 2018-11-08T15:10:51Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Nov 8, 2018
1 parent c0b0a48 commit 4cdc579
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
45 changes: 45 additions & 0 deletions vector-sized/1.1.0.0/vector-sized.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: vector-sized
version: 1.1.0.0
synopsis: Size tagged vectors
description: Please see README.md
homepage: http://github.com/expipiplus1/vector-sized#readme
license: BSD3
license-file: LICENSE
author: Joe Hermaszewski
maintainer: whats.our.vector.victor@monoid.al
copyright: 2016 Joe Hermaszewski
category: Data
build-type: Simple
extra-source-files: readme.md
, changelog.md
cabal-version: >=1.10

library
hs-source-dirs: src
exposed-modules: Data.Vector.Sized
, Data.Vector.Generic.Sized
, Data.Vector.Generic.Sized.Internal
, Data.Vector.Storable.Sized
, Data.Vector.Mutable.Sized
, Data.Vector.Generic.Mutable.Sized
, Data.Vector.Storable.Mutable.Sized
, Data.Vector.Generic.Mutable.Sized.Internal
, Data.Vector.Unboxed.Sized
, Data.Vector.Unboxed.Mutable.Sized
build-depends: base >= 4.9 && < 5
, vector >= 0.11 && < 0.13
, deepseq >= 1.1 && < 1.5
, finite-typelits >= 0.1
, primitive >= 0.5 && < 0.7
, indexed-list-literals >= 0.2.0.0
, adjunctions >= 4.3 && < 4.5
, distributive >= 0.5 && < 0.7
, comonad >=4 && <6
default-language: Haskell2010

-- if impl(ghc >= 8.6)
-- default-extensions: NoStarIsType

source-repository head
type: git
location: https://github.com/expipiplus1/vector-sized
1 change: 1 addition & 0 deletions vector-sized/1.1.0.0/vector-sized.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"9f16d3646fed1de663b60eb2ba1aec30","Skein512_512":"cb6349bf8e390c4d5cba4b2743e4334a50b0489c4ea8a2f29dbed1d04ba67f1483ad15bc123f2370cb888fa487cc7640b198bf889bc04af14f14d17a32969ab3","SHA1":"489c02a823407cfbe32d2cb30bd95606ef67de5e","SHA512":"3c9cfd4211b7958fdb358b63d767e6e0e8ede072aaa19e56cbfff5ab4ba80314073a5c69d07dc300d9c563b4915683779c37e08cf2ab33df8283bd31f196f1d9","SHA256":"74eeb26f18f2103c7ef6b6c8a72ad337fc53b1d9fd810a4a0c8692e9d57b2178"},"package-locations":["https://hackage.haskell.org/package/vector-sized-1.1.0.0/vector-sized-1.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/vector-sized-1.1.0.0.tar.gz"],"package-size":51202}

0 comments on commit 4cdc579

Please sign in to comment.