Skip to content
Snippets Groups Projects
Commit f8f598ab authored by Daniel Firth's avatar Daniel Firth
Browse files

ema: remove

parent 998a59f4
No related merge requests found
......@@ -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"
......
......@@ -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) { };
......
{ 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;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment