renamed project
This commit is contained in:
parent
80fb0e8760
commit
8de133095d
1 changed files with 3 additions and 3 deletions
|
|
@ -6,12 +6,12 @@ cabal-version: 3.0
|
|||
-- Starting from the specification version 2.2, the cabal-version field must be
|
||||
-- the first thing in the cabal file.
|
||||
|
||||
-- Initial package description 'lambda-D' generated by
|
||||
-- Initial package description 'dependent-lambda' generated by
|
||||
-- 'cabal init'. For further documentation, see:
|
||||
-- http://haskell.org/cabal/users-guide/
|
||||
--
|
||||
-- The name of the package.
|
||||
name: lambda-D
|
||||
name: dependent-lambda
|
||||
|
||||
-- The package version.
|
||||
-- See the Haskell package versioning policy (PVP) for standards
|
||||
|
|
@ -54,7 +54,7 @@ extra-doc-files: CHANGELOG.md
|
|||
common warnings
|
||||
ghc-options: -Wall
|
||||
|
||||
executable lambda-D
|
||||
executable dependent-lambda
|
||||
-- Import common warning flags.
|
||||
import: warnings
|
||||
|
||||
Loading…
Reference in a new issue