{ mkDerivation, base, stdenv }: mkDerivation { pname = "code-page"; version = "0.1.3"; sha256 = "deadbeef"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; homepage = "https://github.com/RyanGlScott/code-page"; description = "Windows code page library for Haskell"; license = stdenv.lib.licenses.bsd3; }