Skip to content

Commit 16118d6

Browse files
committed
fix comments in cabal project file
1 parent 12767da commit 16118d6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cabal-ghc901.project

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,13 @@ constraints:
6868
haskell-language-server -brittany -class -stylishhaskell -tactic
6969

7070
allow-newer:
71-
ekg:base, -- https://github.com/tibbe/ekg/issues/85
71+
-- https://github.com/tibbe/ekg/issues/85
72+
ekg:base,
7273
ekg-core:base,
7374
ekg-core:ghc-prim,
7475
ekg-json:base,
75-
ekg-wai:base, -- https://github.com/tvh/ekg-wai/issues/6
76+
-- https://github.com/tvh/ekg-wai/issues/6
77+
ekg-wai:base,
7678
snap-server:base,
7779
floskell:base,
7880
floskell:ghc-prim,

cabal-ghc921.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ allow-newer:
8989
ekg-core:base,
9090
ekg-core:ghc-prim,
9191
ekg-json:base,
92-
ekg-wai:base -- https://github.com/tvh/ekg-wai/issues/6
92+
ekg-wai:base
9393

9494
constraints:
9595
Agda ==2.6.1.3,

0 commit comments

Comments
 (0)