File tree Expand file tree Collapse file tree
pkgs/development/haskell-modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1323,15 +1323,8 @@ self: super: {
13231323 sha256 = "0v6kv1d4syjzgzc2s7a76c6k4vminlcq62n7jg3nn9xd00gwmmv7" ;
13241324 } ) ;
13251325
1326- # Picking fixed version constraint from upstream
1327- # Issue: https://github.com/ghcjs/jsaddle/issues/115
13281326 # Tests disabled because they assume to run in the whole jsaddle repo and not the hackage tarbal of jsaddle-warp.
1329- jsaddle-warp = dontCheck ( appendPatch super . jsaddle-warp ( pkgs . fetchpatch {
1330- url = "https://github.com/ghcjs/jsaddle/commit/86b166033186c1724d4d52eeaf0935f0f29fe1ca.patch" ;
1331- sha256 = "0j4g3hcqrandlnzr9n9mixygg86accdyk2nyj9hh9g4p7mrcyb7j" ;
1332- stripLen = 2 ;
1333- extraPrefix = "" ;
1334- } ) ) ;
1327+ jsaddle-warp = dontCheck super . jsaddle-warp ;
13351328
13361329 # 2020-06-24: Jailbreaking because of restrictive test dep bounds
13371330 # Upstream issue: https://github.com/kowainik/trial/issues/62
You can’t perform that action at this time.
0 commit comments