Skip to content

Commit 8a0d0d1

Browse files
committedSep 4, 2022
Fix merge issue
1 parent 0acd595 commit 8a0d0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎overlays/default-setup.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ let
9898
||
9999
# These are the dependencies of `Cabal`
100100
!builtins.elem packageName
101-
["alex" "happy" "hscolour" "Cabal" "bytestring" "time"
101+
["alex" "happy" "hscolour" "Cabal" "Cabal-syntax" "bytestring" "time"
102102
"filepath" "base-compat-batteries" "base-compat" "unix" "directory" "transformers"
103103
"containers" "binary" "mtl" "text" "process" "parsec"]
104104
then defaultSetup.useCabalFromCabalInstall

0 commit comments

Comments
 (0)
Please sign in to comment.