Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
head.hackage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Haslop
head.hackage
Commits
9a1f16c1
Commit
9a1f16c1
authored
2 years ago
by
Ryan Scott
Committed by
Ryan Scott
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Include revisions in vector-th-unbox-0.2.2 patch
parent
605f08bd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/vector-th-unbox-0.2.2.patch
+5
-4
5 additions, 4 deletions
patches/vector-th-unbox-0.2.2.patch
with
5 additions
and
4 deletions
patches/vector-th-unbox-0.2.2.patch
+
5
−
4
View file @
9a1f16c1
diff --git a/vector-th-unbox.cabal b/vector-th-unbox.cabal
index 84b5241..
964b584
100644
index 84b5241..
6298520
100644
--- a/vector-th-unbox.cabal
+++ b/vector-th-unbox.cabal
@@ -1,5 +1,6 @@
name: vector-th-unbox
version: 0.2.2
+x-revision:
1
+x-revision:
3
synopsis: Deriver for Data.Vector.Unboxed using Template Haskell
description:
A Template Haskell deriver for unboxed vectors, given a pair of coercion
...
...
@@ -14,9 +14,10 @@ index 84b5241..964b584 100644
build-depends:
- base >= 4.5 && < 4.17,
+ base >= 4.9 && < 4.17,
template-haskell >= 2.5 && <2.19,
- template-haskell >= 2.5 && <2.19,
- vector >= 0.7.1 && <0.13
+ base >= 4.9 && < 4.18,
+ template-haskell >= 2.5 && <2.20,
+ vector >= 0.7.1 && <0.14
test-suite sanity
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment