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
743d09b3
Commit
743d09b3
authored
1 year ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
hie-bios: 0.12.0 -> 0.11.0
parent
f3082f14
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
horizon.dhall
+1
-1
1 addition, 1 deletion
horizon.dhall
pkgs/hie-bios.nix
+17
-16
17 additions, 16 deletions
pkgs/hie-bios.nix
with
18 additions
and
17 deletions
horizon.dhall
+
1
−
1
View file @
743d09b3
...
...
@@ -498,7 +498,7 @@ let packages =
, hedgehog-quickcheck = H.callHackage "hedgehog-quickcheck" "0.1.1"
, heredoc = H.callHackage "heredoc" "0.2.0.0"
, hex-text = H.callHackage "hex-text" "0.1.0.8"
, hie-bios = H.callHackage "hie-bios" "0.1
2
.0"
, hie-bios = H.callHackage "hie-bios" "0.1
1
.0"
, hie-compat = H.callHackage "hie-compat" "0.3.1.0"
, hiedb = H.callHackage "hiedb" "0.4.2.0"
, hinotify = H.callHackage "hinotify" "0.4.1"
...
...
This diff is collapsed.
Click to expand it.
pkgs/hie-bios.nix
+
17
−
16
View file @
743d09b3
{
mkDerivation
,
aeson
,
base
,
base16-bytestring
,
bytestring
,
co-log-core
,
conduit
,
conduit-extra
,
cryptohash-sha1
,
deepseq
,
directory
,
exceptions
,
extra
,
file-embed
,
filepath
,
ghc
,
lib
,
optparse-applicative
,
prettyprinter
,
tasty
,
tasty-expected-failure
,
tasty-hunit
,
temp
late-haskell
,
temporary
,
text
,
time
,
transformers
,
unix-compat
,
unordered-containers
,
yaml
,
co-log-core
,
conduit
,
conduit-extra
,
containers
,
cryptohash-sha1
,
deepseq
,
directory
,
exceptions
,
extra
,
file-embed
,
filepath
,
ghc
,
lib
,
optparse-applicative
,
prettyprinter
,
process
,
tagged
,
tasty
,
tasty-expected-failure
,
tasty-hunit
,
temp
orary
,
text
,
time
,
transformers
,
unix-compat
,
unordered-containers
,
vector
,
yaml
}:
mkDerivation
{
pname
=
"hie-bios"
;
version
=
"0.1
2
.0"
;
sha256
=
"
64eb00bb32dec259d0b92c63440bd29c72621683824693c082f643e398db2688
"
;
revision
=
"
1
"
;
editedCabalFile
=
"
18cmkzrq45schidxrn571b0x6x4vlmwkpzq0nwm97p4gsqvvwj48
"
;
version
=
"0.1
1
.0"
;
sha256
=
"
9708bf4309e904771bf590dd4e683e0b5c18e486ed499be8ceff5119a25f0eef
"
;
revision
=
"
3
"
;
editedCabalFile
=
"
0axmy522cfk92c5hwrqhkqswlxlm26m821b64rnh32666sxfdhy1
"
;
isLibrary
=
true
;
isExecutable
=
true
;
enableSeparateDataOutput
=
false
;
libraryHaskellDepends
=
[
aeson
base
base16-bytestring
bytestring
co-log-core
conduit
conduit-extra
cryptohash-sha1
deepseq
directory
exceptions
extra
file-embed
filepath
ghc
prettyprinter
template-haskell
temporary
text
time
transformers
unix-compat
unordered-containers
yaml
conduit-extra
containers
cryptohash-sha1
deepseq
directory
exceptions
extra
file-embed
filepath
ghc
prettyprinter
process
temporary
text
time
transformers
unix-compat
unordered-containers
vector
yaml
];
executableHaskellDepends
=
[
base
co-log-core
directory
filepath
optparse-applicative
base
co-log-core
directory
filepath
ghc
optparse-applicative
prettyprinter
];
testHaskellDepends
=
[
aeson
base
co-log-core
directory
extra
filepath
ghc
prettyprinter
tasty
tasty-expected-failure
tasty-hunit
temporary
transformers
yaml
aeson
base
directory
extra
filepath
ghc
tagged
tasty
tasty-expected-failure
tasty-hunit
temporary
text
transformers
unordered-containers
yaml
];
enableLibraryProfiling
=
true
;
enableExecutableProfiling
=
true
;
...
...
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