forked from llvm-hs/llvm-hs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e512dc
commit 8bb3ef0
Showing
35 changed files
with
512 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: llvm-hs-pure | ||
version: 6.2.1 | ||
version: 7.0.0 | ||
license: BSD3 | ||
license-file: LICENSE | ||
author: Anthony Cowley, Stephen Diehl, Moritz Kiefer <[email protected]>, Benjamin S. Scarlet | ||
|
@@ -22,7 +22,7 @@ extra-source-files: CHANGELOG.md | |
source-repository head | ||
type: git | ||
location: git://github.com/llvm-hs/llvm-hs.git | ||
branch: llvm-5 | ||
branch: llvm-7 | ||
|
||
library | ||
default-language: Haskell2010 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: llvm-hs | ||
version: 6.3.0 | ||
version: 7.0.0 | ||
license: BSD3 | ||
license-file: LICENSE | ||
author: Anthony Cowley, Stephen Diehl, Moritz Kiefer <[email protected]>, Benjamin S. Scarlet | ||
|
@@ -45,7 +45,7 @@ extra-source-files: CHANGELOG.md | |
source-repository head | ||
type: git | ||
location: git://github.com/llvm-hs/llvm-hs.git | ||
branch: llvm-4 | ||
branch: llvm-7 | ||
|
||
flag shared-llvm | ||
description: link against llvm shared rather than static library | ||
|
@@ -76,7 +76,7 @@ library | |
template-haskell >= 2.5.0.0, | ||
containers >= 0.4.2.1, | ||
array >= 0.4.0.0, | ||
llvm-hs-pure == 6.2.* | ||
llvm-hs-pure == 7.0.* | ||
hs-source-dirs: src | ||
default-extensions: | ||
NoImplicitPrelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.