mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-27 09:53:34 +03:00
fix #197
Remove the autoconf hooks from Setup.hs and bump cabal version requirement so that `license-files` is supported
This commit is contained in:
parent
ce36319f09
commit
9660f251c2
2
Setup.hs
2
Setup.hs
@ -7,4 +7,4 @@
|
||||
-- Portability : portable
|
||||
|
||||
import Distribution.Simple
|
||||
main = defaultMainWithHooks autoconfUserHooks
|
||||
main = defaultMain
|
||||
|
@ -11,7 +11,7 @@ Bug-reports: https://github.com/GaloisInc/cryptol/issues
|
||||
Copyright: 2013-2015 Galois Inc.
|
||||
Category: Language
|
||||
Build-type: Simple
|
||||
Cabal-version: >= 1.18
|
||||
Cabal-version: >= 1.20
|
||||
|
||||
data-files: *.cry
|
||||
data-dir: lib
|
||||
|
Loading…
Reference in New Issue
Block a user