Skip to content

Commit

Permalink
fix: CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrohitsingh682 committed Dec 10, 2024
1 parent 82bb083 commit c84c36c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 47 deletions.
33 changes: 5 additions & 28 deletions cabal.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
{ mkDerivation
, aeson
, async
, base
, data-default
, directory
, filepath
, lib
, mtl
, optics-core
, profunctors
, relude
, shower
, time
, with-utf8
{ mkDerivation, aeson, async, base, data-default, directory
, filepath, lib, mtl, optics-core, profunctors, relude, shower
, time, with-utf8
}:
mkDerivation {
pname = "haskell-template";
Expand All @@ -21,19 +9,8 @@ mkDerivation {
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
aeson
async
base
data-default
directory
filepath
mtl
optics-core
profunctors
relude
shower
time
with-utf8
aeson async base data-default directory filepath mtl optics-core
profunctors relude shower time with-utf8
];
homepage = "https://srid.ca/haskell-template";
description = "A template for Haskell projects using Nix";
Expand Down
19 changes: 0 additions & 19 deletions default.nix

This file was deleted.

0 comments on commit c84c36c

Please sign in to comment.