Skip to content

Commit

Permalink
hackage2nix: ignore the Haskell package "with" for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Apr 20, 2019
1 parent e08962a commit 8f3ec67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hackage2nix/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ 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 "with" -- TODO: https://github.com/NixOS/cabal2nix/issues/164
. Map.delete "telga" -- TODO: depends on "with"
. over (at "hermes") (fmap (set (contains "1.3.4.3") False)) -- TODO: https://github.com/haskell/hackage-server/issues/436
hackage <- fixup <$> readHackage hackageRepository
let
Expand Down

0 comments on commit 8f3ec67

Please sign in to comment.