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
f3082f14
Commit
f3082f14
authored
2 years ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
microstache: 1.0.2.2 -> 1.0.2.3
parent
ff000cf0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkgs/microstache.nix
+12
-40
12 additions, 40 deletions
pkgs/microstache.nix
with
12 additions
and
40 deletions
pkgs/microstache.nix
+
12
−
40
View file @
f3082f14
{
mkDerivation
{
mkDerivation
,
aeson
,
base
,
base-orphans
,
bytestring
,
containers
,
aeson
,
deepseq
,
directory
,
filepath
,
lib
,
parsec
,
tasty
,
tasty-hunit
,
base
,
text
,
transformers
,
unordered-containers
,
vector
,
base-orphans
,
bytestring
,
containers
,
deepseq
,
directory
,
filepath
,
lib
,
parsec
,
tasty
,
tasty-hunit
,
text
,
transformers
,
unordered-containers
,
vector
}:
}:
mkDerivation
{
mkDerivation
{
pname
=
"microstache"
;
pname
=
"microstache"
;
version
=
"1.0.2.2"
;
version
=
"1.0.2.3"
;
sha256
=
"f0a1dbef45a137e1af0e29ea4b9585788217cc1c6f1db7d68a4f659916dd36ac"
;
sha256
=
"df7a13175783603bfb095e7a5eda9a24eec7d5fd490946d107ad578bb436d29a"
;
revision
=
"1"
;
editedCabalFile
=
"04chnz0dcf30a5x90kwqdiad1qbyimmiqgbm38b6m3w72k408hfi"
;
isLibrary
=
true
;
isLibrary
=
true
;
isExecutable
=
false
;
isExecutable
=
false
;
enableSeparateDataOutput
=
false
;
enableSeparateDataOutput
=
false
;
libraryHaskellDepends
=
[
libraryHaskellDepends
=
[
aeson
aeson
base
containers
deepseq
directory
filepath
parsec
text
base
transformers
unordered-containers
vector
containers
deepseq
directory
filepath
parsec
text
transformers
unordered-containers
vector
];
];
testHaskellDepends
=
[
testHaskellDepends
=
[
aeson
aeson
base
base-orphans
bytestring
containers
parsec
tasty
base
tasty-hunit
text
base-orphans
bytestring
containers
parsec
tasty
tasty-hunit
text
];
];
enableLibraryProfiling
=
true
;
enableLibraryProfiling
=
true
;
enableExecutableProfiling
=
true
;
enableExecutableProfiling
=
true
;
...
@@ -58,4 +30,4 @@ mkDerivation {
...
@@ -58,4 +30,4 @@ mkDerivation {
description
=
"Mustache templates for Haskell"
;
description
=
"Mustache templates for Haskell"
;
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