diff --git a/resource_files/Crypto.curry b/resource_files/Crypto.curry index 6ca2d19bf53aefeb3d5543993114e13a80e23698..e368822648f24823b2b485699bde3d78e3c645d3 100644 --- a/resource_files/Crypto.curry +++ b/resource_files/Crypto.curry @@ -10,10 +10,11 @@ module System.Crypto ( getHash, randomString ) where -import Random import IO import IOExts +import System.Random + -------------------------------------------------------------------------- -- Operations for hashing. diff --git a/resource_files/package.json b/resource_files/package.json index 07c9b37ac926042eae4363aae51bc52691a6c1ab..51e5a6c973e3f638fb3a21c45c24b365fc54d714 100644 --- a/resource_files/package.json +++ b/resource_files/package.json @@ -5,10 +5,11 @@ "synopsis": "Web application 'XXXPKGNAMEXXX' generated by Spicey", "category": [ "Web" ], "dependencies": { - "base" : ">= 1.0.0, < 2.0.0", - "cdbi" : ">= 2.0.0", - "html" : ">= 2.1.0", - "wui" : ">= 2.0.0" + "base" : ">= 1.0.0, < 2.0.0", + "cdbi" : ">= 2.0.0", + "html" : ">= 2.1.0", + "random" : ">= 0.0.1", + "wui" : ">= 2.0.0" }, "compilerCompatibility": { "pakcs": ">= 2.0.0",