{ mkDerivation, base, ghc-prim, stdenv }: mkDerivation { pname = "type-operators"; version = "0.1.0.4"; sha256 = "deadbeef"; libraryHaskellDepends = [ base ghc-prim ]; homepage = "https://github.com/Shou/type-operators#readme"; description = "Various type-level operators"; license = stdenv.lib.licenses.bsd3; }