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
e3b12551
There was an error fetching the commit references. Please try again later.
Commit
e3b12551
authored
2 years ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
stylish-haskell: remove
parent
c015424c
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
manifest.dhall
+0
-1
0 additions, 1 deletion
manifest.dhall
overlay.nix
+0
-2
0 additions, 2 deletions
overlay.nix
pkgs/stylish-haskell.nix
+0
-104
0 additions, 104 deletions
pkgs/stylish-haskell.nix
with
0 additions
and
107 deletions
manifest.dhall
+
0
−
1
View file @
e3b12551
...
...
@@ -434,7 +434,6 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "streaming-commons" "0.2.2.4"
, callHackage "string-interpolate" "0.3.1.2"
, callHackage "string-qq" "0.0.4"
, callHackage "stylish-haskell" "0.14.2.0"
, callHackage "swagger2" "2.8.5"
, callHackage "syb" "0.7.2.1"
, callHackage "sydtest" "0.13.0.0"
...
...
This diff is collapsed.
Click to expand it.
overlay.nix
+
0
−
2
View file @
e3b12551
...
...
@@ -525,8 +525,6 @@ final: prev: with pkgs.haskell.lib; {
string-qq
=
prev
.
callPackage
(
./pkgs/string-qq.nix
)
{
};
stylish-haskell
=
prev
.
callPackage
(
./pkgs/stylish-haskell.nix
)
{
};
swagger2
=
prev
.
callPackage
(
./pkgs/swagger2.nix
)
{
};
syb
=
prev
.
callPackage
(
./pkgs/syb.nix
)
{
};
...
...
This diff is collapsed.
Click to expand it.
pkgs/stylish-haskell.nix
deleted
100644 → 0
+
0
−
104
View file @
c015424c
{
mkDerivation
,
aeson
,
base
,
bytestring
,
Cabal
,
containers
,
directory
,
file-embed
,
filepath
,
ghc
,
ghc-boot
,
ghc-boot-th
,
ghc-lib-parser-ex
,
HsYAML
,
HsYAML-aeson
,
HUnit
,
lib
,
mtl
,
optparse-applicative
,
random
,
strict
,
syb
,
test-framework
,
test-framework-hunit
,
text
}:
mkDerivation
{
pname
=
"stylish-haskell"
;
version
=
"0.14.2.0"
;
sha256
=
"f181edfe62821639d881de6780f6a7130b731519461af9c73687f8fba3764ecc"
;
isLibrary
=
true
;
isExecutable
=
true
;
libraryHaskellDepends
=
[
aeson
base
bytestring
Cabal
containers
directory
file-embed
filepath
ghc
ghc-boot
ghc-boot-th
ghc-lib-parser-ex
HsYAML
HsYAML-aeson
mtl
syb
text
];
executableHaskellDepends
=
[
aeson
base
bytestring
Cabal
containers
directory
file-embed
filepath
ghc
ghc-boot
ghc-boot-th
ghc-lib-parser-ex
HsYAML
HsYAML-aeson
mtl
optparse-applicative
strict
syb
text
];
testHaskellDepends
=
[
aeson
base
bytestring
Cabal
containers
directory
file-embed
filepath
ghc
ghc-boot
ghc-boot-th
ghc-lib-parser-ex
HsYAML
HsYAML-aeson
HUnit
mtl
random
syb
test-framework
test-framework-hunit
text
];
doHaddock
=
false
;
jailbreak
=
true
;
doCheck
=
false
;
hyperlinkSource
=
false
;
homepage
=
"https://github.com/haskell/stylish-haskell"
;
description
=
"Haskell code prettifier"
;
license
=
lib
.
licenses
.
bsd3
;
mainProgram
=
"stylish-haskell"
;
}
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