svn commit: r395545 - head/math

Gabor Pali pgj at FreeBSD.org
Sat Aug 29 10:59:14 UTC 2015


Author: pgj
Date: Sat Aug 29 10:59:13 2015
New Revision: 395545
URL: https://svnweb.freebsd.org/changeset/ports/395545

Log:
  - Hook math/hs-Agda-stdlib into the build that was missed during the latest
    global Haskell update
  
  Reported by:	antoine

Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat Aug 29 10:45:11 2015	(r395544)
+++ head/math/Makefile	Sat Aug 29 10:59:13 2015	(r395545)
@@ -171,6 +171,7 @@
     SUBDIR += hexcalc
     SUBDIR += hfst
     SUBDIR += hs-Agda
+    SUBDIR += hs-Agda-stdlib
     SUBDIR += hs-NumInstances
     SUBDIR += hs-adjunctions
     SUBDIR += hs-categories


More information about the svn-ports-all mailing list