Skip to content

Commit

Permalink
add override for html-entities
Browse files Browse the repository at this point in the history
  • Loading branch information
Jude Taylor committed Aug 8, 2017
1 parent 615d301 commit 7e3e790
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -870,4 +870,7 @@ self: super: {
# missing dependencies: blaze-html >=0.5 && <0.9, blaze-markup >=0.5 && <0.8
digestive-functors-blaze = doJailbreak super.digestive-functors-blaze;

# missing dependencies: doctest ==0.12.*
html-entities = doJailbreak super.html-entities;

}

0 comments on commit 7e3e790

Please sign in to comment.