mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-27 09:53:34 +03:00
Allow use of Cabal 1.18 during build
This eases the build using Stack and GHC 7.8, since GHC 7.8 comes with Cabal 1.18.
This commit is contained in:
parent
c791669c76
commit
55154aff2b
@ -3,7 +3,7 @@ Version: 2.3.0
|
|||||||
Synopsis: Cryptol: The Language of Cryptography
|
Synopsis: Cryptol: The Language of Cryptography
|
||||||
Description: Cryptol is a domain-specific language for specifying cryptographic algorithms. A Cryptol implementation of an algorithm resembles its mathematical specification more closely than an implementation in a general purpose language. For more, see <http://www.cryptol.net/>.
|
Description: Cryptol is a domain-specific language for specifying cryptographic algorithms. A Cryptol implementation of an algorithm resembles its mathematical specification more closely than an implementation in a general purpose language. For more, see <http://www.cryptol.net/>.
|
||||||
License: BSD3
|
License: BSD3
|
||||||
License-files: LICENSE, LICENSE.rtf
|
License-file: LICENSE
|
||||||
Author: Galois, Inc.
|
Author: Galois, Inc.
|
||||||
Maintainer: cryptol@galois.com
|
Maintainer: cryptol@galois.com
|
||||||
Homepage: http://www.cryptol.net/
|
Homepage: http://www.cryptol.net/
|
||||||
@ -11,7 +11,7 @@ Bug-reports: https://github.com/GaloisInc/cryptol/issues
|
|||||||
Copyright: 2013-2015 Galois Inc.
|
Copyright: 2013-2015 Galois Inc.
|
||||||
Category: Language
|
Category: Language
|
||||||
Build-type: Simple
|
Build-type: Simple
|
||||||
Cabal-version: >= 1.20
|
Cabal-version: >= 1.18
|
||||||
|
|
||||||
data-files: *.cry
|
data-files: *.cry
|
||||||
data-dir: lib
|
data-dir: lib
|
||||||
|
Loading…
Reference in New Issue
Block a user