Thu Jan 2 02:54:51 2020 UTC ()
Add hs-base-compat, hs-base-orphans, hs-th-abstraction


(pho)
diff -r1.2970 -r1.2971 pkgsrc/devel/Makefile

cvs diff -r1.2970 -r1.2971 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2020/01/01 17:42:11 1.2970
+++ pkgsrc/devel/Makefile 2020/01/02 02:54:51 1.2971
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.2970 2020/01/01 17:42:11 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.2971 2020/01/02 02:54:51 pho Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-BH 14SUBDIR+= R-BH
@@ -473,33 +473,35 @@ SUBDIR+= gyp @@ -473,33 +473,35 @@ SUBDIR+= gyp
473SUBDIR+= happy 473SUBDIR+= happy
474SUBDIR+= haskell-mode 474SUBDIR+= haskell-mode
475SUBDIR+= hdevtools 475SUBDIR+= hdevtools
476SUBDIR+= hdf 476SUBDIR+= hdf
477SUBDIR+= hdf5 477SUBDIR+= hdf5
478SUBDIR+= hdf5-c++ 478SUBDIR+= hdf5-c++
479SUBDIR+= heirloom-getopt 479SUBDIR+= heirloom-getopt
480SUBDIR+= heirloom-libcommon 480SUBDIR+= heirloom-libcommon
481SUBDIR+= heirloom-what 481SUBDIR+= heirloom-what
482SUBDIR+= hoe 482SUBDIR+= hoe
483SUBDIR+= honggfuzz 483SUBDIR+= honggfuzz
484SUBDIR+= hptools 484SUBDIR+= hptools
485SUBDIR+= hs-MonadRandom 485SUBDIR+= hs-MonadRandom
486SUBDIR+= hs-StateVar 
487SUBDIR+= hs-QuickCheck 486SUBDIR+= hs-QuickCheck
 487SUBDIR+= hs-StateVar
488SUBDIR+= hs-ansi-terminal 488SUBDIR+= hs-ansi-terminal
 489SUBDIR+= hs-base-compat
 490SUBDIR+= hs-base-orphans
489SUBDIR+= hs-base-unicode-symbols 491SUBDIR+= hs-base-unicode-symbols
490SUBDIR+= hs-blaze-builder 492SUBDIR+= hs-blaze-builder
491SUBDIR+= hs-colour 
492SUBDIR+= hs-cmdargs 493SUBDIR+= hs-cmdargs
 494SUBDIR+= hs-colour
493SUBDIR+= hs-cpphs 495SUBDIR+= hs-cpphs
494SUBDIR+= hs-data-default 496SUBDIR+= hs-data-default
495SUBDIR+= hs-data-default-class 497SUBDIR+= hs-data-default-class
496SUBDIR+= hs-data-default-instances-base 498SUBDIR+= hs-data-default-instances-base
497SUBDIR+= hs-data-default-instances-containers 499SUBDIR+= hs-data-default-instances-containers
498SUBDIR+= hs-data-default-instances-dlist 500SUBDIR+= hs-data-default-instances-dlist
499SUBDIR+= hs-data-default-instances-old-locale 501SUBDIR+= hs-data-default-instances-old-locale
500SUBDIR+= hs-deepseq-generics 502SUBDIR+= hs-deepseq-generics
501SUBDIR+= hs-dlist 503SUBDIR+= hs-dlist
502SUBDIR+= hs-exceptions 504SUBDIR+= hs-exceptions
503SUBDIR+= hs-extensible-exceptions 505SUBDIR+= hs-extensible-exceptions
504SUBDIR+= hs-fail 506SUBDIR+= hs-fail
505SUBDIR+= hs-generic-deriving 507SUBDIR+= hs-generic-deriving
@@ -516,26 +518,27 @@ SUBDIR+= hs-old-locale @@ -516,26 +518,27 @@ SUBDIR+= hs-old-locale
516SUBDIR+= hs-primitive 518SUBDIR+= hs-primitive
517SUBDIR+= hs-random 519SUBDIR+= hs-random
518SUBDIR+= hs-reflection 520SUBDIR+= hs-reflection
519SUBDIR+= hs-resourcet 521SUBDIR+= hs-resourcet
520SUBDIR+= hs-safe 522SUBDIR+= hs-safe
521SUBDIR+= hs-setlocale 523SUBDIR+= hs-setlocale
522SUBDIR+= hs-split 524SUBDIR+= hs-split
523SUBDIR+= hs-splitmix 525SUBDIR+= hs-splitmix
524SUBDIR+= hs-stm 526SUBDIR+= hs-stm
525SUBDIR+= hs-syb 527SUBDIR+= hs-syb
526SUBDIR+= hs-tagged 528SUBDIR+= hs-tagged
527SUBDIR+= hs-text 529SUBDIR+= hs-text
528SUBDIR+= hs-tf-random 530SUBDIR+= hs-tf-random
 531SUBDIR+= hs-th-abstraction
529SUBDIR+= hs-transformers-base 532SUBDIR+= hs-transformers-base
530SUBDIR+= hs-transformers-compat 533SUBDIR+= hs-transformers-compat
531SUBDIR+= hs-uniplate 534SUBDIR+= hs-uniplate
532SUBDIR+= hs-unliftio-core 535SUBDIR+= hs-unliftio-core
533SUBDIR+= hs-unordered-containers 536SUBDIR+= hs-unordered-containers
534SUBDIR+= hs-utf8-string 537SUBDIR+= hs-utf8-string
535SUBDIR+= hs-uuid-types 538SUBDIR+= hs-uuid-types
536SUBDIR+= hs-vault 539SUBDIR+= hs-vault
537SUBDIR+= hs-vector 540SUBDIR+= hs-vector
538SUBDIR+= hs-vector-algorithms 541SUBDIR+= hs-vector-algorithms
539SUBDIR+= hs-void 542SUBDIR+= hs-void
540SUBDIR+= ht 543SUBDIR+= ht
541SUBDIR+= hugs-HUnit 544SUBDIR+= hugs-HUnit