[jhc] dependency information

John Meacham john at repetae.net
Sat Feb 27 03:25:28 EST 2010


   Sorry for the long hiatus in development. I am glad to say that I
have begun work again this month and accepted a position at Google. They
are very keen on letting their developers work on open source projects
in their own time, so I should have no problem spending more time on
jhc.

I am getting ready to release 0.7.4 which among other things has a new
feature '--deps file.yaml' which will spit out the dependency
information for everything it reads as a yaml file. This, along with the
extended --list-libraries output should make it easier for other tools
to interact with jhc. I have attached a sample dependency file generated
by a build of the containers library for comment.

        John 


-- 
John Meacham - ⑆repetae.net⑆john⑈ - http://notanumber.net/
-------------- next part --------------
LibraryDeps:
 0dcb01e66a93eed15b7e4ce505d6e497: ./jhc-1.0.hl
 6d7c1dc231a0c63d315b6ff4728a8254: ./applicative-1.0.hl
 72c9d8f6e370070948487da45c922d82: ./base-1.0.hl
LibraryDesc:
 - lib/containers.cabal
ModuleDeps:
 Data.Graph:
  - Data.Array
  - Data.IntSet
  - Data.List
  - Data.Maybe
  - Data.Tree
  - Jhc.Prim
  - Prelude
 Data.IntMap:
  - Control.Applicative
  - Control.Monad
  - Data.Bits
  - Data.Foldable
  - Data.IntSet
  - Data.Maybe
  - Data.Monoid
  - Data.Traversable
  - Data.Typeable
  - Data.Word
  - Jhc.Prim
  - Prelude
 Data.IntSet:
  - Data.Bits
  - Data.List
  - Data.Maybe
  - Data.Monoid
  - Data.Typeable
  - Data.Word
  - Jhc.Prim
  - Prelude
 Data.Map:
  - Control.Applicative
  - Data.Foldable
  - Data.List
  - Data.Monoid
  - Data.Set
  - Data.Traversable
  - Data.Typeable
  - Jhc.Prim
  - Prelude
 Data.Sequence:
  - Control.Applicative
  - Control.Monad
  - Data.Foldable
  - Data.List
  - Data.Monoid
  - Data.Traversable
  - Data.Typeable
  - Jhc.Prim
  - Prelude
 Data.Set:
  - Data.Foldable
  - Data.List
  - Data.Monoid
  - Data.Typeable
  - Jhc.Prim
  - Prelude
 Data.Tree:
  - Control.Applicative
  - Control.Monad
  - Data.Foldable
  - Data.Monoid
  - Data.Sequence
  - Data.Traversable
  - Data.Typeable
  - Jhc.Prim
  - Prelude
ModuleSource:
 Data.Graph: lib/containers/Data/Graph.hs
 Data.IntMap: lib/containers/Data/IntMap.hs
 Data.IntSet: lib/containers/Data/IntSet.hs
 Data.Map: lib/containers/Data/Map.hs
 Data.Sequence: lib/containers/Data/Sequence.hs
 Data.Set: lib/containers/Data/Set.hs
 Data.Tree: lib/containers/Data/Tree.hs


More information about the jhc mailing list