{ mkDerivation, base, lib }: mkDerivation { pname = "singletons"; version = "3.0.4"; sha256 = "01334b3b8f1f7d8bc59e413756fa3bbca5f322fd326af7fac0f7c79d285a9d65"; isLibrary = true; isExecutable = false; enableSeparateDataOutput = false; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; enableLibraryProfiling = true; enableExecutableProfiling = true; doHaddock = true; jailbreak = true; doCheck = false; doBenchmark = false; hyperlinkSource = false; homepage = "http://www.github.com/goldfirere/singletons"; description = "Basic singleton types and definitions"; license = lib.licenses.bsd3; broken = false; }