Skip to content

Commit

Permalink
Moving imported subtree to top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Nov 21, 2014
1 parent 7dc9ccf commit 330e274
Show file tree
Hide file tree
Showing 2,737 changed files with 43 additions and 56,018 deletions.
38 changes: 12 additions & 26 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,36 +1,22 @@
SHELL := /usr/bin/env bash
FLAGS := -j --disable-documentation --disable-library-coverage
DEPS := vendor/ede
DEPS := $(wildcard amazonka-*)

.PHONY: test lint doc
.PHONY: install clean

all: build
build: $(addprefix build-,$(DEPS)) build-amazonka

build:
cabal build $(addprefix -,$(findstring j,$(MAKEFLAGS)))
build-%:
make -C $* build

install: cabal.sandbox.config add-sources
cabal install $(FLAGS)
install: cabal.sandbox.config $(addprefix install-,$(DEPS)) install-amazonka

clean:
-rm -rf dist cabal.sandbox.config .cabal-sandbox vendor
cabal clean
install-%:
make -C $* install

test:
cabal test --test-options=\
"--num-threads=4 +RTS -N4 -RTS --quickcheck-tests=20 --quickcheck-max-size=50"
clean: $(addprefix clean-,$(DEPS)) clean-amazonka
# rm -rf .cabal-sandbox cabal.sandbox.config

lint:
hlint src

doc:
cabal haddock
clean-%:
make -C $* clean

cabal.sandbox.config:
cabal sandbox init

add-sources: cabal.sandbox.config $(DEPS)
$(foreach dir,$(DEPS),cabal sandbox add-source $(dir);)

vendor/%:
git clone https://github.com/brendanhay/$*.git $@
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Amazonka

* [Description](#description)
* [Contribute](#contribute)
* [Licence](#licence)

## Description

A comprehensive Amazon Web Services SDK for Haskell.


## Contribute

For any problems, comments, or feedback please create an issue [here on GitHub](https://github.com/brendanhay/amazonka/issues).


## Licence

Amazonka is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 330e274

Please sign in to comment.