File tree 2 files changed +4
-10
lines changed
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"owner" : " reflex-frp" ,
3
3
"repo" : " reflex-platform" ,
4
- "branch" : " develop " ,
4
+ "branch" : " release/1.2.0.0 " ,
5
5
"private" : false ,
6
- "rev" : " 6c8830e059a6d2859cb1b65acefed3c2f1d216d3 " ,
7
- "sha256" : " 06kv45yq8qan0p22wzj5c9mx11ns1wddyqjr1xasjjkf6gaf0080 "
6
+ "rev" : " f231e2425ac92339b8491cdd970930d63d9ad1ad " ,
7
+ "sha256" : " 0b042x423p04shhidni08f47ydgpfj0rpqhb0m6gj2lg8b3s9l8k "
8
8
}
Original file line number Diff line number Diff line change 1
1
{ reflex-platform ? import ./dep/reflex-platform
2
+ , supportedSystems ? [ "x86_64-linux" "x86_64-darwin" ]
2
3
} :
3
4
let
4
5
rp = reflex-platform { } ;
5
6
pkgs = rp . nixpkgs ;
6
- supportedSystems = [ "x86_64-linux" "x86_64-darwin" ] ;
7
7
inherit ( pkgs ) lib ;
8
8
haskellLib = pkgs . haskell . lib ;
9
9
commonOverrides = self : super : {
22
22
ver = "0.2.0.0" ;
23
23
sha256 = "b03a315f1aa8f70e5e3aab36b88ed2e49cd646c56b1e34c195dae13c929ca926" ;
24
24
} { } ;
25
- bimap = self . callHackageDirect {
26
- pkg = "bimap" ;
27
- ver = "0.4.0" ;
28
- sha256 = "160zqqhjg48fr3a33gffd82qm3728c8hwf8sn37pbpv82fw71rzg" ;
29
- } { } ;
30
25
reflex = self . callCabal2nix "reflex" ( rp . hackGet ./dep/reflex ) { } ;
31
26
} ;
32
27
ghcs = lib . genAttrs supportedSystems ( system : let
95
90
# Jailbroken until https://github.com/audreyt/string-qq/pull/3
96
91
string-qq = haskellLib . dontCheck super . string-qq ;
97
92
# Tests aren't compatible with transformers-0.6
98
- bimap = haskellLib . dontCheck super . bimap ;
99
93
exception-transformers = haskellLib . doJailbreak ( haskellLib . dontCheck super . exception-transformers ) ;
100
94
101
95
} ;
You can’t perform that action at this time.
0 commit comments