Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 6886a26

Browse files
committed
example: simplify code now that we require Cabal 2.2.x
1 parent 0d2bad5 commit 6886a26

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

example/show-package-versions.hs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
{-# LANGUAGE CPP #-}
2-
3-
#if !MIN_VERSION_Cabal(2,0,0)
4-
# define mkPackageName PackageName
5-
#endif
6-
71
module Main ( main ) where
82

93
import Distribution.Hackage.DB

0 commit comments

Comments
 (0)