Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-platform
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
package-sets
horizon-platform
Commits
e71167b1
Commit
e71167b1
authored
2 years ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
criterion: init at 1.5.13.0
parent
2899d938
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
manifest.dhall
+1
-0
1 addition, 0 deletions
manifest.dhall
overlay.nix
+2
-0
2 additions, 0 deletions
overlay.nix
pkgs/criterion.nix
+112
-0
112 additions, 0 deletions
pkgs/criterion.nix
with
115 additions
and
0 deletions
manifest.dhall
+
1
−
0
View file @
e71167b1
...
@@ -144,6 +144,7 @@ in [ callHackage "Cabal" "3.8.1.0"
...
@@ -144,6 +144,7 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "config-ini" "0.2.5.0"
, callHackage "config-ini" "0.2.5.0"
, callHackage "connection" "0.3.1"
, callHackage "connection" "0.3.1"
, callHackage "constraints" "0.13.4"
, callHackage "constraints" "0.13.4"
, callHackage "criterion" "1.5.13.0"
, callHackage "cursor" "0.3.2.0"
, callHackage "cursor" "0.3.2.0"
, callCabal2nix
, callCabal2nix
"cursor-dirforest"
"cursor-dirforest"
...
...
This diff is collapsed.
Click to expand it.
overlay.nix
+
2
−
0
View file @
e71167b1
...
@@ -155,6 +155,8 @@ final: prev: with pkgs.haskell.lib; {
...
@@ -155,6 +155,8 @@ final: prev: with pkgs.haskell.lib; {
constraints
=
prev
.
callPackage
(
./pkgs/constraints.nix
)
{
};
constraints
=
prev
.
callPackage
(
./pkgs/constraints.nix
)
{
};
criterion
=
prev
.
callPackage
(
./pkgs/criterion.nix
)
{
};
cryptohash-sha1
=
prev
.
callPackage
(
./pkgs/cryptohash-sha1.nix
)
{
};
cryptohash-sha1
=
prev
.
callPackage
(
./pkgs/cryptohash-sha1.nix
)
{
};
cryptonite
=
prev
.
callPackage
(
./pkgs/cryptonite.nix
)
{
};
cryptonite
=
prev
.
callPackage
(
./pkgs/cryptonite.nix
)
{
};
...
...
This diff is collapsed.
Click to expand it.
pkgs/criterion.nix
0 → 100644
+
112
−
0
View file @
e71167b1
{
mkDerivation
,
aeson
,
ansi-wl-pprint
,
base
,
base-compat
,
base-compat-batteries
,
binary
,
binary-orphans
,
bytestring
,
cassava
,
code-page
,
containers
,
criterion-measurement
,
deepseq
,
directory
,
exceptions
,
filepath
,
Glob
,
HUnit
,
js-chart
,
lib
,
microstache
,
mtl
,
mwc-random
,
optparse-applicative
,
parsec
,
QuickCheck
,
statistics
,
tasty
,
tasty-hunit
,
tasty-quickcheck
,
text
,
time
,
transformers
,
transformers-compat
,
vector
,
vector-algorithms
}:
mkDerivation
{
pname
=
"criterion"
;
version
=
"1.5.13.0"
;
sha256
=
"e2a8545eb62340ecb3c93b156495cd76cd0ef7d63c026904297f0afe1aa579a7"
;
revision
=
"2"
;
editedCabalFile
=
"09s70kqkp1j78idaqrpnz8v870vy6xyclnpz9g4x70cr4r67lqkd"
;
isLibrary
=
true
;
isExecutable
=
true
;
enableSeparateDataOutput
=
true
;
libraryHaskellDepends
=
[
aeson
ansi-wl-pprint
base
base-compat-batteries
binary
binary-orphans
bytestring
cassava
code-page
containers
criterion-measurement
deepseq
directory
exceptions
filepath
Glob
js-chart
microstache
mtl
mwc-random
optparse-applicative
parsec
statistics
text
time
transformers
transformers-compat
vector
vector-algorithms
];
executableHaskellDepends
=
[
base
base-compat-batteries
optparse-applicative
];
testHaskellDepends
=
[
aeson
base
base-compat
base-compat-batteries
bytestring
deepseq
directory
HUnit
QuickCheck
statistics
tasty
tasty-hunit
tasty-quickcheck
vector
];
enableLibraryProfiling
=
false
;
enableExecutableProfiling
=
false
;
doHaddock
=
false
;
jailbreak
=
true
;
doCheck
=
false
;
doBenchmark
=
false
;
hyperlinkSource
=
false
;
homepage
=
"http://www.serpentine.com/criterion"
;
description
=
"Robust, reliable performance measurement and analysis"
;
license
=
lib
.
licenses
.
bsd3
;
mainProgram
=
"criterion-report"
;
broken
=
false
;
}
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