Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4d726f6f67c0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 214c5b326a3a
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 15, 2019

  1. ocamlPackages.doc-ock-html: remove at 1.2.1

    This is now part of ocamlPackages.odoc
    vbgl committed Oct 15, 2019
    Copy the full SHA
    960dfbc View commit details
  2. ocamlPackages.doc-ock-xml: remove at 1.2.1

    This is now part of ocamlPackages.odoc
    vbgl committed Oct 15, 2019
    Copy the full SHA
    e335634 View commit details
  3. ocamlPackages.doc-ock: remove at 1.2.1

    This is now part of ocamlPackages.odoc
    vbgl committed Oct 15, 2019
    Copy the full SHA
    7c60260 View commit details

Commits on Oct 16, 2019

  1. Merge pull request #71167 from vbgl/ocaml-doc-ock+remove

    ocamlPackages.doc-ock: remove at 1.2.1
    mmahut authored Oct 16, 2019
    Copy the full SHA
    214c5b3 View commit details
22 changes: 0 additions & 22 deletions pkgs/development/ocaml-modules/doc-ock-html/default.nix

This file was deleted.

22 changes: 0 additions & 22 deletions pkgs/development/ocaml-modules/doc-ock-xml/default.nix

This file was deleted.

24 changes: 0 additions & 24 deletions pkgs/development/ocaml-modules/doc-ock/default.nix

This file was deleted.

6 changes: 0 additions & 6 deletions pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
@@ -211,12 +211,6 @@ let

digestif = callPackage ../development/ocaml-modules/digestif { };

doc-ock = callPackage ../development/ocaml-modules/doc-ock { };

doc-ock-html = callPackage ../development/ocaml-modules/doc-ock-html { };

doc-ock-xml = callPackage ../development/ocaml-modules/doc-ock-xml { };

dolmen = callPackage ../development/ocaml-modules/dolmen { };

dolog = callPackage ../development/ocaml-modules/dolog { };