dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/dev-haskell/monads-tf/monads-tf-0.1.0.0.exheres-0 (349B) - raw

      1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 require hackage
      5 
      6 SUMMARY="Haskell monad classes using type families"
      7 
      8 LICENCES="BSD3"
      9 PLATFORMS="~x86 ~amd64"
     10 
     11 DEPENDENCIES="
     12     $(haskell_lib_dependencies "
     13         dev-haskell/transformers[>=0.2]
     14     ")
     15 "
     16 
     17 BUGS_TO="djc@djc.id.au"
     18