OpenBSD CVS

CVS log for ports/devel/hs-constraints/Attic/Makefile


[BACK] Up to [local] / ports / devel / hs-constraints

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15, Thu Mar 4 06:06:15 2021 UTC (3 years, 3 months ago) by gnezdo
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +1 -1 lines
FILE REMOVED

Remove unused devel/hs-constraints

Revision 1.14 / (download) - annotate - [select for diffs], Mon Nov 18 11:22:05 2019 UTC (4 years, 6 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (unified)

fix RUN_DEPENDS pkgspec, from Greg Steuck, plus REVISION bump from me

Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 30 12:04:37 2019 UTC (4 years, 8 months ago) by kili
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.12: +4 -5 lines
Diff to previous 1.12 (unified)

Update to hs-constraints-0.10.1.

Joint work with Greg Steuck.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 10 13:51:23 2019 UTC (4 years, 8 months ago) by kili
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (unified)

Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.

ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jul 12 20:44:12 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 22 22:01:01 2018 UTC (6 years, 4 months ago) by kili
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.9: +3 -4 lines
Diff to previous 1.9 (unified)

Update to constraints-0.9.1.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 9 21:19:38 2017 UTC (6 years, 6 months ago) by kili
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (unified)

Missing dependency devel/hs-mtl.

Found by aja@ when building devel/hs-lifted-async.

While here, drop dependencies on devel/hs-newtype
and devel/hs-tagged, which aren't necessary for
newer versions of ghc.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 7 22:08:56 2017 UTC (6 years, 6 months ago) by kili
Branch: MAIN
Changes since 1.7: +7 -5 lines
Diff to previous 1.7 (unified)

Update to constraints-0.8.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 20 16:20:44 2016 UTC (8 years, 4 months ago) by kili
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

Bump after ghc changes.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 20 11:26:13 2015 UTC (8 years, 5 months ago) by kili
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (unified)

Adjust MODGHC_PACKAGE_KEY.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 20 15:09:35 2015 UTC (8 years, 8 months ago) by kili
Branch: MAIN
Changes since 1.4: +4 -2 lines
Diff to previous 1.4 (unified)

Set MODGHC_PACKAGE_KEY and adjust plist.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 2 20:45:23 2014 UTC (9 years, 6 months ago) by kili
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

Fix plists and bump.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 11 10:50:07 2013 UTC (11 years, 2 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.2: +1 -4 lines
Diff to previous 1.2 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 20 18:01:18 2013 UTC (11 years, 4 months ago) by kili
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (unified)

Regenerate plist for profiling libs.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 31 19:16:55 2012 UTC (11 years, 7 months ago) by kili
Branch: kili
CVS Tags: kili_20121031
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

This package provides data types and classes for manipulating the
'ConstraintKinds' exposed by GHC in 7.4.

ok jasper@


Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 31 19:16:55 2012 UTC (11 years, 7 months ago) by kili
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.