Renamed project

This commit is contained in:
reijix 2023-06-04 17:11:18 +02:00
parent 30b63499bf
commit 6aa770be77

View file

@ -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 'unification' generated by
-- Initial package description 'resolution' generated by
-- 'cabal init'. For further documentation, see:
-- http://haskell.org/cabal/users-guide/
--
-- The name of the package.
name: unification
name: resolution
-- The package version.
-- See the Haskell package versioning policy (PVP) for standards
@ -52,7 +52,7 @@ build-type: Simple
common warnings
ghc-options: -Wall
executable unification
executable resolution
-- Import common warning flags.
import: warnings