diff options
author | Camil Staps | 2017-02-07 19:10:34 +0100 |
---|---|---|
committer | Camil Staps | 2017-02-07 19:10:34 +0100 |
commit | f43db4cbbf9bbcde928daa49ce3fac96be1fa822 (patch) | |
tree | 32ba6071a9b407cdf9fd92b2be748a01391b8c66 /CLPM/Repository.dcl | |
parent | Make main module optional (diff) |
Improved installation
Diffstat (limited to 'CLPM/Repository.dcl')
-rw-r--r-- | CLPM/Repository.dcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CLPM/Repository.dcl b/CLPM/Repository.dcl index 8dcf751..97a568c 100644 --- a/CLPM/Repository.dcl +++ b/CLPM/Repository.dcl @@ -9,7 +9,7 @@ from CLPM.Package import :: PackageName, :: Version, :: Description, :: Author, :: Url, :: VersionRequirement -REPOSITORY :== "clpm.camilstaps.nl" +REPOSITORY :== "local.clpm.camilstaps.nl" PORT :== 80 :: Repository :== [RepositoryItem] @@ -24,7 +24,7 @@ PORT :== 80 :: RepositoryItemVersion = { version :: Version - , depends :: [(PackageName, String)] + , depends :: [String] } derive JSONDecode RepositoryItem, RepositoryItemVersion |