Skip to content

Commit

Permalink
Consistent capitalisation for MIN_VERSION_Cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-rouse committed Oct 22, 2016
1 parent 6600179 commit b9a8327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{-# LANGUAGE CPP #-}
{- OPTIONS_GHC -Wall #-}

#ifndef MIN_Version_Cabal
#define MIN_Version_Cabal(x,y,z) 0
#ifndef MIN_VERSION_Cabal
#define MIN_VERSION_Cabal(x,y,z) 0
#endif

import Control.Monad (liftM2, mplus)
Expand Down
2 changes: 1 addition & 1 deletion mysql.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mysql
version: 0.1.1.8
version: 0.1.2
homepage: https://github.com/paul-rouse/mysql
bug-reports: https://github.com/paul-rouse/mysql/issues
synopsis: A low-level MySQL client library.
Expand Down

0 comments on commit b9a8327

Please sign in to comment.