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