{ mkDerivation, base, lib, pretty }: mkDerivation { pname = "type-spec"; version = "0.3.0.1"; sha256 = "deadbeef"; libraryHaskellDepends = [ base pretty ]; testHaskellDepends = [ base ]; homepage = "https://github.com/sheyll/type-spec#readme"; description = "Type Level Specification by Example"; license = lib.licenses.bsd3; }