Skip to content
  • Ryan Scott's avatar
    Use autoconf to generate version numbers for libiserv and friends · 8f9f52d8
    Ryan Scott authored
    Summary:
    Currently, the version numbers for `libiserv`, `iserv`, and
    `iserv-proxy` are hard-coded directly into their `.cabal` files.
    These are easy to forget to update, and in fact, this has already
    happened once (see #15866). Let's use `autoconf` to do this for us
    so that it is not forgotten in the future.
    
    Test Plan: ./validate
    
    Reviewers: bgamari
    
    Reviewed By: bgamari
    
    Subscribers: rwbarton, erikd, carter
    
    GHC Trac Issues: #15866
    
    Differential Revision: https://phabricator.haskell.org/D5302
    8f9f52d8