matterhorn: init at 50200.6.0
Command line mattermost client
This commit is contained in:
parent
8e5d5bac2e
commit
bb3a93fdb5
@ -1347,6 +1347,18 @@ self: super: {
|
|||||||
regex-base = self.regex-base_0_94_0_0;
|
regex-base = self.regex-base_0_94_0_0;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# 2020-01-19 - there were conflicting versions of brick, vty, and brick-skylighting;
|
||||||
|
# multiple versions of them were being pulled in by the others which is not allowed.
|
||||||
|
# There are more complicated ways of doing this but I was able to make it fairly simple -- kiwi
|
||||||
|
matterhorn = doJailbreak (super.matterhorn.override {
|
||||||
|
brick-skylighting = self.brick-skylighting.override {
|
||||||
|
brick = self.brick_0_50_1;
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
|
# 2020-01-19 - because of QuickCheck bounds | was broken anyway and is needed for matterhorn -- kiwi
|
||||||
|
Unique = doJailbreak super.Unique;
|
||||||
|
|
||||||
# apply patches from https://github.com/snapframework/snap-server/pull/126
|
# apply patches from https://github.com/snapframework/snap-server/pull/126
|
||||||
# manually until they are accepted upstream
|
# manually until they are accepted upstream
|
||||||
snap-server = overrideCabal super.snap-server (drv: {
|
snap-server = overrideCabal super.snap-server (drv: {
|
||||||
|
@ -2603,6 +2603,8 @@ package-maintainers:
|
|||||||
- streaming-wai
|
- streaming-wai
|
||||||
kiwi:
|
kiwi:
|
||||||
- glirc
|
- glirc
|
||||||
|
- matterhorn
|
||||||
|
- Unique
|
||||||
psibi:
|
psibi:
|
||||||
- path-pieces
|
- path-pieces
|
||||||
- persistent
|
- persistent
|
||||||
@ -7173,7 +7175,6 @@ broken-packages:
|
|||||||
- mathlink
|
- mathlink
|
||||||
- matrix-as-xyz
|
- matrix-as-xyz
|
||||||
- matsuri
|
- matsuri
|
||||||
- matterhorn
|
|
||||||
- maude
|
- maude
|
||||||
- maxent
|
- maxent
|
||||||
- maxent-learner-hw
|
- maxent-learner-hw
|
||||||
@ -9929,7 +9930,6 @@ broken-packages:
|
|||||||
- uniform-io
|
- uniform-io
|
||||||
- union
|
- union
|
||||||
- union-map
|
- union-map
|
||||||
- Unique
|
|
||||||
- uniqueid
|
- uniqueid
|
||||||
- uniquely-represented-sets
|
- uniquely-represented-sets
|
||||||
- units-attoparsec
|
- units-attoparsec
|
||||||
|
@ -13303,6 +13303,8 @@ in
|
|||||||
|
|
||||||
matio = callPackage ../development/libraries/matio { };
|
matio = callPackage ../development/libraries/matio { };
|
||||||
|
|
||||||
|
matterhorn = haskell.lib.justStaticExecutables haskellPackages.matterhorn;
|
||||||
|
|
||||||
mbedtls = callPackage ../development/libraries/mbedtls { };
|
mbedtls = callPackage ../development/libraries/mbedtls { };
|
||||||
|
|
||||||
mdds = callPackage ../development/libraries/mdds { };
|
mdds = callPackage ../development/libraries/mdds { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user