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
f8f598ab
Commit
f8f598ab
authored
2 years ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
ema: remove
parent
998a59f4
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
manifest.dhall
+0
-5
0 additions, 5 deletions
manifest.dhall
overlay.nix
+0
-2
0 additions, 2 deletions
overlay.nix
pkgs/ema.nix
+0
-113
0 additions, 113 deletions
pkgs/ema.nix
with
0 additions
and
120 deletions
manifest.dhall
+
0
−
5
View file @
f8f598ab
...
...
@@ -138,11 +138,6 @@ in [ callHackage "Cabal" "3.8.1.0"
(None Text)
(None Text)
, callHackage "email-validate" "2.3.2.16"
, callCabal2nix
"ema"
"https://github.com/EmaApps/ema"
(None Text)
(None Text)
, callCabal2nix
"effectful-cache"
"https://github.com/haskell-effectful/cache-effectful"
...
...
This diff is collapsed.
Click to expand it.
overlay.nix
+
0
−
2
View file @
f8f598ab
...
...
@@ -125,8 +125,6 @@ final: prev: with pkgs.haskell.lib; {
effectful-th
=
prev
.
callPackage
(
./pkgs/effectful-th.nix
)
{
};
ema
=
prev
.
callPackage
(
./pkgs/ema.nix
)
{
};
email-validate
=
prev
.
callPackage
(
./pkgs/email-validate.nix
)
{
};
extra
=
prev
.
callPackage
(
./pkgs/extra.nix
)
{
};
...
...
This diff is collapsed.
Click to expand it.
pkgs/ema.nix
deleted
100644 → 0
+
0
−
113
View file @
998a59f4
{
mkDerivation
,
aeson
,
async
,
base
,
blaze-html
,
blaze-markup
,
constraints-extras
,
containers
,
data-default
,
dependent-sum
,
dependent-sum-template
,
directory
,
fetchgit
,
file-embed
,
filepath
,
filepattern
,
fsnotify
,
generic-optics
,
generics-sop
,
http-types
,
lib
,
lvar
,
monad-logger
,
monad-logger-extras
,
mtl
,
neat-interpolation
,
optics-core
,
optparse-applicative
,
pandoc
,
pandoc-types
,
raw-strings-qq
,
relude
,
sop-core
,
template-haskell
,
text
,
time
,
unionmount
,
unliftio
,
url-slug
,
wai
,
wai-middleware-static
,
wai-websockets
,
warp
,
websockets
}:
mkDerivation
{
pname
=
"ema"
;
version
=
"0.8.2.0"
;
src
=
fetchgit
{
url
=
"https://github.com/EmaApps/ema"
;
sha256
=
"0i7ijx85w1bhb98ppi5lj8ypq9jkhv2268cynj492dfd7hnbhzfv"
;
rev
=
"be89ffe306a15ab4a16494c8593d989fabcc4486"
;
fetchSubmodules
=
true
;
};
enableSeparateDataOutput
=
true
;
libraryHaskellDepends
=
[
aeson
async
base
blaze-html
blaze-markup
constraints-extras
containers
data-default
dependent-sum
dependent-sum-template
directory
file-embed
filepath
filepattern
fsnotify
generic-optics
generics-sop
http-types
lvar
monad-logger
monad-logger-extras
mtl
neat-interpolation
optics-core
optparse-applicative
pandoc
pandoc-types
relude
sop-core
template-haskell
text
time
unionmount
unliftio
url-slug
wai
wai-middleware-static
wai-websockets
warp
websockets
];
testHaskellDepends
=
[
base
generics-sop
raw-strings-qq
template-haskell
text
url-slug
];
doHaddock
=
false
;
jailbreak
=
true
;
doCheck
=
false
;
hyperlinkSource
=
false
;
homepage
=
"https://ema.srid.ca/"
;
description
=
"Static site generator library with hot reload"
;
license
=
lib
.
licenses
.
agpl3Only
;
}
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