tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-hashtables: drop obsolete override for ghc-8.4.x
Peter Simons
8 years ago
988ad012
cdca7878
-13
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-ghc-8.4.x.nix
-13
pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
···
193
193
libraryHaskellDepends = (drv.libraryHaskellDepends or []) ++ (with self; [ data-or ]);
194
194
});
195
195
196
196
-
## Unmerged. PR: https://github.com/gregorycollins/hashtables/pull/46
197
197
-
hashtables = overrideCabal super.hashtables (drv: {
198
198
-
## • No instance for (Semigroup Slot)
199
199
-
## arising from the superclasses of an instance declaration
200
200
-
## • In the instance declaration for ‘Monoid Slot’
201
201
-
src = pkgs.fetchFromGitHub {
202
202
-
owner = "deepfire";
203
203
-
repo = "hashtables";
204
204
-
rev = "b9eb4b10a50bd6250330422afecc065339a32412";
205
205
-
sha256 = "0l4nplpvnzzf397zyh7j2k6yiqb46k6bdy00m4zzvhlfp7p1xkaw";
206
206
-
};
207
207
-
});
208
208
-
209
196
## Unmerged. PR: https://github.com/hanshoglund/monadplus/pull/3
210
197
monadplus = overrideCabal super.monadplus (drv: {
211
198
## • No instance for (Semigroup (Partial a b))