Skip to content
Snippets Groups Projects
Commit bc055199 authored by Daniel Firth's avatar Daniel Firth
Browse files

double-conversion:...

double-conversion: github:haskell/double-conversion/5d092e0664442eaac8ae1d101dba57ce9b1c9b03 -> 2.0.4.2
parent 4a58d887
No related merge requests found
......@@ -323,11 +323,7 @@ let packages =
, doctest-parallel = H.callHackage "doctest-parallel" "0.2.5"
, dom-lt = H.callHackage "dom-lt" "0.2.3"
, dotgen = H.callHackage "dotgen" "0.4.3"
, double-conversion =
H.callGit
"https://github.com/haskell/double-conversion"
"5d092e0664442eaac8ae1d101dba57ce9b1c9b03"
(None Text)
, double-conversion = H.callHackage "double-conversion" "2.0.4.2"
, dual-tree = H.callHackage "dual-tree" "0.2.3.1"
, easy-file = H.callHackage "easy-file" "0.2.2"
, echo = H.callHackage "echo" "0.1.4"
......
......@@ -2,7 +2,6 @@
, HUnit
, base
, bytestring
, fetchgit
, ghc-prim
, lib
, system-cxx-std-lib
......@@ -13,13 +12,10 @@
}:
mkDerivation {
pname = "double-conversion";
version = "2.0.4.1";
src = fetchgit {
url = "https://github.com/haskell/double-conversion";
sha256 = "0z27zd1nyydz6hirbbdyhqmd4nbxcn7vcfx6jvlygrm4jwmhkr9b";
rev = "5d092e0664442eaac8ae1d101dba57ce9b1c9b03";
fetchSubmodules = true;
};
version = "2.0.4.2";
sha256 = "9ab8bc1f0fa7de356c07b23d7d684b6c3ddfa542fd56ea422fb5fd17000aec64";
revision = "2";
editedCabalFile = "1mpnx4m2pg5crfz9k8wamh5mgsha0np3ynnllrmglmwh54gvfjj3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment