Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DHG_packages
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Haskell Group
DHG_packages
Commits
b701e575
Commit
b701e575
authored
Aug 04, 2018
by
Sven Bartscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update newer-smallcheck patch for even newer smallcheck
parent
7f7e9bf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
4 deletions
+27
-4
p/haskell-store/debian/changelog
p/haskell-store/debian/changelog
+5
-1
p/haskell-store/debian/patches/newer-smallcheck
p/haskell-store/debian/patches/newer-smallcheck
+22
-3
No files found.
p/haskell-store/debian/changelog
View file @
b701e575
haskell-store (0.4.3.2-5) UNRELEASED; urgency=medium
[ Clint Adams ]
* Set Rules-Requires-Root to no.
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:10:37 -0400
[ Sven Bartscher ]
* Patch for newer smallcheck
-- Sven Bartscher <kritzefitz@debian.org> Sat, 04 Aug 2018 13:45:48 +0200
haskell-store (0.4.3.2-4) unstable; urgency=medium
...
...
p/haskell-store/debian/patches/newer-smallcheck
View file @
b701e575
--- a/test/Data/StoreSpec.hs
+++ b/test/Data/StoreSpec.hs
@@ -91,
7 +91,7
@@
@@ -91,
8 +91,6
@@
, ''CUIntMax, ''CPtrdiff, ''CSChar, ''CShort, ''CUInt, ''CLLong
, ''CLong, ''CInt, ''CChar, ''CSsize, ''CPid
, ''COff, ''CMode, ''CIno, ''CDev
- , ''Word8, ''Word16, ''Word32, ''Word64, ''Word
+ , ''Word8, ''Word16, ''Word32, ''Word64
, ''Int8, ''Int16, ''Int32, ''Int64
- , ''Int8, ''Int16, ''Int32, ''Int64
, ''PortNumber
#if MIN_VERSION_base(4,10,0)
, ''CBool, ''CClockId, ''CKey, ''CId
@@ -283,14 +281,18 @@
omitTys <- sequence
[ [t| PV.Vector Addr |]
, [t| CUIntPtr |]
+ , [t| PV.Vector CUIntPtr |]
, [t| CIntPtr |]
+ , [t| PV.Vector CIntPtr |]
, [t| IntPtr |]
, [t| WordPtr |]
, [t| TypeHash |]
, [t| Fd |]
+ , [t| PV.Vector Fd |]
, [t| NameFlavour |]
#if MIN_VERSION_base(4,10,0)
, [t| CTimer |]
+ , [t| PV.Vector CTimer |]
#endif
]
let f ty = isMonoType ty && ty `notElem` omitTys
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment