From 6aa770be770e67d07b11d2848eb8e2ae5b17ecb3 Mon Sep 17 00:00:00 2001 From: reijix Date: Sun, 4 Jun 2023 17:11:18 +0200 Subject: [PATCH] Renamed project --- unification.cabal => resolution.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename unification.cabal => resolution.cabal (95%) diff --git a/unification.cabal b/resolution.cabal similarity index 95% rename from unification.cabal rename to resolution.cabal index 408e0a8..2421074 100644 --- a/unification.cabal +++ b/resolution.cabal @@ -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