Skip to content

Commit

Permalink
Merge pull request #1983 from digitallyinduced/hsx-hashmap
Browse files Browse the repository at this point in the history
HSX HashMap instead of pattern match
  • Loading branch information
mpscholten authored Jul 2, 2024
2 parents 1907add + 412b010 commit 2ead5db
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 290 deletions.
2 changes: 2 additions & 0 deletions NixSupport/haskell-packages/ihp-hsx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
, template-haskell
, haskell-src-meta
, containers
, unordered-containers
}:
mkDerivation {
pname = "ihp-hsx";
Expand All @@ -29,6 +30,7 @@ mkDerivation {
megaparsec
template-haskell
containers
unordered-containers
];
license = lib.licenses.mit;
enableLibraryForGhci = true;
Expand Down
Loading

0 comments on commit 2ead5db

Please sign in to comment.