Skip to content

Commit

Permalink
Remove blaze-from-html from this repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jan 20, 2017
1 parent a321c13 commit 55002b1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 425 deletions.
25 changes: 0 additions & 25 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,31 +55,6 @@ benchmark-bigtable-non-haskell:
ruby benchmarks/bigtable/erubis.rb
php -n benchmarks/bigtable/php.php

################################################################################
# Switching cabal files
################################################################################

# The current target used
CURRENT=$(shell ls *.cabal | sed 's/\.cabal//')

# Auxiliary
hide-cabal-files:
cabal clean
mv ${CURRENT}.cabal ${CURRENT}.cabal.${CURRENT}
mv Setup.hs Setup.hs.${CURRENT}

blaze-html: hide-cabal-files
mv blaze-html.cabal.blaze-html blaze-html.cabal
mv Setup.hs.blaze-html Setup.hs

blaze-from-html: hide-cabal-files
mv blaze-from-html.cabal.blaze-from-html blaze-from-html.cabal
mv Setup.hs.blaze-from-html Setup.hs

################################################################################
# Switching cabal files
################################################################################

# Cleanup
clean:
rm -rf doc/examples/BenchmarkServer
Expand Down
14 changes: 4 additions & 10 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,8 @@ And the benchmarks using

make benchmark

Cabal
-----
blaze-from-html
---------------

This directory contains two `.cabal` targets: `blaze-html.cabal` and
`blaze-from-html.cabal`. Cabal, however, only accepts one `.cabal` file in a
directory. We have a simple `Makefile` system to switch between the targets:

make blaze-html
make blaze-from-html

to select the desired target.
The `blaze-from-html` tool has moved to a separate repository:
<https://github.com/jaspervdj/blaze-from-html>.
2 changes: 0 additions & 2 deletions Setup.hs.blaze-from-html

This file was deleted.

35 changes: 0 additions & 35 deletions blaze-from-html.cabal.blaze-from-html

This file was deleted.

Loading

0 comments on commit 55002b1

Please sign in to comment.