Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-platform
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Théophile Choutri
horizon-platform
Commits
f99f4ce6
Commit
f99f4ce6
authored
2 years ago
by
Dom Brown
Browse files
Options
Downloads
Patches
Plain Diff
sydtest: 0.12.0.1 -> 0.13.0.0
parent
2c986bda
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifest.dhall
+1
-1
1 addition, 1 deletion
manifest.dhall
pkgs/sydtest.nix
+15
-67
15 additions, 67 deletions
pkgs/sydtest.nix
with
16 additions
and
68 deletions
manifest.dhall
+
1
−
1
View file @
f99f4ce6
...
...
@@ -336,7 +336,7 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "string-qq" "0.0.4"
, callHackage "stylish-haskell" "0.14.2.0"
, callHackage "syb" "0.7.2.1"
, callHackage "sydtest" "0.1
2
.0.
1
"
, callHackage "sydtest" "0.1
3
.0.
0
"
, callHackage "sydtest-discover" "0.0.0.2"
, callCabal2nix
"tasty"
...
...
This diff is collapsed.
Click to expand it.
pkgs/sydtest.nix
+
15
−
67
View file @
f99f4ce6
{
mkDerivation
,
async
,
autodocodec
,
autodocodec-yaml
,
base
,
bytestring
,
containers
,
Diff
,
dlist
,
envparse
,
filepath
,
lib
,
MonadRandom
,
mtl
,
optparse-applicative
,
path
,
path-io
,
pretty-show
,
QuickCheck
,
quickcheck-io
,
random
,
random-shuffle
,
safe
,
safe-coloured-text
,
safe-coloured-text-terminfo
,
split
,
stm
,
sydtest-discover
,
text
{
mkDerivation
,
async
,
autodocodec
,
autodocodec-yaml
,
base
,
bytestring
,
containers
,
Diff
,
dlist
,
envparse
,
filepath
,
lib
,
MonadRandom
,
mtl
,
optparse-applicative
,
path
,
path-io
,
pretty-show
,
QuickCheck
,
quickcheck-io
,
random
,
random-shuffle
,
safe
,
safe-coloured-text
,
safe-coloured-text-terminfo
,
split
,
stm
,
sydtest-discover
,
text
}:
mkDerivation
{
pname
=
"sydtest"
;
version
=
"0.1
2
.0.
1
"
;
sha256
=
"
1c7186d0e41145aefcb6eae9727938d757e07ebd8f8287feb19a447567d8565f
"
;
version
=
"0.1
3
.0.
0
"
;
sha256
=
"
856583d832d8b9e52a4d0ba6290b70e984ad1663cb300464961800ea8c2f4a57
"
;
libraryHaskellDepends
=
[
async
autodocodec
autodocodec-yaml
base
bytestring
containers
Diff
dlist
envparse
filepath
MonadRandom
mtl
optparse-applicative
path
path-io
pretty-show
QuickCheck
quickcheck-io
random
random-shuffle
safe
safe-coloured-text
safe-coloured-text-terminfo
split
stm
text
async
autodocodec
autodocodec-yaml
base
bytestring
containers
Diff
dlist
envparse
filepath
MonadRandom
mtl
optparse-applicative
path
path-io
pretty-show
QuickCheck
quickcheck-io
random
random-shuffle
safe
safe-coloured-text
safe-coloured-text-terminfo
split
stm
text
];
testHaskellDepends
=
[
base
bytestring
path
path-io
QuickCheck
random
safe-coloured-text
stm
text
base
bytestring
path
path-io
QuickCheck
random
safe-coloured-text
stm
text
];
testToolDepends
=
[
sydtest-discover
];
doHaddock
=
false
;
...
...
@@ -79,4 +27,4 @@ mkDerivation {
homepage
=
"https://github.com/NorfairKing/sydtest#readme"
;
description
=
"A modern testing framework for Haskell with good defaults and advanced testing features"
;
license
=
"unknown"
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
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