-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cut release, put sinces on every new function
- Loading branch information
Showing
6 changed files
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
cabal-version: 1.12 | ||
|
||
-- This file has been generated from package.yaml by hpack version 0.34.4. | ||
-- | ||
-- see: https://github.com/sol/hpack | ||
-- | ||
-- hash: 8cc33c7ff1b35236dcaed143ba951337eb4f12e3c53c616fa15ec2a073c0942b | ||
|
||
cabal-version: 3.0 | ||
name: vector-sized | ||
version: 1.5.0 | ||
version: 1.6.0 | ||
synopsis: Size tagged vectors | ||
description: Please see README.md | ||
category: Data | ||
|
@@ -16,7 +9,7 @@ bug-reports: https://github.com/expipiplus1/vector-sized/issues | |
author: Ellie Hermaszewska | ||
maintainer: [email protected] | ||
copyright: 2016 Ellie Hermaszewska | ||
license: BSD3 | ||
license: BSD-3-Clause | ||
license-file: LICENSE | ||
build-type: Simple | ||
tested-with: GHC ==8.10.7 || ==9.0.1 || ==9.2.1 | ||
|
@@ -43,8 +36,6 @@ library | |
Data.Vector.Storable.Sized | ||
Data.Vector.Unboxed.Mutable.Sized | ||
Data.Vector.Unboxed.Sized | ||
other-modules: | ||
Paths_vector_sized | ||
hs-source-dirs: | ||
src | ||
build-depends: | ||
|