Skip to content

Commit

Permalink
Add changelog and up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed May 15, 2014
1 parent d431a5c commit 26e0069
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion clash-ghc.cabal_
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-ghc
Version: 0.3.0.3
Version: 0.3.1
Synopsis: CAES Language for Synchronous Hardware
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand All @@ -26,6 +26,7 @@ Category: Hardware
Build-type: Simple

Extra-source-files: README.md,
CHANGELOG.md,
LICENSE_GHC,
src-bin/HsVersions.h,
src-bin/PosixSource.h
Expand Down
5 changes: 3 additions & 2 deletions clash-lib.cabal_
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-lib
Version: 0.3.0.4
Version: 0.3.1
Synopsis: CAES Language for Synchronous Hardware - As a Library
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down Expand Up @@ -39,7 +39,8 @@ Copyright: Copyright © 2012-2014 University of Twente
Category: Hardware
Build-type: Simple

Extra-source-files: README.md
Extra-source-files: README.md,
CHANGELOG.md

Cabal-version: >=1.10

Expand Down
2 changes: 2 additions & 0 deletions install_clash
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/bin/sh
cp clash-lib.cabal_ clash-lib.cabal;
cp CHANGELOG-lib.md CHANGELOG.md;
cabal clean;
cabal install;
rm clash-lib.cabal;
cp clash-ghc.cabal_ clash-ghc.cabal;
cp CHANGELOG-bin.md CHANGELOG.md;
cabal clean;
cabal install;
rm clash-ghc.cabal

0 comments on commit 26e0069

Please sign in to comment.