summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOliver Charles <ollie@ocharles.org.uk>2015-01-14 13:54:16 +0000
committerOliver Charles <ollie@ocharles.org.uk>2015-01-14 13:54:16 +0000
commit00591828211704d3d6bccd7876ad58e330d92655 (patch)
tree6d319f4a73fcb6ec0be0d652807e99058f97b382 /pkgs
parentdd0bde0b3b3cab30162d37b749cd98dfd0385592 (diff)
downloadnixlib-00591828211704d3d6bccd7876ad58e330d92655.tar
nixlib-00591828211704d3d6bccd7876ad58e330d92655.tar.gz
nixlib-00591828211704d3d6bccd7876ad58e330d92655.tar.bz2
nixlib-00591828211704d3d6bccd7876ad58e330d92655.tar.lz
nixlib-00591828211704d3d6bccd7876ad58e330d92655.tar.xz
nixlib-00591828211704d3d6bccd7876ad58e330d92655.tar.zst
nixlib-00591828211704d3d6bccd7876ad58e330d92655.zip
snaplet-stripe: Jailbreak
Necessary until https://github.com/LukeHoersten/snaplet-stripe/pull/4 is
merged and released.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 6b08a8f26f8c..9127c4792b39 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -145,6 +145,9 @@ self: super: {
   # https://github.com/michaelschade/hs-stripe/pull/37
   stripe = doJailbreak super.stripe;
 
+  # https://github.com/LukeHoersten/snaplet-stripe/pull/4
+  snaplet-stripe = doJailbreak super.snaplet-stripe;
+
 }
 // {
   # Not on Hackage yet.