Created
November 29, 2020 19:08
-
-
Save srhb/57f1d65eda13e484aff5669dd94fa97f 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.extends (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