diff options
-rw-r--r-- | anonco/.gitignore (renamed from simspace/.gitignore) | 0 | ||||
-rw-r--r-- | anonco/ChangeLog.md (renamed from simspace/ChangeLog.md) | 2 | ||||
-rw-r--r-- | anonco/LICENSE (renamed from simspace/LICENSE) | 0 | ||||
-rw-r--r-- | anonco/Main.hs (renamed from simspace/Main.hs) | 0 | ||||
-rw-r--r-- | anonco/README.md (renamed from simspace/README.md) | 0 | ||||
-rw-r--r-- | anonco/Setup.hs (renamed from simspace/Setup.hs) | 0 | ||||
-rw-r--r-- | anonco/anonco.cabal (renamed from simspace/simspace.cabal) | 6 | ||||
-rw-r--r-- | anonco/default.nix (renamed from simspace/default.nix) | 2 | ||||
-rw-r--r-- | anonco/shell.nix (renamed from simspace/shell.nix) | 2 |
9 files changed, 6 insertions, 6 deletions
diff --git a/simspace/.gitignore b/anonco/.gitignore index 1521c8b..1521c8b 100644 --- a/simspace/.gitignore +++ b/anonco/.gitignore diff --git a/simspace/ChangeLog.md b/anonco/ChangeLog.md index 6692341..5b7cb24 100644 --- a/simspace/ChangeLog.md +++ b/anonco/ChangeLog.md @@ -1,4 +1,4 @@ -# Revision history for simspace +# Revision history for anonco ## 0.1.0.0 -- YYYY-mm-dd diff --git a/simspace/LICENSE b/anonco/LICENSE index fccd105..fccd105 100644 --- a/simspace/LICENSE +++ b/anonco/LICENSE diff --git a/simspace/Main.hs b/anonco/Main.hs index 891fcf7..891fcf7 100644 --- a/simspace/Main.hs +++ b/anonco/Main.hs diff --git a/simspace/README.md b/anonco/README.md index d97846e..d97846e 100644 --- a/simspace/README.md +++ b/anonco/README.md diff --git a/simspace/Setup.hs b/anonco/Setup.hs index 9a994af..9a994af 100644 --- a/simspace/Setup.hs +++ b/anonco/Setup.hs diff --git a/simspace/simspace.cabal b/anonco/anonco.cabal index cee741c..d586527 100644 --- a/simspace/simspace.cabal +++ b/anonco/anonco.cabal @@ -1,7 +1,7 @@ --- Initial simspace.cabal generated by cabal init. For further +-- Initial anonco.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ -name: simspace +name: anonco version: 0.1.0.0 -- synopsis: -- description: @@ -15,7 +15,7 @@ build-type: Simple extra-source-files: ChangeLog.md, README.md cabal-version: >=1.10 -executable simspace +executable anonco main-is: Main.hs -- other-modules: -- other-extensions: diff --git a/simspace/default.nix b/anonco/default.nix index 84e0349..9472b73 100644 --- a/simspace/default.nix +++ b/anonco/default.nix @@ -1,6 +1,6 @@ { mkDerivation, base, random, split, stdenv }: mkDerivation { - pname = "simspace"; + pname = "anonco"; version = "0.1.0.0"; src = ./.; isLibrary = false; diff --git a/simspace/shell.nix b/anonco/shell.nix index 757c212..56160f4 100644 --- a/simspace/shell.nix +++ b/anonco/shell.nix @@ -6,7 +6,7 @@ let f = { mkDerivation, base, random, split, stdenv }: mkDerivation { - pname = "simspace"; + pname = "anonco"; version = "0.1.0.0"; src = ./.; isLibrary = false; |