Skip to content
  • Samuel Gélineau's avatar
    don't special-case versions with leading zeroes · 6b3457de
    Samuel Gélineau authored
    I could not install pcre-light because cabal failed with:
    
      parsing output of pkg-config --modversion failed
    
    The output of that command was simply "8.02", which cabal could not
    parse into a Version because of the leading zero. With this patch,
    "8.02" now parses as (Version [8,2] []).
    6b3457de