From 29665a243eaaf9ccce0f45c65be0469a00c938ee Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 5 Sep 2015 00:50:45 +0200 Subject: [PATCH] CABAL: fix package name --- CG2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CG2.cabal b/CG2.cabal index e0b9a55..9028ea7 100644 --- a/CG2.cabal +++ b/CG2.cabal @@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ -- The name of the package. -name: CGA +name: CG2 -- The package version. See the Haskell package versioning policy (PVP) -- for standards guiding when and how versions should be incremented.