Difference between revisions of "BSD"

From HaskellWiki
Jump to navigation Jump to search
(Update FreeBSD programs and versions)
(End of FreeBSD support)
Line 3: Line 3:
 
== FreeBSD ==
 
== FreeBSD ==
   
  +
Support for FreeBSD has been discontinued since version 9.6 of GHC.
There are ports and packages:
 
* [http://www.freshports.org/lang/ghc/ <tt>lang/ghc</tt>], package name <tt>ghc</tt>, version 8.6.3
 
* [http://www.freshports.org/devel/hs-cabal-install/ <tt>devel/hs-cabal-install</tt>], package name <tt>hs-cabal-install</tt>, version 2.4.0.0
 
* [http://www.freshports.org/devel/stack/ <tt>devel/stack</tt>], package name <tt>stack</tt>, version 1.9.3
 
* [http://www.freshports.org/haskell/ and many more]
 
[http://wiki.freebsd.org/Haskell More information in the FreeBSD Wiki's Haskell page]
 
 
There are Haskell libraries and programs for handling your FreeBSD Ports:
 
* [http://hackage.haskell.org/package/porte <tt>porte</tt>] ([http://www.freshports.org/ports-mgmt/hs-porte <tt>ports-mgmt/porte</tt>]) provides an interface to searching ports index fields and collecting frequency statistics for these
 
* [http://hackage.haskell.org/package/newports <tt>newports</tt>] lists ports newer than N days
 
   
 
== OpenBSD ==
 
== OpenBSD ==

Revision as of 10:08, 20 September 2024

Tips and tricks for users of the BSDs (Note, Mac users, are you looking for Mac OS X tips?)

FreeBSD

Support for FreeBSD has been discontinued since version 9.6 of GHC.

OpenBSD

There are ports and packages:

Specific tools:

NetBSD, DragonFly BSD (and others using pkgsrc)

There are ports in pkgsrc:

Miscellaneous BSD-specific packages

  • bsd-sysctl provides access to the BSD sysctl(3) interface

This article is a stub. You can help by expanding it.