diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 09:02:35 -0600 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 11:51:42 -0600 |
commit | 02428c5b8f19a31faf2e9b719da89700126cb35b (patch) | |
tree | 2245594903768bcd9e02439bfdcd6d19a829c651 | |
parent | ac873ef55037b554019a04ffc1f104d8d0a7b0f5 (diff) | |
download | fpm-02428c5b8f19a31faf2e9b719da89700126cb35b.tar.gz fpm-02428c5b8f19a31faf2e9b719da89700126cb35b.zip |
Move Haskell based version to bootstrap/
-rw-r--r-- | bootstrap/Setup.hs (renamed from Setup.hs) | 0 | ||||
-rw-r--r-- | bootstrap/app/Main.hs (renamed from app/Main.hs) | 0 | ||||
-rw-r--r-- | bootstrap/package.yaml (renamed from package.yaml) | 0 | ||||
-rw-r--r-- | bootstrap/src/Build.hs (renamed from src/Build.hs) | 0 | ||||
-rw-r--r-- | bootstrap/src/Fpm.hs (renamed from src/Fpm.hs) | 0 | ||||
-rw-r--r-- | bootstrap/stack.yaml (renamed from stack.yaml) | 0 | ||||
-rw-r--r-- | bootstrap/stack.yaml.lock (renamed from stack.yaml.lock) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/Setup.hs b/bootstrap/Setup.hs index 9a994af..9a994af 100644 --- a/Setup.hs +++ b/bootstrap/Setup.hs diff --git a/app/Main.hs b/bootstrap/app/Main.hs index 4897901..4897901 100644 --- a/app/Main.hs +++ b/bootstrap/app/Main.hs diff --git a/package.yaml b/bootstrap/package.yaml index 7cf11c6..7cf11c6 100644 --- a/package.yaml +++ b/bootstrap/package.yaml diff --git a/src/Build.hs b/bootstrap/src/Build.hs index ffbf264..ffbf264 100644 --- a/src/Build.hs +++ b/bootstrap/src/Build.hs diff --git a/src/Fpm.hs b/bootstrap/src/Fpm.hs index 60f4aac..60f4aac 100644 --- a/src/Fpm.hs +++ b/bootstrap/src/Fpm.hs diff --git a/stack.yaml b/bootstrap/stack.yaml index 68dcaaa..68dcaaa 100644 --- a/stack.yaml +++ b/bootstrap/stack.yaml diff --git a/stack.yaml.lock b/bootstrap/stack.yaml.lock index 15bfc22..15bfc22 100644 --- a/stack.yaml.lock +++ b/bootstrap/stack.yaml.lock |