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
1090bb27
Commit
1090bb27
authored
1 year ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
streaming: 0.2.3.1 -> b6ec199103c078a07b3dcd197ab39020b2136426
parent
85f6e2ac
Branches
Branches containing commit
1 merge request
!19
Polysemy plugin
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
horizon.dhall
+5
-1
5 additions, 1 deletion
horizon.dhall
pkgs/streaming.nix
+10
-20
10 additions, 20 deletions
pkgs/streaming.nix
with
15 additions
and
21 deletions
horizon.dhall
+
5
−
1
View file @
1090bb27
...
...
@@ -1079,7 +1079,11 @@ let packages =
, storable-tuple = H.callHackage "storable-tuple" "0.1"
, store = H.callHackage "store" "0.7.16"
, store-core = H.callHackage "store-core" "0.4.4.4"
, streaming = H.callHackage "streaming" "0.2.3.1"
, streaming =
H.callGit
"https://github.com/haskell-streaming/streaming"
"b6ec199103c078a07b3dcd197ab39020b2136426"
(None H.Subdir)
, streaming-binary = H.callHackage "streaming-binary" "0.3.0.1"
, streaming-bytestring = H.callHackage "streaming-bytestring" "0.2.4"
, streaming-commons = H.callHackage "streaming-commons" "0.2.2.5"
...
...
This diff is collapsed.
Click to expand it.
pkgs/streaming.nix
+
10
−
20
View file @
1090bb27
{
mkDerivation
,
QuickCheck
,
base
,
containers
,
ghc-prim
,
hspec
,
lib
,
mmorph
,
mtl
,
transformers
,
transformers-base
{
mkDerivation
,
QuickCheck
,
base
,
containers
,
fetchgit
,
ghc-prim
,
hspec
,
lib
,
mmorph
,
mtl
,
transformers
,
transformers-base
}:
mkDerivation
{
pname
=
"streaming"
;
version
=
"0.2.3.1"
;
sha256
=
"fc5efae393750b9729ce5c5e979edcd3b9a5bf41ab927636174b01f999ffea88"
;
src
=
fetchgit
{
url
=
"https://github.com/haskell-streaming/streaming"
;
sha256
=
"193qwgzpd6ryzi3sl3x6bc5kk47whqhw0mfr0jqfdwrspj50ccdd"
;
rev
=
"b6ec199103c078a07b3dcd197ab39020b2136426"
;
fetchSubmodules
=
true
;
};
isLibrary
=
true
;
isExecutable
=
false
;
enableSeparateDataOutput
=
false
;
libraryHaskellDepends
=
[
base
containers
ghc-prim
mmorph
mtl
transformers
transformers-base
base
containers
ghc-prim
mmorph
mtl
transformers
transformers-base
];
testHaskellDepends
=
[
base
hspec
QuickCheck
];
enableLibraryProfiling
=
true
;
...
...
@@ -38,4 +28,4 @@ mkDerivation {
description
=
"an elementary streaming prelude and general stream type"
;
license
=
lib
.
licenses
.
bsd3
;
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