Created
November 29, 2020 19:03
-
-
Save srhb/3b61e12bcdccb81c94cc7480c605b3fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
self: super: { | |
haskellPackages = with self.haskell.lib; super.haskellPackages.override (old: { | |
overrides = self.lib.composeExtensions (old.overrides or (_: _: {})) (hself: hsuper: { | |
iqubic = hself.callHackageDirect { | |
pkg = "iqubic" ; | |
ver = "0.1.0.0"; | |
sha256 = "0000000000000000000000000000000000000000000000000000"; | |
} {}; | |
}); | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment