summary refs log tree commit diff
path: root/pkgs/applications/misc/stog/uri.patch
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-12-23 14:23:10 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-12-30 08:23:22 +0100
commitd50c9666ca2b96b4488551ec968babe4cc45c52b (patch)
tree7c4bb59b8ca5c2d3a8c91ab1b418000e70144f9b /pkgs/applications/misc/stog/uri.patch
parentc4377767bb43e6c52efa7aadc86b6fb68178acf5 (diff)
downloadnixpkgs-d50c9666ca2b96b4488551ec968babe4cc45c52b.tar
nixpkgs-d50c9666ca2b96b4488551ec968babe4cc45c52b.tar.gz
nixpkgs-d50c9666ca2b96b4488551ec968babe4cc45c52b.tar.bz2
nixpkgs-d50c9666ca2b96b4488551ec968babe4cc45c52b.tar.lz
nixpkgs-d50c9666ca2b96b4488551ec968babe4cc45c52b.tar.xz
nixpkgs-d50c9666ca2b96b4488551ec968babe4cc45c52b.tar.zst
nixpkgs-d50c9666ca2b96b4488551ec968babe4cc45c52b.zip
stog: 0.18.0 → 0.20.0
ocamlPackages.higlo: 0.6 → 0.8

ocamlPackages.iri: 0.4.0 → 0.6.0

ocamlPackages.ocf: 0.5.0 → 0.8.0

ocamlPackages.ocf_ppx: init at 0.8.0

ocamlPackages.xtmpl: 0.17.0 → 0.19.0

ocamlPackages.xtmpl_ppx: init at 0.19.0
Diffstat (limited to 'pkgs/applications/misc/stog/uri.patch')
-rw-r--r--pkgs/applications/misc/stog/uri.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/applications/misc/stog/uri.patch b/pkgs/applications/misc/stog/uri.patch
deleted file mode 100644
index 08063a38add..00000000000
--- a/pkgs/applications/misc/stog/uri.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/stog_url.ml b/src/stog_url.ml
-index 5d30a43f..c67bfc36 100644
---- a/src/stog_url.ml
-+++ b/src/stog_url.ml
-@@ -40,7 +40,7 @@ let of_string s =
-   with _ ->
-     failwith (Printf.sprintf "Malformed URL %S" s)
- ;;
--let to_string = Uri.to_string ;;
-+let to_string u = Uri.to_string u;;
- 
- let path url =
-   let l =