Skip to content

Commit

Permalink
Add another kludge to avoid using the 'assert' package.
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed May 5, 2020
1 parent 626f89a commit b7c82db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hackage2nix/Main.hs
Expand Up @@ -78,6 +78,7 @@ main = do
. Map.delete "som" -- TODO: https://github.com/NixOS/cabal2nix/issues/164
. Map.delete "type" -- TODO: https://github.com/NixOS/cabal2nix/issues/163
. Map.delete "control-invariants" -- TODO: depends on "assert"
. Map.delete "ConcurrentUtils" -- TODO: depends on "assert"
. Map.delete "with" -- TODO: https://github.com/NixOS/cabal2nix/issues/164
. Map.delete "telega" -- TODO: depends on "with"
. over (at "hermes") (fmap (set (contains "1.3.4.3") False)) -- TODO: https://github.com/haskell/hackage-server/issues/436
Expand Down

0 comments on commit b7c82db

Please sign in to comment.