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
2531442f
Commit
2531442f
authored
2 years ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
fast-logger: regen
parent
cf954ac9
1 merge request
!18
Fast logger
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkgs/fast-logger.nix
+9
-28
9 additions, 28 deletions
pkgs/fast-logger.nix
with
9 additions
and
28 deletions
pkgs/fast-logger.nix
+
9
−
28
View file @
2531442f
{
mkDerivation
{
mkDerivation
,
array
,
async
,
auto-update
,
base
,
bytestring
,
array
,
directory
,
easy-file
,
filepath
,
hspec
,
hspec-discover
,
lib
,
stm
,
auto-update
,
text
,
unix-compat
,
unix-time
,
base
,
bytestring
,
directory
,
easy-file
,
filepath
,
hspec
,
hspec-discover
,
lib
,
text
,
unix-compat
,
unix-time
}:
}:
mkDerivation
{
mkDerivation
{
pname
=
"fast-logger"
;
pname
=
"fast-logger"
;
version
=
"3.
1
.1"
;
version
=
"3.
2
.1"
;
sha256
=
"
435f6e7e0771b9b525550c292a941ab5726b233e7d91fdeca707e3cdb531a8e7
"
;
sha256
=
"
89d070b2886ece24f521516d8bffea587226ae2192e36a150a276c4d424f5ee3
"
;
isLibrary
=
true
;
isLibrary
=
true
;
isExecutable
=
false
;
isExecutable
=
false
;
enableSeparateDataOutput
=
false
;
enableSeparateDataOutput
=
false
;
libraryHaskellDepends
=
[
libraryHaskellDepends
=
[
array
array
auto-update
base
bytestring
directory
easy-file
filepath
stm
auto-update
text
unix-compat
unix-time
base
bytestring
directory
easy-file
filepath
text
unix-compat
unix-time
];
];
testHaskellDepends
=
[
base
bytestring
directory
hspec
];
testHaskellDepends
=
[
async
base
bytestring
directory
hspec
];
testToolDepends
=
[
hspec-discover
];
testToolDepends
=
[
hspec-discover
];
enableLibraryProfiling
=
true
;
enableLibraryProfiling
=
true
;
enableExecutableProfiling
=
true
;
enableExecutableProfiling
=
true
;
...
@@ -45,4 +26,4 @@ mkDerivation {
...
@@ -45,4 +26,4 @@ mkDerivation {
description
=
"A fast logging system"
;
description
=
"A fast logging system"
;
license
=
lib
.
licenses
.
bsd3
;
license
=
lib
.
licenses
.
bsd3
;
broken
=
false
;
broken
=
false
;
}
}
\ 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