[GHC] #15866: libiserv's version number is hard-coded

GHC ghc-devs at haskell.org
Mon Nov 26 18:57:23 UTC 2018


#15866: libiserv's version number is hard-coded
-------------------------------------+-------------------------------------
        Reporter:  RyanGlScott       |                Owner:  (none)
            Type:  bug               |               Status:  patch
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.6.1
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  Other             |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D5302
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Ryan Scott <ryan.gl.scott@…>):

 In [changeset:"8f9f52d8e421ce544d5437a93117545d52d0eabd/ghc"
 8f9f52d8/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="8f9f52d8e421ce544d5437a93117545d52d0eabd"
 Use autoconf to generate version numbers for libiserv and friends

 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
 }}}

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15866#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list