Skip to content

Commit

Permalink
turtle_1_3_0: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jan 9, 2017
1 parent d423567 commit 464c79e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1142,4 +1142,8 @@ self: super: {

# https://github.com/krisajenkins/elm-export/pull/22
elm-export = doJailbreak super.elm-export;

turtle_1_3_0 = super.turtle_1_3_0.overrideScope (self: super: {
optparse-applicative = self.optparse-applicative_0_13_0_0;
});
}

0 comments on commit 464c79e

Please sign in to comment.