├── README.md ├── archivers ├── hs-tar │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-zip-archive │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-zlib-bindings │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-zlib-enum │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-zlib │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── audio ├── hs-ALUT │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-OpenAL │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-libmpd │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── benchmarks └── hs-criterion │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── converters ├── hs-aeson-pretty │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-aeson │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-dataenc │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-dataenc.cabal │ └── pkg-descr ├── hs-iconv │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-json │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-sandi │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── databases ├── hs-esqueleto │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hedis │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-mysql-simple │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-mysql │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-persistent-sqlite │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-persistent-template │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-persistent │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── devel ├── cvs2darcs │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-BNFC │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-Boolean │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-BoundedChan │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ConfigFile │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-DeepArrow │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-DrIFT │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-src_ParseLib2.hs │ └── pkg-descr ├── hs-Glob │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Glob.cabal │ └── pkg-descr ├── hs-HUnit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-IfElse │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-List │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ListLike │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-MemoTrie │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-MissingH │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-MonadCatchIO-mtl │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-MonadCatchIO-mtl.cabal │ └── pkg-descr ├── hs-MonadCatchIO-transformers │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-MonadRandom │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ObjectName │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-PSQueue │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-QuickCheck │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ReadArgs │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-STMonadTrans │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-SafeSemaphore │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ShellCheck │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-StateVar │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-Stream │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-TypeCompose │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-abstract-deque │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-abstract-par │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-activehs-base │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-activehs-base.cabal │ └── pkg-descr ├── hs-alex │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-annotated-wl-pprint │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ansi-terminal │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ansi-wl-pprint │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-arrows │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-asn1-data │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Data_ASN1_Parse.hs │ └── pkg-descr ├── hs-asn1-encoding │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-asn1-parse │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-asn1-types │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-async │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-atomic-primops │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-auto-update │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-base-orphans │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-base-unicode-symbols │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-base16-bytestring │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-base64-bytestring │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-base64-string │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-basic-prelude │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-bifunctors │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-binary-shared │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-bits-atomic │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-blaze-builder-enumerator │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-blaze-builder-enumerator.cabal │ └── pkg-descr ├── hs-blaze-builder │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-blaze-textual │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-bloomfilter │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-boxes │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-bsd-sysctl │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Setup.hs │ └── pkg-descr ├── hs-byteable │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-byteorder │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-bytestring-lexing │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-bytestring-mmap │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-bytestring-nums │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-bytestring-show │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-c2hs │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cabal-install │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cautious-file │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-cautious-file.cabal │ └── pkg-descr ├── hs-cereal │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-charset │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-charsetdetect-ae │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── extra-patch-charsetdetect-ae.cabal │ └── pkg-descr ├── hs-checkers │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-chunked-data │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-classy-prelude-conduit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-classy-prelude │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cmdargs │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-concrete-typerep │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Data_ConcreteTypeRep.hs │ └── pkg-descr ├── hs-cond │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-conduit-combinators │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-conduit-extra │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-conduit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-configurator │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-constraints │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-control-monad-loop │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-convertible │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cpphs │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-darcs │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Setup.lhs │ └── pkg-descr ├── hs-data-accessor-mtl │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-accessor-template │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-accessor │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-default-class │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-default-instances-base │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-default-instances-containers │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-default-instances-dlist │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-default-instances-old-locale │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-default │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-hash │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-ordlist │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-pprint │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-date-cache │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-datetime │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-deepseq-generics │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-deepseq-generics.cabal │ └── pkg-descr ├── hs-derive │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-directory-tree │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-dlist-instances │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-dlist │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-dynamic-cabal │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-dynamic-state │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-dyre │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-easy-file │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-edit-distance │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-either │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-enclosed-exceptions │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-enumerator │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-equivalence │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-errors │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-exceptions │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-executable-path │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-System_Environment_Executable.hs │ │ └── patch-executable-path.cabal │ └── pkg-descr ├── hs-extensible-exceptions │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-extra │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-fast-logger │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-fast-logger.cabal │ └── pkg-descr ├── hs-fay-base │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-fay-jquery │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-fay-ref │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-fay-text │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-fclabels │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-fgl │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-file-embed │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-filemanip │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-filestore │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-filesystem-trees │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-fingertree │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-fmlist │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-free │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-fsnotify │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-gconf │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-generic-deriving │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-geniplate-mirror │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ghc-events │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ghc-mtl │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ghc-paths │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ghc-pkg-lib │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-src_Language_Haskell_Packages.hs │ └── pkg-descr ├── hs-ghc-syb-utils │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-gio │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-git-annex │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-Build__Configure.hs │ │ ├── patch-Build__DesktopFile.hs │ │ ├── patch-Setup.hs │ │ └── patch-git-annex.cabal │ ├── pkg-descr │ └── pkg-plist ├── hs-glib │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-groom │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-gtk2hs-buildtools │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-c2hs__c__CAST.hs │ └── pkg-descr ├── hs-haddock-api │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-haddock-library │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-haddock │ ├── Makefile │ ├── distinfo │ ├── pkg-descr │ └── pkg-plist ├── hs-happy │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-doc_configure.ac │ └── pkg-descr ├── hs-hashable │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hashed-storage │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-Storage_Hashed_Index.hs │ │ └── patch-Storage_Hashed_Monad.hs │ └── pkg-descr ├── hs-hashtables │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-haskell-generate │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-haskell-lexer │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-haskell-names │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-haskell-packages │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-haskell-src-exts │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-haskell-src │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hasktags │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hastache │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hex │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hinotify │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-hinotify.cabal │ └── pkg-descr ├── hs-hint │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hlibev │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hlint │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hoogle │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hourglass │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hsb2hs │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hscurses │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hse-cpp │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hslogger │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hslua │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hspec-core │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hspec-discover │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hspec-expectations │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hspec │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-io-storage │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-iteratee │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-iteratee.cabal │ │ └── patch-src_Data_Iteratee_Base.hs │ └── pkg-descr ├── hs-js-flot │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-js-jquery │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-keys │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-kqueue │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-kqueue.cabal │ │ └── patch-src__System__KQueue.chs │ └── pkg-descr ├── hs-language-c │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-language-ecmascript │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-language-haskell-extract │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-language-java │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-language-javascript │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-largeword │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-lazysmallcheck │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-leksah-server │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-leksah-server.cabal │ └── pkg-descr ├── hs-lens │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-libffi │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-lifted-async │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-lifted-base │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-logict │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ltk │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-map-syntax │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-memory │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-mmap │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-mmorph │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-monad-control │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-monad-logger │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-monad-loops │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-monad-par-extras │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-monad-par │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-monadLib │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-monads-tf │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-mono-traversable │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-mtl │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-mueval │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-murmur-hash │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-mutable-containers │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ncurses │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-newtype │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-old-locale │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-old-time │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-oo-prototypes │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-optparse-applicative │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-parallel-io │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-parallel-io.cabal │ └── pkg-descr ├── hs-parallel │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-pcre-light │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-plugins │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-configure │ │ ├── patch-src_System_Plugins_Env.hs │ │ └── patch-src_System_Plugins_Load.hs │ └── pkg-descr ├── hs-pointedlist │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-pqueue │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-prelude-extras │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-preprocessor-tools │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-pretty-show │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-prettyclass │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-primitive │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-profunctors │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-project-template │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-quickcheck-io │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-random-shuffle │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-random │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-readline │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Setup.hs │ └── pkg-descr ├── hs-reflection │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-resource-pool │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-resourcet │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-rosezipper │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-safe │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-scientific │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-scion-browser │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-securemem │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-setenv │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-setlocale │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-setops │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-shake │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-show │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-silently │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-simple-reflect │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-smallcheck │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-sourcemap │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-split │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-split.cabal │ └── pkg-descr ├── hs-spoon │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-stm-chans │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-stm │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-streaming-commons │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-strict │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-string-qq │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-syb-with-class-instances-text │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-syb-with-class │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-syb │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-system-fileio │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-system-filepath │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-tagged │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-tagshare │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-tasty-hunit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-tasty-th │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-tasty │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-temporary │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-test-framework-hunit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-test-framework-quickcheck2 │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-test-framework-quickcheck2.cabal │ └── pkg-descr ├── hs-test-framework-th │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-test-framework │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-testing-feat │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-testing-feat.cabal │ └── pkg-descr ├── hs-text-icu │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-text │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-tf-random │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-threads │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-threadscope │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-time-compat │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-time-locale-compat │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-timezone-olson │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-timezone-series │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-transformers-base │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-transformers-compat │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-traverse-with-class │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-type-eq │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-unamb │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-unbounded-delays │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-uniplate │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-unix-compat │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-unix-time │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-unordered-containers │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-utf8-light │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-utf8-string │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-utility-ht │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-uuagc-bootstrap │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-uuagc-cabal │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-uuagc │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-uuid-types │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-uuid │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-uulib │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-vault │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-vcswrapper │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-vector-algorithms │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-vector-binary-instances │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-vector-instances │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-vector-th-unbox │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-vector │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-void │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-vty │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-wl-pprint │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-word-trie │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-word8 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-xdg-basedir │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-yi-language │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-yi-rope │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── dns ├── hs-dns │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-gnuidn │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── editors ├── hs-leksah │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-leksah.cabal │ └── pkg-descr └── hs-yi │ ├── Makefile │ ├── distinfo │ ├── files │ ├── patch-src_library_Yi_UI_Vty.hs │ └── patch-yi.cabal │ └── pkg-descr ├── ftp └── hs-curl │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── games ├── hedgewars │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-CMakeLists.txt │ └── pkg-descr └── hs-scroll │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── graphics ├── hs-HGL │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Graphics_HGL_Internals_Draw.hs │ └── pkg-descr ├── hs-JuicyPixels │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cairo │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-colour │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-dia-base │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-dia-functions │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-graphviz │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Data_GraphViz_Algorithms.hs │ └── pkg-descr ├── hs-svgcairo │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-vcsgui │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── irc ├── hs-fastirc │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-Network__FastIRC__Messages.hs │ │ ├── patch-Network__FastIRC__Session.hs │ │ └── patch-Network__FastIRC__Utils.hs │ └── pkg-descr └── hs-irc │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── lang ├── Gofer │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-prelude.h │ │ ├── patch-scripts_gofer │ │ └── patch-scripts_goferc │ ├── pkg-descr │ └── pkg-plist ├── ghc-devel │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-aclocal.m4 │ │ ├── patch-configure.ac │ │ ├── patch-ghc.mk │ │ └── patch-libraries__Cabal__Cabal__Distribution__Simple__Program__Builtin.hs │ ├── pkg-descr │ └── pkg-plist ├── ghc │ ├── Makefile │ ├── bsd.cabal.mk │ ├── bsd.cabal.options.mk │ ├── bsd.hackage.mk │ ├── distinfo │ ├── files │ │ ├── patch-aclocal.m4 │ │ ├── patch-configure.ac │ │ ├── patch-ghc.mk │ │ ├── patch-libraries_Cabal_Cabal_Distribution_Simple_GHC.hs │ │ └── patch-libraries__Cabal__Cabal__Distribution__Simple__Program__Builtin.hs │ ├── pkg-descr │ └── pkg-plist ├── hs-brainfuck │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-fay │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-fay.cabal │ └── pkg-descr ├── hs-idris │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-Setup.hs │ │ ├── patch-config.mk │ │ ├── patch-idris.cabal │ │ └── patch-src-Idris-REPL.hs │ └── pkg-descr ├── hs-unlambda │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hugs │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-packages__Cabal__Distribution__PackageDescription.hs │ │ └── patch-packages__Cabal__Distribution__ParseUtils.hs │ ├── pkg-descr │ └── pkg-plist ├── nhc98 │ ├── Makefile │ ├── distinfo │ ├── pkg-descr │ └── pkg-plist ├── ohugs │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── extra-patch-src::prelude.h │ │ ├── patch-Makefile │ │ ├── patch-src__parser.y │ │ ├── patch-src__prelude.h │ │ ├── patch-src__type.c │ │ ├── patch-src_omonad.c │ │ └── patch-src_tkhaskell.c │ ├── pkg-descr │ └── pkg-plist └── whitespace │ ├── Makefile │ ├── distinfo │ ├── files │ ├── patch-Makefile │ ├── patch-VM.hs │ └── patch-main.hs │ └── pkg-descr ├── mail ├── hs-email-validate │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-mime-mail │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-mime-string │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-Codec_MIME_String_ContentDisposition.hs │ │ ├── patch-Codec_MIME_String_Date.hs │ │ ├── patch-Codec_MIME_String_Headers.hs │ │ └── patch-Codec_MIME_String_Internal_ABNF.hs │ └── pkg-descr ├── hs-mime-types │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-mime │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── math ├── hs-Agda-stdlib │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-lib.cabal │ │ └── patch-src_Size.agda │ └── pkg-descr ├── hs-Agda │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Agda.cabal │ └── pkg-descr ├── hs-NumInstances │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-adjunctions │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-categories │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-comonad │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-contravariant │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-crackNum │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-binary-ieee754 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-lens-light │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-lens-template │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-data-lens │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-distributive │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-erf │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ieee754 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-kan-extensions │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-math-functions │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-mwc-random │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-pointed │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-probability │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-probability.cabal │ └── pkg-descr ├── hs-reducers │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-sbv │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-sbv.cabal │ └── pkg-descr ├── hs-semigroupoids │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-semigroups │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-semigroups.cabal │ └── pkg-descr ├── hs-statistics │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-streams │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-vector-space │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── net-im └── hs-haskell-xmpp │ ├── Makefile │ ├── distinfo │ ├── files │ ├── patch-src_Network_XMPP_Stream.hs │ └── patch-src__Network__XMPP__Types.hs │ └── pkg-descr ├── net-p2p └── hs-torrent │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── net ├── hs-LDAP │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-aws │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-connection │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-gsasl │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hoauth2 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hostname │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-iproute │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-maccatcher │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-network-fancy │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-Network_Fancy.hsc │ │ └── patch-network-fancy.cabal │ └── pkg-descr ├── hs-network-info │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-network-multicast │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-network-protocol-xmpp │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-network-uri │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-network │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-pcap │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-publicsuffixlist │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-sendfile │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-simple-sendfile │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-socks │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── ports-mgmt └── hs-porte │ ├── Makefile │ ├── distinfo │ ├── files │ └── patch-Porte_Tool.hs │ └── pkg-descr ├── print └── hs-hscolour │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── science └── hs-bio │ ├── Makefile │ ├── distinfo │ ├── files │ ├── patch-Bio_Alignment_Bowtie.hs │ └── patch-bio.cabal │ └── pkg-descr ├── security ├── hs-Crypto │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Crypto.cabal │ └── pkg-descr ├── hs-DRBG │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-HsOpenSSL │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-RSA │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-SHA │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-certificate │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-Data_Certificate_X509_Cert.hs │ │ └── patch-Data_Certificate_X509_Ext.hs │ └── pkg-descr ├── hs-cipher-aes │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cipher-aes128 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cipher-blowfish │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cipher-camellia │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cipher-des │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cipher-rc4 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-clientsession │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cprng-aes │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-crypto-api │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-crypto-cipher-types │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-crypto-conduit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-crypto-numbers │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-crypto-pubkey-types │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-crypto-pubkey │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-crypto-random-api │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-crypto-random │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cryptocipher │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cryptohash-conduit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cryptohash-cryptoapi │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cryptohash │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cryptonite │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-digest │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-entropy │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-gnutls │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-monadcryptorandom │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-nonce │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-pem │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-pureMD5 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-pwstore-fast │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-skein │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-tls │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-x509-store │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-x509-system │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-x509-validation │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-x509 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── shells ├── hs-shelly-extra │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-shelly │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── sysutils ├── hs-angel │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cpu │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ekg-core │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ekg-json │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ekg │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-vado │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── textproc ├── bibutils │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-Makefile_start │ │ ├── patch-configure │ │ ├── patch-lib__biblatexin.c │ │ └── patch-lib__bibtexin.c │ └── pkg-descr ├── cgrep │ ├── Makefile │ ├── distinfo │ ├── pkg-descr │ └── pkg-plist ├── hs-Diff │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-HStringTemplate │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-HaXml │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-appar │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-attoparsec-enumerator │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-attoparsec-iteratee │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-attoparsec-iteratee.cabal │ └── pkg-descr ├── hs-attoparsec │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-bencode │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-blaze-html │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-blaze-markup │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-bytestring-csv │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-case-insensitive │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cassava │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cheapskate │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-cheapskate.cabal │ └── pkg-descr ├── hs-citeproc-hs │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-src_Text_CSL_Eval.hs │ │ ├── patch-src_Text_CSL_Eval_Names.hs │ │ └── patch-src_Text_CSL_Test.hs │ └── pkg-descr ├── hs-cmark │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-csv │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-double-conversion │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── extra-patch-double-conversion.cabal │ └── pkg-descr ├── hs-feed │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hexpat │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-highlighting-kate │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hs-bibutils │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-html-conduit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-html │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hxt-charproperties │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hxt-regex-xmlschema │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hxt-unicode │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hxt │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-lhs2tex │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Setup.hs │ └── pkg-descr ├── hs-libxml-sax │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-libxml │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-pandoc-citeproc │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-pandoc-types │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-pandoc │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-parsec │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-parsers │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-polyparse │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-regex-applicative │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-regex-base │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-regex-compat-tdfa │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-regex-compat │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-regex-pcre-builtin │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-regex-posix │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-regex-tdfa-rc │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-regex-tdfa-text │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Text_Regex_TDFA_Text_Lazy.hs │ └── pkg-descr ├── hs-regex-tdfa │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-rfc5051 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-stringsearch │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-tagsoup │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-tagstream-conduit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-texmath │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-trifecta │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-trifecta.cabal │ └── pkg-descr ├── hs-uri │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-wl-pprint-text │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-xhtml-combinators │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-xml-conduit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-xml-hamlet │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-xml-types │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-xml │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-xmlhtml │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-xmlhtml.cabal │ └── pkg-descr └── hs-yaml │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── www ├── hs-DAV │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-HTTP │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-activehs │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-Converter.hs │ │ ├── patch-Main.hs │ │ ├── patch-Parse.hs │ │ ├── patch-QuickCheck.hs │ │ ├── patch-Simple.hs │ │ ├── patch-Specialize.hs │ │ └── patch-activehs.cabal │ └── pkg-descr ├── hs-authenticate │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cgi │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-cookie │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-css-text │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-fastcgi │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ghcjs-codemirror │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-ghcjs-dom │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-gitit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hS3 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-happstack-server │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-happstack │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-happstack.cabal │ └── pkg-descr ├── hs-heist │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-hjsmin │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-http-attoparsec │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-http-attoparsec.cabal │ └── pkg-descr ├── hs-http-client-tls │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-http-client │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-http-conduit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-http-date │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-http-reverse-proxy │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-http-server │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── pkg-message.in │ └── pkg-descr ├── hs-http-types │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-http2 │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-http2.cabal │ └── pkg-descr ├── hs-jsaddle │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-multipart │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-oeis │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-path-pieces │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-recaptcha │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-shakespeare │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-snap-blaze │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-snap-core │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-snap-loader-static │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-snap-loader-static.cabal │ └── pkg-descr ├── hs-snap-server │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-snap │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-snap.cabal │ └── pkg-descr ├── hs-snaplet-fay │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-url │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-wai-app-static │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-wai-extra │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-wai-logger │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-wai │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-warp-tls │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-warp │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-warp.cabal │ └── pkg-descr ├── hs-webdriver │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-webkit-javascriptcore │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-webkit │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-webkitgtk3-javascriptcore │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-webkitgtk3 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-xss-sanitize │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-yesod-auth-hashdb │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-yesod-auth │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-yesod-bin │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-yesod-core │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-yesod-form │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-yesod-persistent │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-yesod-static │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-yesod-test │ ├── Makefile │ ├── distinfo │ └── pkg-descr └── hs-yesod │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── x11-toolkits ├── hs-GLURaw │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-GLUT │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-OpenGL │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-OpenGLRaw │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-gtk │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-gtk2hs │ ├── Makefile │ └── pkg-descr ├── hs-gtk3 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-gtksourceview2 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-gtksourceview3 │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-pango │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-vte │ ├── Makefile │ ├── distinfo │ └── pkg-descr ├── hs-wx │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-src_Graphics_UI_WX_Window.hs │ └── pkg-descr ├── hs-wxc │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-Setup.hs │ │ └── patch-wxc.cabal │ └── pkg-descr ├── hs-wxcore │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-Setup.hs │ └── pkg-descr └── hs-wxdirect │ ├── Makefile │ ├── distinfo │ ├── files │ └── patch-wxdirect.cabal │ └── pkg-descr ├── x11-wm ├── hs-xmonad-contrib │ ├── Makefile │ ├── distinfo │ ├── files │ │ └── patch-XMonad__Prompt__Directory.hs │ └── pkg-descr └── hs-xmonad │ ├── Makefile │ ├── distinfo │ ├── files │ ├── nopatch-XMonad_Core.hs │ └── patch-xmonad.cabal │ └── pkg-descr └── x11 ├── hs-X11-xft ├── Makefile ├── distinfo └── pkg-descr ├── hs-X11 ├── Makefile ├── distinfo └── pkg-descr ├── hs-printxosd ├── Makefile ├── distinfo └── pkg-descr ├── hs-xmobar ├── Makefile ├── distinfo └── pkg-descr └── hs-xosd ├── Makefile ├── distinfo └── pkg-descr /archivers/hs-tar/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/tar-0.4.2.1.tar.gz) = 2fad0ae6c1d671f0fbd60f39b2d7df70c3f33890b92df177052d2d8733955080 2 | SIZE (cabal/tar-0.4.2.1.tar.gz) = 29825 3 | -------------------------------------------------------------------------------- /archivers/hs-zip-archive/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/zip-archive-0.2.3.7.tar.gz) = 41623b3831795e785329b017f42af3116f6332a690361f7eac7ed15f729f3699 2 | SIZE (cabal/zip-archive-0.2.3.7.tar.gz) = 12902 3 | -------------------------------------------------------------------------------- /archivers/hs-zip-archive/pkg-descr: -------------------------------------------------------------------------------- 1 | The zip-archive library provides functions for creating, modifying, and 2 | extracting files from zip archives. 3 | 4 | WWW: http://github.com/jgm/zip-archive 5 | -------------------------------------------------------------------------------- /archivers/hs-zlib-enum/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/zlib-enum-0.2.3.1.tar.gz) = e43dc9ea85ceea02c4f4204c95e8d8540205839c58079f9399dfa96e63fdccd9 2 | SIZE (cabal/zlib-enum-0.2.3.1.tar.gz) = 4652 3 | -------------------------------------------------------------------------------- /archivers/hs-zlib-enum/pkg-descr: -------------------------------------------------------------------------------- 1 | zlib-enum is a stop-gap package to provide enumeratees for zlib 2 | compression/decompression. 3 | 4 | WWW: http://github.com/maltem/zlib-enum 5 | -------------------------------------------------------------------------------- /archivers/hs-zlib/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/zlib-0.5.4.2.tar.gz) = 75d617d8a77d85ba5a0d69e42c2cd5371b56140b5fb028be3e75bff1cfd41096 2 | SIZE (cabal/zlib-0.5.4.2.tar.gz) = 127818 3 | -------------------------------------------------------------------------------- /audio/hs-ALUT/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ALUT-2.4.0.0.tar.gz) = 0f5cf9362ace34a9739cd3a45015782a0102015e62c8dd8e290d7952e6ff193d 2 | SIZE (cabal/ALUT-2.4.0.0.tar.gz) = 26075 3 | -------------------------------------------------------------------------------- /audio/hs-OpenAL/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/OpenAL-1.7.0.0.tar.gz) = 5c427a07c1b26eaaa372dcc526a2c9d593b80021be5e81af75dea6d13f3a3984 2 | SIZE (cabal/OpenAL-1.7.0.0.tar.gz) = 41297 3 | -------------------------------------------------------------------------------- /audio/hs-libmpd/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/libmpd-0.9.0.2.tar.gz) = 5fb64d0196204a29bfb655118891c19310969e452599fda2667f7ff7d265d4e0 2 | SIZE (cabal/libmpd-0.9.0.2.tar.gz) = 38392 3 | -------------------------------------------------------------------------------- /audio/hs-libmpd/pkg-descr: -------------------------------------------------------------------------------- 1 | A client library for MPD, the Music Player Daemon. 2 | 3 | WWW: http://github.com/vimus/libmpd-haskell#readme 4 | -------------------------------------------------------------------------------- /benchmarks/hs-criterion/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/criterion-1.1.0.0.tar.gz) = 5cedd41bb6e5a85e65b51fdb00cb32038b826b8d18af072a8319cab43a452d38 2 | SIZE (cabal/criterion-1.1.0.0.tar.gz) = 1004534 3 | -------------------------------------------------------------------------------- /converters/hs-aeson-pretty/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/aeson-pretty-0.7.2.tar.gz) = 6408b8b2bcd12cf591e4b93b4d9f5143449b33a59fbd3653f328e2515040570d 2 | SIZE (cabal/aeson-pretty-0.7.2.tar.gz) = 4838 3 | -------------------------------------------------------------------------------- /converters/hs-aeson/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/aeson-0.8.0.2.tar.gz) = 0707588dfb5fdfe787eba5b3d5a9950acb224a8dae9dcdcfc9c974ae2b6788d5 2 | SIZE (cabal/aeson-0.8.0.2.tar.gz) = 143850 3 | -------------------------------------------------------------------------------- /converters/hs-dataenc/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/dataenc-0.14.0.7.tar.gz) = f9d370a1ac1b9cd3c66abd13ad351270d020a21fcd774f49dae6cfa9f8a98ff3 2 | SIZE (cabal/dataenc-0.14.0.7.tar.gz) = 12813 3 | -------------------------------------------------------------------------------- /converters/hs-iconv/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/iconv-0.4.1.3.tar.gz) = 36425168e3314bc83ba5ee95152872d52e94ee0f9503f3591f84d458e005b554 2 | SIZE (cabal/iconv-0.4.1.3.tar.gz) = 12706 3 | -------------------------------------------------------------------------------- /converters/hs-iconv/pkg-descr: -------------------------------------------------------------------------------- 1 | Provides an interface to the POSIX iconv library functions for string 2 | encoding conversion. 3 | 4 | WWW: http://hackage.haskell.org/package/iconv 5 | -------------------------------------------------------------------------------- /converters/hs-json/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/json-0.9.1.tar.gz) = 96b57e4d167e45dc80aeff872a922ae9cdb953a1ded29ebbb51019b68f0085a2 2 | SIZE (cabal/json-0.9.1.tar.gz) = 22568 3 | -------------------------------------------------------------------------------- /converters/hs-sandi/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/sandi-0.3.5.tar.gz) = 856ed995bad4183a69f65c70a78c4be37cf614c906097ea126bae75ce08daea5 2 | SIZE (cabal/sandi-0.3.5.tar.gz) = 18700 3 | -------------------------------------------------------------------------------- /converters/hs-sandi/pkg-descr: -------------------------------------------------------------------------------- 1 | Reasonably fast data encoding library. 2 | 3 | WWW: http://hackage.haskell.org/package/sandi 4 | -------------------------------------------------------------------------------- /databases/hs-esqueleto/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/esqueleto-2.4.1.tar.gz) = 12cc83bd2774906c29df20be8b77d11e0fc6efedadf208714494dc406cd8f7fd 2 | SIZE (cabal/esqueleto-2.4.1.tar.gz) = 39113 3 | -------------------------------------------------------------------------------- /databases/hs-hedis/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hedis-0.6.9.tar.gz) = ead8c36dcb7093be9e414da900e2b6fa2f4bc8723a3a5346020d316c75e79179 2 | SIZE (cabal/hedis-0.6.9.tar.gz) = 27140 3 | -------------------------------------------------------------------------------- /databases/hs-mysql-simple/pkg-descr: -------------------------------------------------------------------------------- 1 | A mid-level client library for the MySQL database, intended to be fast and easy 2 | to use. 3 | 4 | WWW: https://github.com/bos/mysql-simple 5 | -------------------------------------------------------------------------------- /databases/hs-mysql/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/mysql-0.1.1.8.tar.gz) = 90f02af1c81e2189f65dcef0f78327eba4b0ef40bea5bde5cb74920727f9bd84 2 | SIZE (cabal/mysql-0.1.1.8.tar.gz) = 14092 3 | -------------------------------------------------------------------------------- /databases/hs-mysql/pkg-descr: -------------------------------------------------------------------------------- 1 | A low-level client library for the MySQL database, implemented as bindings to 2 | the C mysqlclient API. 3 | 4 | WWW: https://github.com/bos/mysql 5 | -------------------------------------------------------------------------------- /databases/hs-persistent/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/persistent-2.2.tar.gz) = 174047d7f140571081459713fbdeeabbd4a52bbc02dbf35969a0daec491a8512 2 | SIZE (cabal/persistent-2.2.tar.gz) = 43419 3 | -------------------------------------------------------------------------------- /databases/hs-persistent/pkg-descr: -------------------------------------------------------------------------------- 1 | Type-safe, data serialization. You must use a specific backend in order 2 | to make this useful. 3 | 4 | WWW: http://www.yesodweb.com/book/persistent 5 | -------------------------------------------------------------------------------- /devel/cvs2darcs/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cvs2darcs-0.8.tar.gz) = f1e540130fb8c92b431d173260d249c2db109efa5ab4058e073b3e32d1d3f69d 2 | SIZE (cvs2darcs-0.8.tar.gz) = 68150 3 | -------------------------------------------------------------------------------- /devel/cvs2darcs/pkg-descr: -------------------------------------------------------------------------------- 1 | cvs2darcs is a script to check out a CVS repository module and convert it to 2 | use the Darcs version control system. 3 | 4 | WWW: http://ab-initio.mit.edu/cvs2darcs/ 5 | -------------------------------------------------------------------------------- /devel/hs-BNFC/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/BNFC-2.8.tar.gz) = 21be5fddcfe8e1970c94872f36d5f29d07709f69e8e139b68bf6b27e75677f34 2 | SIZE (cabal/BNFC-2.8.tar.gz) = 183591 3 | -------------------------------------------------------------------------------- /devel/hs-Boolean/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/Boolean-0.2.3.tar.gz) = f64d64ddd1300beab481af21b7f451f6f1d189709a994c2b4e573e78bc0155d3 2 | SIZE (cabal/Boolean-0.2.3.tar.gz) = 6608 3 | -------------------------------------------------------------------------------- /devel/hs-Boolean/pkg-descr: -------------------------------------------------------------------------------- 1 | Some classes for generalized boolean operations. 2 | 3 | WWW: http://hackage.haskell.org/package/Boolean 4 | -------------------------------------------------------------------------------- /devel/hs-BoundedChan/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/BoundedChan-1.0.3.0.tar.gz) = 531ceaed7f62844c2a63a7cbfdcab332ea5eaa218e9922ca3305580438adc46d 2 | SIZE (cabal/BoundedChan-1.0.3.0.tar.gz) = 3591 3 | -------------------------------------------------------------------------------- /devel/hs-ConfigFile/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ConfigFile-1.1.4.tar.gz) = ae087b359ff2945a62b671449227e0a811d143ee651179f4e7e9c66548e0f514 2 | SIZE (cabal/ConfigFile-1.1.4.tar.gz) = 28969 3 | -------------------------------------------------------------------------------- /devel/hs-DeepArrow/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/DeepArrow-0.4.0.tar.gz) = cccb0d57c63cec7bbffd82cc718524939482b20003a2886f8d3124313d5a7bc9 2 | SIZE (cabal/DeepArrow-0.4.0.tar.gz) = 9844 3 | -------------------------------------------------------------------------------- /devel/hs-DrIFT/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/DrIFT-2.4.2.tar.gz) = 742a0b12f16a9da215a29c8284ae379734a70e7811a5f4b1a02dba2873751cf0 2 | SIZE (cabal/DrIFT-2.4.2.tar.gz) = 69676 3 | -------------------------------------------------------------------------------- /devel/hs-Glob/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/Glob-0.7.5.tar.gz) = 0063bbc680d90f522455c0dec1121837689da542f4d9c70924d98bfb1389be41 2 | SIZE (cabal/Glob-0.7.5.tar.gz) = 23443 3 | -------------------------------------------------------------------------------- /devel/hs-Glob/pkg-descr: -------------------------------------------------------------------------------- 1 | A library for globbing: matching patterns against file paths. 2 | 3 | WWW: http://iki.fi/matti.niemenmaa/glob/ 4 | -------------------------------------------------------------------------------- /devel/hs-HUnit/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/HUnit-1.2.5.2.tar.gz) = 0af5ad34dba27de48b94ce6d5f7ee3aa6af6183bdc4a3967b811e28520369a41 2 | SIZE (cabal/HUnit-1.2.5.2.tar.gz) = 24889 3 | -------------------------------------------------------------------------------- /devel/hs-HUnit/pkg-descr: -------------------------------------------------------------------------------- 1 | HUnit is a unit testing framework for Haskell, inspired by the JUnit 2 | tool for Java. 3 | 4 | WWW: http://hunit.sourceforge.net 5 | -------------------------------------------------------------------------------- /devel/hs-IfElse/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/IfElse-0.85.tar.gz) = 8ad3bfc3e2c867e6330d9bff874b3105476c35b2e1638fd448f233e9f80addcd 2 | SIZE (cabal/IfElse-0.85.tar.gz) = 2865 3 | -------------------------------------------------------------------------------- /devel/hs-IfElse/pkg-descr: -------------------------------------------------------------------------------- 1 | Anaphoric and miscellaneous useful control-flow. 2 | 3 | WWW: http://hackage.haskell.org/package/IfElse 4 | -------------------------------------------------------------------------------- /devel/hs-List/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/List-0.5.2.tar.gz) = 27ddf9a9b348c3a2fc72ba8bed78ecacd32f26cc7ae1b8de8a066bd14ec8eaac 2 | SIZE (cabal/List-0.5.2.tar.gz) = 6242 3 | -------------------------------------------------------------------------------- /devel/hs-List/pkg-descr: -------------------------------------------------------------------------------- 1 | A List monad transformer and a List class. With standard list operations for 2 | Lists. 3 | 4 | WWW: http://github.com/yairchu/generator/tree 5 | -------------------------------------------------------------------------------- /devel/hs-ListLike/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ListLike-4.2.0.tar.gz) = ef9b490d3db539b1f11cdd1e88643e8256a9a4bd4869b594a1e6143bb29c00c6 2 | SIZE (cabal/ListLike-4.2.0.tar.gz) = 27191 3 | -------------------------------------------------------------------------------- /devel/hs-MemoTrie/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/MemoTrie-0.6.2.tar.gz) = 9ddc11172db26a54681f14dd8ce881c87a3b0e72dcc7a15b74132f30b4408bbc 2 | SIZE (cabal/MemoTrie-0.6.2.tar.gz) = 6250 3 | -------------------------------------------------------------------------------- /devel/hs-MissingH/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/MissingH-1.3.0.1.tar.gz) = ba0d60673e70c64c6eebe785fb4da729bcfd3dae37fba721c7318b8df1838db3 2 | SIZE (cabal/MissingH-1.3.0.1.tar.gz) = 116812 3 | -------------------------------------------------------------------------------- /devel/hs-MonadRandom/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/MonadRandom-0.4.tar.gz) = d32f3f7a8390125f43a67b78741c6655452dfc4388009ab4ca5a265ab5b86f93 2 | SIZE (cabal/MonadRandom-0.4.tar.gz) = 5064 3 | -------------------------------------------------------------------------------- /devel/hs-MonadRandom/pkg-descr: -------------------------------------------------------------------------------- 1 | Support for computations which consume random values. 2 | 3 | WWW: http://hackage.haskell.org/package/MonadRandom 4 | -------------------------------------------------------------------------------- /devel/hs-ObjectName/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ObjectName-1.1.0.0.tar.gz) = afa91a31b325d2d70b27c367cf0447410f31f8e80bb851b5cbe6a9e9d372054e 2 | SIZE (cabal/ObjectName-1.1.0.0.tar.gz) = 2583 3 | -------------------------------------------------------------------------------- /devel/hs-PSQueue/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/PSQueue-1.1.tar.gz) = a8e0871ad10f916f55c3b9baec53eff23c4e97e09cf96d6c66771789e00a49cc 2 | SIZE (cabal/PSQueue-1.1.tar.gz) = 6280 3 | -------------------------------------------------------------------------------- /devel/hs-QuickCheck/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/QuickCheck-2.8.1.tar.gz) = 7073aa3635660476aa31df7cf0476926a1ac0231235020122eb276070675763b 2 | SIZE (cabal/QuickCheck-2.8.1.tar.gz) = 38999 3 | -------------------------------------------------------------------------------- /devel/hs-ReadArgs/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ReadArgs-1.2.2.tar.gz) = 47a1a21621a45a960f516393c1e7c5d33a7d840db0f7eff20d43e6fc7fc9deec 2 | SIZE (cabal/ReadArgs-1.2.2.tar.gz) = 5102 3 | -------------------------------------------------------------------------------- /devel/hs-STMonadTrans/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/STMonadTrans-0.3.3.tar.gz) = d9911c7634c42b94f57ac7c2a6d523f6d7124870b35fc3030cb72109ba3aa315 2 | SIZE (cabal/STMonadTrans-0.3.3.tar.gz) = 4820 3 | -------------------------------------------------------------------------------- /devel/hs-STMonadTrans/pkg-descr: -------------------------------------------------------------------------------- 1 | A monad transformer version of the ST monad. 2 | 3 | WWW: http://hackage.haskell.org/package/STMonadTrans 4 | -------------------------------------------------------------------------------- /devel/hs-SafeSemaphore/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/SafeSemaphore-0.10.1.tar.gz) = 21e5b737a378cae9e1faf85cab015316d4c84d4b37e6d9d202111cef8c4cef66 2 | SIZE (cabal/SafeSemaphore-0.10.1.tar.gz) = 24007 3 | -------------------------------------------------------------------------------- /devel/hs-ShellCheck/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ShellCheck-0.3.8.tar.gz) = c185b77166724c06531b3e07b7a8353c0451809a1f60e9f6756d29247853651a 2 | SIZE (cabal/ShellCheck-0.3.8.tar.gz) = 86202 3 | -------------------------------------------------------------------------------- /devel/hs-StateVar/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/StateVar-1.1.0.1.tar.gz) = 0eae79ccc58509f2302cb90f2306d6bb2f1805a2847058fa643d18cc370be5aa 2 | SIZE (cabal/StateVar-1.1.0.1.tar.gz) = 4462 3 | -------------------------------------------------------------------------------- /devel/hs-Stream/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/Stream-0.4.7.2.tar.gz) = 990be249b3ef1b0075563026d4d2c803b86e3cbf168965ba6f9f2b4227a007d1 2 | SIZE (cabal/Stream-0.4.7.2.tar.gz) = 6543 3 | -------------------------------------------------------------------------------- /devel/hs-TypeCompose/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/TypeCompose-0.9.10.tar.gz) = b8775cdd8239bfba32b9cc62abf44124bc39be907b5fa29d19f433e31a6ef4f2 2 | SIZE (cabal/TypeCompose-0.9.10.tar.gz) = 17866 3 | -------------------------------------------------------------------------------- /devel/hs-abstract-deque/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/abstract-deque-0.3.tar.gz) = 09aa10f38193a8275a7791b92a4f3a7192a304874637e2a35c897dde25d75ca2 2 | SIZE (cabal/abstract-deque-0.3.tar.gz) = 7219 3 | -------------------------------------------------------------------------------- /devel/hs-abstract-par/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/abstract-par-0.3.3.tar.gz) = 248a8739bd902462cb16755b690b55660e196e58cc7e6ef8157a72c2a3d5d860 2 | SIZE (cabal/abstract-par-0.3.3.tar.gz) = 4714 3 | -------------------------------------------------------------------------------- /devel/hs-alex/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/alex-3.1.4.tar.gz) = d64e4eccd953c62795ed566a6de5f3d150b653e05872ff697b3d9dbc961da19f 2 | SIZE (cabal/alex-3.1.4.tar.gz) = 101827 3 | -------------------------------------------------------------------------------- /devel/hs-arrows/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/arrows-0.4.4.1.tar.gz) = 5b104bd8f8fac5ad0fd194088819423302e52c2a796cc99f6d32bbc134bfebe2 2 | SIZE (cabal/arrows-0.4.4.1.tar.gz) = 12261 3 | -------------------------------------------------------------------------------- /devel/hs-arrows/pkg-descr: -------------------------------------------------------------------------------- 1 | Several Haskell classes that extend the Arrow class, and some 2 | transformers that implement or lift these classes. 3 | 4 | WWW: http://www.haskell.org/arrows/ 5 | -------------------------------------------------------------------------------- /devel/hs-asn1-data/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/asn1-data-0.7.1.tar.gz) = f9a8a8ec41e89ebb4af6bd6b8a4c45515e44d7d61524d02b52881bfe7caf4783 2 | SIZE (cabal/asn1-data-0.7.1.tar.gz) = 17500 3 | -------------------------------------------------------------------------------- /devel/hs-asn1-data/pkg-descr: -------------------------------------------------------------------------------- 1 | ASN1 data reader and writer in raw form with supports for high level forms 2 | of ASN1 (BER, and DER). 3 | 4 | WWW: http://github.com/vincenthz/hs-asn1-data 5 | -------------------------------------------------------------------------------- /devel/hs-asn1-encoding/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/asn1-encoding-0.9.0.tar.gz) = 17e9194f41b5a85a733fb54ee4a0c8466f6f67462f53c1e8a05b3d42fda7a30b 2 | SIZE (cabal/asn1-encoding-0.9.0.tar.gz) = 15997 3 | -------------------------------------------------------------------------------- /devel/hs-asn1-encoding/pkg-descr: -------------------------------------------------------------------------------- 1 | ASN1 data reader and writer in raw form with supports for high level 2 | forms of ASN1 (BER, and DER). 3 | 4 | WWW: http://github.com/vincenthz/hs-asn1 5 | -------------------------------------------------------------------------------- /devel/hs-asn1-parse/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/asn1-parse-0.9.1.tar.gz) = e18087baa87225a5ea41c9758f7499b362ba6293931cb9c5bc3548c90f3133de 2 | SIZE (cabal/asn1-parse-0.9.1.tar.gz) = 2785 3 | -------------------------------------------------------------------------------- /devel/hs-asn1-parse/pkg-descr: -------------------------------------------------------------------------------- 1 | Simple monadic parser for ASN1 stream types, when ASN1 pattern matching 2 | is not convenient. 3 | 4 | WWW: http://github.com/vincenthz/hs-asn1 5 | -------------------------------------------------------------------------------- /devel/hs-asn1-types/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/asn1-types-0.3.0.tar.gz) = b998dad88b94f8da7058df52f03936d66c81a2d012549c87affeecac5cb5a8aa 2 | SIZE (cabal/asn1-types-0.3.0.tar.gz) = 5391 3 | -------------------------------------------------------------------------------- /devel/hs-asn1-types/pkg-descr: -------------------------------------------------------------------------------- 1 | ASN.1 standard types. 2 | 3 | WWW: http://github.com/vincenthz/hs-asn1-types 4 | -------------------------------------------------------------------------------- /devel/hs-async/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/async-2.0.2.tar.gz) = db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b 2 | SIZE (cabal/async-2.0.2.tar.gz) = 8565 3 | -------------------------------------------------------------------------------- /devel/hs-atomic-primops/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/atomic-primops-0.8.tar.gz) = c0e19e8005bb7320a0a9f6eaa5b464adb14aa88308e9922249305eeaa42f6471 2 | SIZE (cabal/atomic-primops-0.8.tar.gz) = 33588 3 | -------------------------------------------------------------------------------- /devel/hs-auto-update/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/auto-update-0.1.2.2.tar.gz) = 7b3000c330055d4059fe8d9ab044c29e3a57b4dc31b88ea386a75a886b6144db 2 | SIZE (cabal/auto-update-0.1.2.2.tar.gz) = 6651 3 | -------------------------------------------------------------------------------- /devel/hs-base-orphans/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/base-orphans-0.4.4.tar.gz) = f4323cc2ae2b25ce228d7291ff65ac5e6c583070b53eaf21dd509ebe25bf0f42 2 | SIZE (cabal/base-orphans-0.4.4.tar.gz) = 13068 3 | -------------------------------------------------------------------------------- /devel/hs-base16-bytestring/pkg-descr: -------------------------------------------------------------------------------- 1 | Fast base16 (hex) encoding and decoding for ByteStrings. 2 | 3 | WWW: http://github.com/bos/base16-bytestring 4 | -------------------------------------------------------------------------------- /devel/hs-base64-bytestring/pkg-descr: -------------------------------------------------------------------------------- 1 | Fast base64 encoding and decoding for ByteStrings. 2 | 3 | WWW: https://github.com/bos/base64-bytestring 4 | -------------------------------------------------------------------------------- /devel/hs-base64-string/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/base64-string-0.2.tar.gz) = 3ec896ca7261ad4ddeffbaa3bdf4d5cb61775250c303fca9929aa9a56acc705e 2 | SIZE (cabal/base64-string-0.2.tar.gz) = 9712 3 | -------------------------------------------------------------------------------- /devel/hs-basic-prelude/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/basic-prelude-0.5.0.tar.gz) = d1f562338ed9934a02b4fadc9f9a33f467d10105dbe03f527b47d4ae536210d1 2 | SIZE (cabal/basic-prelude-0.5.0.tar.gz) = 5743 3 | -------------------------------------------------------------------------------- /devel/hs-bifunctors/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/bifunctors-5.tar.gz) = 41df923a03f15ba2d00335aea2409ebf48ee7585f0a1101f1ec282fe5a07298d 2 | SIZE (cabal/bifunctors-5.tar.gz) = 10562 3 | -------------------------------------------------------------------------------- /devel/hs-bifunctors/pkg-descr: -------------------------------------------------------------------------------- 1 | Bifunctors. 2 | 3 | WWW: http://github.com/ekmett/bifunctors/ 4 | -------------------------------------------------------------------------------- /devel/hs-binary-shared/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/binary-shared-0.8.3.tar.gz) = 830116505018fc43de09867bea9039b0bfa29e77564efa8c3f3b708933c098b2 2 | SIZE (cabal/binary-shared-0.8.3.tar.gz) = 9467 3 | -------------------------------------------------------------------------------- /devel/hs-bits-atomic/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/bits-atomic-0.1.3.tar.gz) = e0ac3456cf0338e1d5ed33f4c3c6b932d652add2ac827c6a1b6636c6e754cb8d 2 | SIZE (cabal/bits-atomic-0.1.3.tar.gz) = 7982 3 | -------------------------------------------------------------------------------- /devel/hs-blaze-textual/pkg-descr: -------------------------------------------------------------------------------- 1 | A library for efficiently rendering Haskell datatypes to bytestrings. 2 | 3 | WWW: http://github.com/bos/blaze-textual 4 | -------------------------------------------------------------------------------- /devel/hs-bloomfilter/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/bloomfilter-2.0.1.0.tar.gz) = 6c5e0d357d5d39efe97ae2776e8fb533fa50c1c05397c7b85020b0f098ad790f 2 | SIZE (cabal/bloomfilter-2.0.1.0.tar.gz) = 22100 3 | -------------------------------------------------------------------------------- /devel/hs-bloomfilter/pkg-descr: -------------------------------------------------------------------------------- 1 | Pure and impure Bloom Filter implementations. 2 | 3 | WWW: https://github.com/bos/bloomfilter 4 | -------------------------------------------------------------------------------- /devel/hs-boxes/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/boxes-0.1.4.tar.gz) = 4e3ee9a88a28ed14a61b2c885b111922f201f56392ff68d350418ff6e98dfdd8 2 | SIZE (cabal/boxes-0.1.4.tar.gz) = 6481 3 | -------------------------------------------------------------------------------- /devel/hs-boxes/pkg-descr: -------------------------------------------------------------------------------- 1 | A pretty-printing library for laying out text in two dimensions, using a 2 | simple box model. 3 | 4 | WWW: http://hackage.haskell.org/package/boxes 5 | -------------------------------------------------------------------------------- /devel/hs-bsd-sysctl/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/bsd-sysctl-1.0.7.tar.gz) = de8c9e2b6d0fa64f7e33885392a05b450e30da35d80de10f37c918ac8d2e1aa3 2 | SIZE (cabal/bsd-sysctl-1.0.7.tar.gz) = 6183 3 | -------------------------------------------------------------------------------- /devel/hs-byteable/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/byteable-0.1.1.tar.gz) = 243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2 2 | SIZE (cabal/byteable-0.1.1.tar.gz) = 2400 3 | -------------------------------------------------------------------------------- /devel/hs-byteorder/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/byteorder-1.0.4.tar.gz) = bd20bbb586947f99c38a4c93d9d0266f49f6fc581767b51ba568f6d5d52d2919 2 | SIZE (cabal/byteorder-1.0.4.tar.gz) = 2030 3 | -------------------------------------------------------------------------------- /devel/hs-byteorder/pkg-descr: -------------------------------------------------------------------------------- 1 | This package is for working with native byte-ordering of the system. 2 | 3 | WWW: http://community.haskell.org/~aslatter/code/byteorder 4 | -------------------------------------------------------------------------------- /devel/hs-bytestring-lexing/pkg-descr: -------------------------------------------------------------------------------- 1 | Parse and produce literals efficiently from strict or lazy bytestrings. 2 | 3 | WWW: http://code.haskell.org/~wren/ 4 | -------------------------------------------------------------------------------- /devel/hs-bytestring-nums/pkg-descr: -------------------------------------------------------------------------------- 1 | Parse numeric literals from ByteStrings. 2 | 3 | WWW: http://github.com/solidsnack/bytestring-nums 4 | -------------------------------------------------------------------------------- /devel/hs-bytestring-show/pkg-descr: -------------------------------------------------------------------------------- 1 | Efficient conversion of values into readable byte strings. 2 | 3 | WWW: http://code.haskell.org/~dolio/ 4 | -------------------------------------------------------------------------------- /devel/hs-c2hs/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/c2hs-0.26.1.tar.gz) = f0c491cca64a9d5c14eb1ea926785642b2dbbaed03144ee2e1d8d47c60985c65 2 | SIZE (cabal/c2hs-0.26.1.tar.gz) = 203194 3 | -------------------------------------------------------------------------------- /devel/hs-cautious-file/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cautious-file-1.0.2.tar.gz) = 38fa615f6b2154c65016662d7fa7c173c2f56ae3621b469aa6016795f9b385eb 2 | SIZE (cabal/cautious-file-1.0.2.tar.gz) = 3922 3 | -------------------------------------------------------------------------------- /devel/hs-cereal/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cereal-0.4.1.1.tar.gz) = df047216179ba3817134e32c73ef9e3b5dddbd4efff604f50ca0ca0c93753097 2 | SIZE (cabal/cereal-0.4.1.1.tar.gz) = 22656 3 | -------------------------------------------------------------------------------- /devel/hs-charset/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/charset-0.3.7.1.tar.gz) = 3d415d2883bd7bf0cc9f038e8323f19c71e07dd12a3c712f449ccb8b4daac0be 2 | SIZE (cabal/charset-0.3.7.1.tar.gz) = 12507 3 | -------------------------------------------------------------------------------- /devel/hs-charset/pkg-descr: -------------------------------------------------------------------------------- 1 | Fast unicode character sets based on complemented PATRICIA tries. 2 | 3 | WWW: http://github.com/ekmett/charset 4 | -------------------------------------------------------------------------------- /devel/hs-checkers/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/checkers-0.4.3.tar.gz) = c0589321485225b7f37f108d232eb4caa42ba52afe0d28dccbe932185862c567 2 | SIZE (cabal/checkers-0.4.3.tar.gz) = 15022 3 | -------------------------------------------------------------------------------- /devel/hs-chunked-data/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/chunked-data-0.2.0.tar.gz) = 9aa0f3c81f9b0d7c1dde206501415f01638f20eebfbe1386dfd802bcc1bab272 2 | SIZE (cabal/chunked-data-0.2.0.tar.gz) = 4923 3 | -------------------------------------------------------------------------------- /devel/hs-chunked-data/pkg-descr: -------------------------------------------------------------------------------- 1 | Originally present in classy-prelude. 2 | 3 | WWW: https://github.com/fpco/chunked-data 4 | -------------------------------------------------------------------------------- /devel/hs-classy-prelude-conduit/pkg-descr: -------------------------------------------------------------------------------- 1 | Conduit instances for classy-prelude. 2 | 3 | WWW: https://github.com/snoyberg/classy-prelude 4 | -------------------------------------------------------------------------------- /devel/hs-cmdargs/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cmdargs-0.10.13.tar.gz) = 66117c1fadaa2a79be07998287ca7cee334c249615b0fab9b91467ad813bbf6e 2 | SIZE (cabal/cmdargs-0.10.13.tar.gz) = 64008 3 | -------------------------------------------------------------------------------- /devel/hs-concrete-typerep/pkg-descr: -------------------------------------------------------------------------------- 1 | Binary and Hashable instances for TypeRep. 2 | 3 | WWW: http://hackage.haskell.org/package/concrete-typerep 4 | -------------------------------------------------------------------------------- /devel/hs-cond/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cond-0.4.1.1.tar.gz) = 039c76e43b5484bdc78627f50740106ae2844b3c877d92b5228de9106997ac8b 2 | SIZE (cabal/cond-0.4.1.1.tar.gz) = 6478 3 | -------------------------------------------------------------------------------- /devel/hs-conduit-combinators/pkg-descr: -------------------------------------------------------------------------------- 1 | Provides a replacement for Data.Conduit.List, as well as a convenient 2 | Conduit module. 3 | 4 | WWW: https://github.com/fpco/conduit-combinators 5 | -------------------------------------------------------------------------------- /devel/hs-conduit/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/conduit-1.2.5.tar.gz) = b100cdb428731923205372dded60b6529d33728f69a0eb951a01f53c182c2a46 2 | SIZE (cabal/conduit-1.2.5.tar.gz) = 46805 3 | -------------------------------------------------------------------------------- /devel/hs-configurator/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/configurator-0.3.0.0.tar.gz) = 6eb9996b672e9f7112ca23482c42fa533553312c3c13f38a8a06476e67c031b4 2 | SIZE (cabal/configurator-0.3.0.0.tar.gz) = 15232 3 | -------------------------------------------------------------------------------- /devel/hs-constraints/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/constraints-0.4.1.3.tar.gz) = dd4353b66c85980363050566a13d17ad0216f072a06f207cb8d36530ded67af0 2 | SIZE (cabal/constraints-0.4.1.3.tar.gz) = 7311 3 | -------------------------------------------------------------------------------- /devel/hs-convertible/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/convertible-1.1.1.0.tar.gz) = e9f9a70904b9995314c2aeb41580d654a2c76293feb955fb6bd63256c355286c 2 | SIZE (cabal/convertible-1.1.1.0.tar.gz) = 14354 3 | -------------------------------------------------------------------------------- /devel/hs-cpphs/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cpphs-1.19.tar.gz) = e05c97be645eafeed5c7475f84a02016ad56eaf67ad0a725b8ebff7fbcc73e3a 2 | SIZE (cabal/cpphs-1.19.tar.gz) = 44056 3 | -------------------------------------------------------------------------------- /devel/hs-darcs/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/darcs-2.10.1.tar.gz) = f1ef65b43780e7593ca1afdae5ecf44ed91d62cc1be360693a52c5ff7b57ee94 2 | SIZE (cabal/darcs-2.10.1.tar.gz) = 1509208 3 | -------------------------------------------------------------------------------- /devel/hs-data-accessor-mtl/pkg-descr: -------------------------------------------------------------------------------- 1 | Use Accessor to access state in mtl State monad class. 2 | 3 | WWW: http://www.haskell.org/haskellwiki/Record_access 4 | -------------------------------------------------------------------------------- /devel/hs-data-default-class/pkg-descr: -------------------------------------------------------------------------------- 1 | A class for types with a default value. 2 | 3 | WWW: http://hackage.haskell.org/package/data-default-class 4 | -------------------------------------------------------------------------------- /devel/hs-data-default-instances-base/pkg-descr: -------------------------------------------------------------------------------- 1 | Default instances for types in base. 2 | 3 | WWW: http://hackage.haskell.org/package/data-default-instances-base 4 | -------------------------------------------------------------------------------- /devel/hs-data-default-instances-containers/pkg-descr: -------------------------------------------------------------------------------- 1 | Default instances for types in containers. 2 | 3 | WWW: http://hackage.haskell.org/package/data-default-instances-containers 4 | -------------------------------------------------------------------------------- /devel/hs-data-default-instances-dlist/pkg-descr: -------------------------------------------------------------------------------- 1 | Default instances for types in dlist. 2 | 3 | WWW: http://hackage.haskell.org/package/data-default-instances-dlist 4 | -------------------------------------------------------------------------------- /devel/hs-data-default-instances-old-locale/pkg-descr: -------------------------------------------------------------------------------- 1 | Default instances for types in old-locale. 2 | 3 | WWW: http://hackage.haskell.org/package/data-default-instances-old-locale 4 | -------------------------------------------------------------------------------- /devel/hs-data-default/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/data-default-0.5.3.tar.gz) = ec5470f41bf6dc60d65953fc8788823ffff85fd59564a8bf9ea3c69928a83034 2 | SIZE (cabal/data-default-0.5.3.tar.gz) = 1623 3 | -------------------------------------------------------------------------------- /devel/hs-data-default/pkg-descr: -------------------------------------------------------------------------------- 1 | A class for types with a default value. 2 | 3 | WWW: http://hackage.haskell.org/package/data-default 4 | -------------------------------------------------------------------------------- /devel/hs-data-hash/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/data-hash-0.2.0.1.tar.gz) = 9117dd49013ca28ff188fc71c3595ac3af23d56d301c1f39bac93d44d8c60bbe 2 | SIZE (cabal/data-hash-0.2.0.1.tar.gz) = 8504 3 | -------------------------------------------------------------------------------- /devel/hs-data-ordlist/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/data-ordlist-0.4.7.0.tar.gz) = 6f6c1e7a9a9155ad78ca78cb9abd6f7e2e1c78b3e549b179dc0874e6428f490d 2 | SIZE (cabal/data-ordlist-0.4.7.0.tar.gz) = 8906 3 | -------------------------------------------------------------------------------- /devel/hs-data-ordlist/pkg-descr: -------------------------------------------------------------------------------- 1 | This module provides set and multiset operations on ordered lists. 2 | 3 | WWW: http://hackage.haskell.org/package/data-ordlist 4 | -------------------------------------------------------------------------------- /devel/hs-data-pprint/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/data-pprint-0.2.4.tar.gz) = 659bf5b10d5c177982bed9f6676a656387c70e9223ea0b1060afbe446f499864 2 | SIZE (cabal/data-pprint-0.2.4.tar.gz) = 10112 3 | -------------------------------------------------------------------------------- /devel/hs-date-cache/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/date-cache-0.3.0.tar.gz) = abce44f11dd9da4abaca9e33da2c74bd32b42fea027d171c03b6c10cda62303f 2 | SIZE (cabal/date-cache-0.3.0.tar.gz) = 2126 3 | -------------------------------------------------------------------------------- /devel/hs-date-cache/pkg-descr: -------------------------------------------------------------------------------- 1 | Formatting time is slow. This package provides mechanisms to cache formatted 2 | date. 3 | 4 | WWW: http://hackage.haskell.org/package/date-cache 5 | -------------------------------------------------------------------------------- /devel/hs-datetime/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/datetime-0.3.1.tar.gz) = 333c7577c5051eb23d172568b9d4fe186f8b5bc750ba1d09822c275d76edbd4a 2 | SIZE (cabal/datetime-0.3.1.tar.gz) = 15071 3 | -------------------------------------------------------------------------------- /devel/hs-derive/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/derive-2.5.22.tar.gz) = c2f9305d12d4056ae49376448228d75c2970182bdd46c93979c80ee1d3cf4f3c 2 | SIZE (cabal/derive-2.5.22.tar.gz) = 61582 3 | -------------------------------------------------------------------------------- /devel/hs-dlist-instances/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/dlist-instances-0.1.tar.gz) = 2598aae775532829923d2a8f99dcaaa20e49efec31314e8460a761ee653b3264 2 | SIZE (cabal/dlist-instances-0.1.tar.gz) = 1676 3 | -------------------------------------------------------------------------------- /devel/hs-dlist/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/dlist-0.7.1.1.tar.gz) = 08b07f28e01f4a7e17239c33b37fbef0bf6073712337a97a145a583577df5efd 2 | SIZE (cabal/dlist-0.7.1.1.tar.gz) = 6161 3 | -------------------------------------------------------------------------------- /devel/hs-dynamic-cabal/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/dynamic-cabal-0.3.5.tar.gz) = bcf32d088006ed4f69566bed68279119d4ee3c76ff3602157b1eeca12f1c793a 2 | SIZE (cabal/dynamic-cabal-0.3.5.tar.gz) = 14529 3 | -------------------------------------------------------------------------------- /devel/hs-dynamic-cabal/pkg-descr: -------------------------------------------------------------------------------- 1 | Dynamically load the Cabal library to use a newer version with the GHC API. 2 | 3 | WWW: http://github.com/bennofs/dynamic-cabal/ 4 | -------------------------------------------------------------------------------- /devel/hs-dynamic-state/pkg-descr: -------------------------------------------------------------------------------- 1 | Optionally serializable dynamic state keyed by type. 2 | 3 | WWW: http://hackage.haskell.org/package/dynamic-state 4 | -------------------------------------------------------------------------------- /devel/hs-dyre/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/dyre-0.8.12.tar.gz) = e224305cc6b38b4143f49489931c2ea94b326915206d34eddf5b2ee2b5a71682 2 | SIZE (cabal/dyre-0.8.12.tar.gz) = 13871 3 | -------------------------------------------------------------------------------- /devel/hs-easy-file/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/easy-file-0.2.1.tar.gz) = ff86e1b29284499bea5f1d0ff539b3ed64fa6d1a06c2243ca61f93be0202e56c 2 | SIZE (cabal/easy-file-0.2.1.tar.gz) = 12610 3 | -------------------------------------------------------------------------------- /devel/hs-easy-file/pkg-descr: -------------------------------------------------------------------------------- 1 | Cross-platform file handling for Unix/Mac/Windows. 2 | 3 | WWW: http://github.com/kazu-yamamoto/easy-file 4 | -------------------------------------------------------------------------------- /devel/hs-either/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/either-4.4.1.tar.gz) = 91e57debc09bcaa7d4b884902ea6d3201ca3fec77625a059edd84bcaeb5909cb 2 | SIZE (cabal/either-4.4.1.tar.gz) = 9243 3 | -------------------------------------------------------------------------------- /devel/hs-either/pkg-descr: -------------------------------------------------------------------------------- 1 | An either monad transformer. 2 | 3 | WWW: http://github.com/ekmett/either/ 4 | -------------------------------------------------------------------------------- /devel/hs-enumerator/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/enumerator-0.4.20.tar.gz) = 33e21054352bb579e8db8697256ff3c61b3dc862c567f9e0fc2509f95e2b4709 2 | SIZE (cabal/enumerator-0.4.20.tar.gz) = 53986 3 | -------------------------------------------------------------------------------- /devel/hs-equivalence/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/equivalence-0.3.1.tar.gz) = 7a0539546e4fc1a00fb190109be45b0cb4af7047d8c2abaf65b8e401e828207e 2 | SIZE (cabal/equivalence-0.3.1.tar.gz) = 8350 3 | -------------------------------------------------------------------------------- /devel/hs-errors/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/errors-2.0.0.tar.gz) = 4527db37c2560b9b3a96eab58c632bf1fbb5e2d530b378eb9043ecedb0de4703 2 | SIZE (cabal/errors-2.0.0.tar.gz) = 8051 3 | -------------------------------------------------------------------------------- /devel/hs-exceptions/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/exceptions-0.8.0.2.tar.gz) = 070a3e0d1495243770fb3a629d5187ce898f069cb3621c5f7c610ae264982bf4 2 | SIZE (cabal/exceptions-0.8.0.2.tar.gz) = 12241 3 | -------------------------------------------------------------------------------- /devel/hs-exceptions/pkg-descr: -------------------------------------------------------------------------------- 1 | Extensible optionally-pure exceptions. 2 | 3 | WWW: http://github.com/ekmett/exceptions/ 4 | -------------------------------------------------------------------------------- /devel/hs-extra/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/extra-1.4.1.tar.gz) = e02ca751533eb44b221a8e6250c70a125627be8fc1c9711092dc3d2668f2d001 2 | SIZE (cabal/extra-1.4.1.tar.gz) = 31235 3 | -------------------------------------------------------------------------------- /devel/hs-fast-logger/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fast-logger-2.4.1.tar.gz) = e51218b5a00b8b5746fcbd1666262f9ae77b9daea5c4e351459a321c0c0a534e 2 | SIZE (cabal/fast-logger-2.4.1.tar.gz) = 6211 3 | -------------------------------------------------------------------------------- /devel/hs-fast-logger/pkg-descr: -------------------------------------------------------------------------------- 1 | A fast logging system. 2 | 3 | WWW: http://hackage.haskell.org/package/fast-logger 4 | -------------------------------------------------------------------------------- /devel/hs-fay-base/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fay-base-0.20.0.1.tar.gz) = 59ce66ae8de469e47ff16e2b565a719c92a93bb0c06ef3f748164a40325dae9e 2 | SIZE (cabal/fay-base-0.20.0.1.tar.gz) = 20543 3 | -------------------------------------------------------------------------------- /devel/hs-fay-base/pkg-descr: -------------------------------------------------------------------------------- 1 | The base package for Fay. This package exports Prelude and FFI which 2 | you probably want to use with Fay. 3 | 4 | WWW: https://github.com/faylang/fay/ 5 | -------------------------------------------------------------------------------- /devel/hs-fay-jquery/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fay-jquery-0.6.1.0.tar.gz) = 0ff57ef8115e5c3fce1c14cca2509713e945874a2a2976e4646559ff51006f13 2 | SIZE (cabal/fay-jquery-0.6.1.0.tar.gz) = 9005 3 | -------------------------------------------------------------------------------- /devel/hs-fay-jquery/pkg-descr: -------------------------------------------------------------------------------- 1 | jQuery bindings for Fay. 2 | 3 | WWW: https://github.com/faylang/fay-jquery 4 | -------------------------------------------------------------------------------- /devel/hs-fay-ref/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fay-ref-0.1.0.0.tar.gz) = 96a51eaec9088c16abf75b05c4549c2d0ff31c3fc576522bc77f0418557691b5 2 | SIZE (cabal/fay-ref-0.1.0.0.tar.gz) = 1833 3 | -------------------------------------------------------------------------------- /devel/hs-fay-ref/pkg-descr: -------------------------------------------------------------------------------- 1 | Like IORef but for Fay. 2 | 3 | WWW: https://github.com/A1kmm/fay-ref 4 | -------------------------------------------------------------------------------- /devel/hs-fay-text/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fay-text-0.3.2.2.tar.gz) = da2a75e803d6d41249f49fa7dd420bc984faaff5e44f697056c93336bf443be0 2 | SIZE (cabal/fay-text-0.3.2.2.tar.gz) = 2911 3 | -------------------------------------------------------------------------------- /devel/hs-fclabels/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fclabels-2.0.2.2.tar.gz) = 4865e78c114120bde4313ee9b0e90d39e4e03292c7c80f20359140e167ad754b 2 | SIZE (cabal/fclabels-2.0.2.2.tar.gz) = 22770 3 | -------------------------------------------------------------------------------- /devel/hs-fgl/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fgl-5.5.2.1.tar.gz) = 0c2e745b7c2532f67b87a1c97ef016dca7444113d3901722c48c3193e71bd5d9 2 | SIZE (cabal/fgl-5.5.2.1.tar.gz) = 51963 3 | -------------------------------------------------------------------------------- /devel/hs-fgl/pkg-descr: -------------------------------------------------------------------------------- 1 | An inductive representation of manipulating graph data structures. 2 | 3 | WWW: http://hackage.haskell.org/package/fgl 4 | -------------------------------------------------------------------------------- /devel/hs-file-embed/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/file-embed-0.0.9.tar.gz) = 58b3a6b0e0566b9f89286ecd456a669273b8333cd39356d4cc88ef897d93d005 2 | SIZE (cabal/file-embed-0.0.9.tar.gz) = 5624 3 | -------------------------------------------------------------------------------- /devel/hs-filemanip/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/filemanip-0.3.6.3.tar.gz) = 8836da17baaaf02ca080c9990ece4e0b0c8d6a128f458f8b64fd07b225ca9846 2 | SIZE (cabal/filemanip-0.3.6.3.tar.gz) = 10369 3 | -------------------------------------------------------------------------------- /devel/hs-filestore/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/filestore-0.6.1.tar.gz) = 0009c97f00044d2902209050d3b85a32dbad656ad0bb6276e811d7b0aca5d455 2 | SIZE (cabal/filestore-0.6.1.tar.gz) = 31837 3 | -------------------------------------------------------------------------------- /devel/hs-filesystem-trees/pkg-descr: -------------------------------------------------------------------------------- 1 | Recursively manipulate and traverse filesystems as lazy rose trees. 2 | 3 | WWW: https://github.com/kallisti-dev/filesystem-trees 4 | -------------------------------------------------------------------------------- /devel/hs-fingertree/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fingertree-0.1.1.0.tar.gz) = 160c5ba370d781dbf2920ddca870ce8596ab76729972535595bef835ee1cddf0 2 | SIZE (cabal/fingertree-0.1.1.0.tar.gz) = 14415 3 | -------------------------------------------------------------------------------- /devel/hs-fmlist/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fmlist-0.9.tar.gz) = 581153395a71e3c139365ffbebbeac6d880a6fdfee23e7f5d942ccbeb2aefcbf 2 | SIZE (cabal/fmlist-0.9.tar.gz) = 4256 3 | -------------------------------------------------------------------------------- /devel/hs-free/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/free-4.12.1.tar.gz) = 376559042204e56bcd1152f04bf01079118c6ccba5e0cf8344de929537bc286b 2 | SIZE (cabal/free-4.12.1.tar.gz) = 49736 3 | -------------------------------------------------------------------------------- /devel/hs-free/pkg-descr: -------------------------------------------------------------------------------- 1 | Free monads are useful for many tree-like structures and Domain-Specific 2 | Languages. 3 | 4 | WWW: http://github.com/ekmett/free/ 5 | -------------------------------------------------------------------------------- /devel/hs-fsnotify/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fsnotify-0.2.1.tar.gz) = ebcf1b7bd825f269510850f20508a2ba0f640a41af08de0c171d8ba24618542b 2 | SIZE (cabal/fsnotify-0.2.1.tar.gz) = 14689 3 | -------------------------------------------------------------------------------- /devel/hs-gconf/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/gconf-0.13.0.2.tar.gz) = 930ac96d4e46d6fc8f5fb9c5a19ff79695f8d01fa3a110da25f1ba95828add77 2 | SIZE (cabal/gconf-0.13.0.2.tar.gz) = 35926 3 | -------------------------------------------------------------------------------- /devel/hs-geniplate-mirror/pkg-descr: -------------------------------------------------------------------------------- 1 | Use Template Haskell to generate Uniplate-like functions. 2 | 3 | WWW: https://github.com/danr/geniplate 4 | -------------------------------------------------------------------------------- /devel/hs-ghc-events/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ghc-events-0.4.4.0.tar.gz) = ab2bf624848165872375954f6b67379991557a58dff66959f585ee9807c84f6d 2 | SIZE (cabal/ghc-events-0.4.4.0.tar.gz) = 102944 3 | -------------------------------------------------------------------------------- /devel/hs-ghc-mtl/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ghc-mtl-1.2.1.0.tar.gz) = 934e36c03ae0cbf59d6eb6d626983a3e520c6101417284b0a652db74e333d940 2 | SIZE (cabal/ghc-mtl-1.2.1.0.tar.gz) = 2963 3 | -------------------------------------------------------------------------------- /devel/hs-ghc-paths/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ghc-paths-0.1.0.9.tar.gz) = afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945 2 | SIZE (cabal/ghc-paths-0.1.0.9.tar.gz) = 2402 3 | -------------------------------------------------------------------------------- /devel/hs-ghc-paths/pkg-descr: -------------------------------------------------------------------------------- 1 | Knowledge of GHC's installation directories. 2 | 3 | WWW: http://hackage.haskell.org/packages/ghc-paths 4 | -------------------------------------------------------------------------------- /devel/hs-ghc-pkg-lib/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ghc-pkg-lib-0.3.tar.gz) = aab46954ba339e617120eec0f2db5ff9bf008efcf7c50df0dd308658dcf056d4 2 | SIZE (cabal/ghc-pkg-lib-0.3.tar.gz) = 4232 3 | -------------------------------------------------------------------------------- /devel/hs-ghc-syb-utils/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ghc-syb-utils-0.2.3.tar.gz) = 7ef63fcfe829b621d5b947c6a4567de111976a463f2ffaf0fafc5e76776cbc67 2 | SIZE (cabal/ghc-syb-utils-0.2.3.tar.gz) = 4689 3 | -------------------------------------------------------------------------------- /devel/hs-ghc-syb-utils/pkg-descr: -------------------------------------------------------------------------------- 1 | Scrap Your Boilerplate utilities for the GHC API. 2 | 3 | WWW: http://github.com/nominolo/ghc-syb 4 | -------------------------------------------------------------------------------- /devel/hs-gio/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/gio-0.13.1.0.tar.gz) = b274b121b7814d25e0125f3129287a2407c83f458731040297a6fc6ebf6cabe3 2 | SIZE (cabal/gio-0.13.1.0.tar.gz) = 79367 3 | -------------------------------------------------------------------------------- /devel/hs-git-annex/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/git-annex-5.20150727.tar.gz) = 9826836bd0eb4e35be8664862405afbf2ff4dff9a643b2f8ec61c295bd16099f 2 | SIZE (cabal/git-annex-5.20150727.tar.gz) = 5095110 3 | -------------------------------------------------------------------------------- /devel/hs-glib/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/glib-0.13.1.1.tar.gz) = e494b416ee7b80743af586edf5f7f497b4ce5eae6c070ec12b0e9ec5b99b43f1 2 | SIZE (cabal/glib-0.13.1.1.tar.gz) = 48228 3 | -------------------------------------------------------------------------------- /devel/hs-groom/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/groom-0.1.2.tar.gz) = 0e820122cad388f31c3ef0815d7ff93b9e95a8fdec0d6c560c379fe0ecfdb010 2 | SIZE (cabal/groom-0.1.2.tar.gz) = 1031 3 | -------------------------------------------------------------------------------- /devel/hs-haddock-api/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/haddock-api-2.16.1.tar.gz) = e2061d67e3de2bb39a98225712f119ef21a62567afac361bd9b2ddf0ba2aedea 2 | SIZE (cabal/haddock-api-2.16.1.tar.gz) = 125372 3 | -------------------------------------------------------------------------------- /devel/hs-haddock-api/pkg-descr: -------------------------------------------------------------------------------- 1 | Haddock is a documentation-generation tool for Haskell libraries. 2 | 3 | WWW: http://www.haskell.org/haddock/ 4 | -------------------------------------------------------------------------------- /devel/hs-haddock/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/haddock-2.16.1.tar.gz) = 46ecd130cb5ad2b5c7452c843f9b75e976f1416d1cf17e6436d65c2c0bdbd6d6 2 | SIZE (cabal/haddock-2.16.1.tar.gz) = 216323 3 | -------------------------------------------------------------------------------- /devel/hs-haddock/pkg-descr: -------------------------------------------------------------------------------- 1 | Haddock is a documentation-generation tool for Haskell libraries. 2 | 3 | WWW: http://www.haskell.org/haddock/ 4 | -------------------------------------------------------------------------------- /devel/hs-haddock/pkg-plist: -------------------------------------------------------------------------------- 1 | @exec /bin/ln -sf %%EXECUTABLE%% %%HADDOCK%% 2 | @unexec /bin/ln -sf %%GHC_HADDOCK_CMD%% %%HADDOCK%% 3 | -------------------------------------------------------------------------------- /devel/hs-happy/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/happy-1.19.5.tar.gz) = 62f03ac11d7b4b9913f212f5aa2eee1087f3b46dc07d799d41e1854ff02843da 2 | SIZE (cabal/happy-1.19.5.tar.gz) = 159280 3 | -------------------------------------------------------------------------------- /devel/hs-happy/pkg-descr: -------------------------------------------------------------------------------- 1 | Happy is a parser generator system for Haskell. 2 | 3 | WWW: http://www.haskell.org/happy/ 4 | -------------------------------------------------------------------------------- /devel/hs-hashable/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hashable-1.2.3.3.tar.gz) = fc923f7d1fdc0062416a61f6ab96b4e1958e1aee1ddf1c71fa2cc6d08154e44e 2 | SIZE (cabal/hashable-1.2.3.3.tar.gz) = 23944 3 | -------------------------------------------------------------------------------- /devel/hs-hashtables/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hashtables-1.2.0.2.tar.gz) = 012be9fa5e91118b9301ca58138fbf45222119a284d5561ca6f7e3f9b42e1837 2 | SIZE (cabal/hashtables-1.2.0.2.tar.gz) = 54283 3 | -------------------------------------------------------------------------------- /devel/hs-haskell-generate/pkg-descr: -------------------------------------------------------------------------------- 1 | Type-safe library for generating Haskell source code. 2 | 3 | WWW: http://github.com/bennofs/haskell-generate/ 4 | -------------------------------------------------------------------------------- /devel/hs-haskell-lexer/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/haskell-lexer-1.0.tar.gz) = 86d0c4071295c8613eb965768cb61a0c8422fc0c429a49c7a93e93a72b185b86 2 | SIZE (cabal/haskell-lexer-1.0.tar.gz) = 12455 3 | -------------------------------------------------------------------------------- /devel/hs-haskell-lexer/pkg-descr: -------------------------------------------------------------------------------- 1 | A fully compliant Haskell 98 lexer. 2 | 3 | WWW: http://hackage.haskell.org/package/haskell-lexer 4 | -------------------------------------------------------------------------------- /devel/hs-haskell-names/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/haskell-names-0.5.3.tar.gz) = 5517fc1e5d1c78a004b3b9d6f4ef8485c3f64b3227551bafb60836fa3081d518 2 | SIZE (cabal/haskell-names-0.5.3.tar.gz) = 102646 3 | -------------------------------------------------------------------------------- /devel/hs-haskell-src/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/haskell-src-1.0.2.0.tar.gz) = 2a25ee5729230edddb94af8d9881efbc1d8798bd316097f4646749cb2fa491a6 2 | SIZE (cabal/haskell-src-1.0.2.0.tar.gz) = 53636 3 | -------------------------------------------------------------------------------- /devel/hs-hasktags/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hasktags-0.69.1.tar.gz) = 243f802c581ea7c0327065d2c71f21019dc6d7dc7dfadad9d17fffd8b34df1e6 2 | SIZE (cabal/hasktags-0.69.1.tar.gz) = 55906 3 | -------------------------------------------------------------------------------- /devel/hs-hasktags/pkg-descr: -------------------------------------------------------------------------------- 1 | Produces ctags "tags" and etags "TAGS" files for Haskell programs. 2 | 3 | WWW: http://github.com/MarcWeber/hasktags 4 | -------------------------------------------------------------------------------- /devel/hs-hastache/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hastache-0.6.1.tar.gz) = 8c8f89669d6125201d7163385ea9055ab8027a69d1513259f8fbdd53c244b464 2 | SIZE (cabal/hastache-0.6.1.tar.gz) = 16452 3 | -------------------------------------------------------------------------------- /devel/hs-hastache/pkg-descr: -------------------------------------------------------------------------------- 1 | Haskell implementation of Mustache templates [1]. 2 | 3 | [1] http://mustache.github.com/ 4 | 5 | WWW: http://github.com/lymar/hastache 6 | -------------------------------------------------------------------------------- /devel/hs-hex/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hex-0.1.2.tar.gz) = 12ee1243edd80570a486521565fb0c9b5e39374f21a12f050636e71d55ec61ec 2 | SIZE (cabal/hex-0.1.2.tar.gz) = 1956 3 | -------------------------------------------------------------------------------- /devel/hs-hex/pkg-descr: -------------------------------------------------------------------------------- 1 | Convert strings into hexadecimal and back. 2 | 3 | WWW: http://hackage.haskell.org/package/hex 4 | -------------------------------------------------------------------------------- /devel/hs-hinotify/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hinotify-0.3.8.1.tar.gz) = 37d46e32c362ff1e2d9c8d79a553e0d2e59e009d46708163fb05a07e1a71810d 2 | SIZE (cabal/hinotify-0.3.8.1.tar.gz) = 8344 3 | -------------------------------------------------------------------------------- /devel/hs-hint/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hint-0.4.2.3.tar.gz) = cf2b3f98ba6929e2e79dfc373e101ee6ae1711a5706e718cf0152733da4a40b7 2 | SIZE (cabal/hint-0.4.2.3.tar.gz) = 30117 3 | -------------------------------------------------------------------------------- /devel/hs-hlibev/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hlibev-0.4.0.tar.gz) = dc37dafa42fad03228f353eaa0cda8d57eaf2f8c2558c3de29d2425526e02610 2 | SIZE (cabal/hlibev-0.4.0.tar.gz) = 6366 3 | -------------------------------------------------------------------------------- /devel/hs-hlibev/pkg-descr: -------------------------------------------------------------------------------- 1 | FFI interface to libev. 2 | 3 | WWW: http://github.com/aycanirican/hlibev 4 | -------------------------------------------------------------------------------- /devel/hs-hlint/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hlint-1.9.21.tar.gz) = 8694a193e0f55b9a74ddd4fb44a242872f91e36ea59dd96ab489562a65cb6393 2 | SIZE (cabal/hlint-1.9.21.tar.gz) = 88802 3 | -------------------------------------------------------------------------------- /devel/hs-hlint/pkg-descr: -------------------------------------------------------------------------------- 1 | HLint gives suggestions on how to improve your source code. 2 | 3 | WWW: http://community.haskell.org/~ndm/hlint/ 4 | -------------------------------------------------------------------------------- /devel/hs-hoogle/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hoogle-4.2.41.tar.gz) = a6b80301849314399f622d8c68c3b46cb0ae85a65f625f47817f23d40ed7a1be 2 | SIZE (cabal/hoogle-4.2.41.tar.gz) = 135709 3 | -------------------------------------------------------------------------------- /devel/hs-hourglass/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hourglass-0.2.9.tar.gz) = 9b54f163a1ecad98fbd14cb9737c28001b2648106d98cbd68fb2f5cfed090af6 2 | SIZE (cabal/hourglass-0.2.9.tar.gz) = 24919 3 | -------------------------------------------------------------------------------- /devel/hs-hsb2hs/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hsb2hs-0.3.1.tar.gz) = 8ad800820554f273ada083dfce2f463d920fb1ceb053255023a4c883b090f9d8 2 | SIZE (cabal/hsb2hs-0.3.1.tar.gz) = 2387 3 | -------------------------------------------------------------------------------- /devel/hs-hscurses/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hscurses-1.4.2.0.tar.gz) = 728533d95eedf42c485ad493031eae5b07cab4b797d1b0ec6576d07208404e57 2 | SIZE (cabal/hscurses-1.4.2.0.tar.gz) = 84145 3 | -------------------------------------------------------------------------------- /devel/hs-hse-cpp/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hse-cpp-0.1.tar.gz) = a075790dd132107b8005478179fcaf7e37a78c3011ca536ff0d95e0b437c2b38 2 | SIZE (cabal/hse-cpp-0.1.tar.gz) = 2062 3 | -------------------------------------------------------------------------------- /devel/hs-hse-cpp/pkg-descr: -------------------------------------------------------------------------------- 1 | Preprocess and parse Haskell code. 2 | 3 | WWW: http://hackage.haskell.org/package/hse-cpp 4 | -------------------------------------------------------------------------------- /devel/hs-hslogger/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hslogger-1.2.9.tar.gz) = be62cc2783876b9e6d857c5ae60ab4408131fc51314a7b7d971212395f0fb476 2 | SIZE (cabal/hslogger-1.2.9.tar.gz) = 35576 3 | -------------------------------------------------------------------------------- /devel/hs-hslua/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hslua-0.4.0.tar.gz) = 77a865a3258656c2536c154d18ac38873a371685fde6ba03a3436f65f7bda050 2 | SIZE (cabal/hslua-0.4.0.tar.gz) = 129883 3 | -------------------------------------------------------------------------------- /devel/hs-hspec-core/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hspec-core-2.1.10.tar.gz) = 682e7e77e6f6256caefa6c0582d89dbee8efd864ac14a98cfba4707a9eb20ee0 2 | SIZE (cabal/hspec-core-2.1.10.tar.gz) = 31124 3 | -------------------------------------------------------------------------------- /devel/hs-hspec-core/pkg-descr: -------------------------------------------------------------------------------- 1 | This package exposes internal types and functions that can be used to 2 | extend Hspec's functionality. 3 | 4 | WWW: http://hspec.github.io/ 5 | -------------------------------------------------------------------------------- /devel/hs-hspec-discover/pkg-descr: -------------------------------------------------------------------------------- 1 | Automatically discover and run Hspec tests. 2 | 3 | WWW: http://hspec.github.io/ 4 | -------------------------------------------------------------------------------- /devel/hs-hspec-expectations/pkg-descr: -------------------------------------------------------------------------------- 1 | Catchy combinators for HUnit. 2 | 3 | WWW: https://github.com/sol/hspec-expectations#readme 4 | -------------------------------------------------------------------------------- /devel/hs-hspec/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hspec-2.1.10.tar.gz) = f8fad4636ac0c89373c1b82e77fed8702ac84278597107ba9407052b9453a154 2 | SIZE (cabal/hspec-2.1.10.tar.gz) = 5382 3 | -------------------------------------------------------------------------------- /devel/hs-io-storage/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/io-storage-0.3.tar.gz) = 9a0df5cc7ff2eeef11e29e1362fea284f535bc2fe67469bba6dbc41c4f5b49bd 2 | SIZE (cabal/io-storage-0.3.tar.gz) = 2988 3 | -------------------------------------------------------------------------------- /devel/hs-iteratee/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/iteratee-0.8.9.6.tar.gz) = 3760121c55677da5fef1b2d8e876f3b272d18e9ad5b3d1e8db5971b4307685f9 2 | SIZE (cabal/iteratee-0.8.9.6.tar.gz) = 61165 3 | -------------------------------------------------------------------------------- /devel/hs-js-flot/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/js-flot-0.8.3.tar.gz) = 1ba2f2a6b8d85da76c41f526c98903cbb107f8642e506c072c1e7e3c20fe5e7a 2 | SIZE (cabal/js-flot-0.8.3.tar.gz) = 662691 3 | -------------------------------------------------------------------------------- /devel/hs-js-jquery/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/js-jquery-1.11.3.tar.gz) = 3d7b19d0b5ae59339b705026bed66e72fe5392a792f08859876d6e4131b3c257 2 | SIZE (cabal/js-jquery-1.11.3.tar.gz) = 120919 3 | -------------------------------------------------------------------------------- /devel/hs-keys/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/keys-3.10.2.tar.gz) = 425f1ee508efd371220d2eae4d81be1423797968af2387a2a83b937fb186bef6 2 | SIZE (cabal/keys-3.10.2.tar.gz) = 8635 3 | -------------------------------------------------------------------------------- /devel/hs-keys/pkg-descr: -------------------------------------------------------------------------------- 1 | Keyed functors and containers. 2 | 3 | WWW: http://github.com/ekmett/keys/ 4 | -------------------------------------------------------------------------------- /devel/hs-kqueue/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/kqueue-0.1.2.6.tar.gz) = e851243826ecadda865809289d6f6921483ab5fed54f9d12453277dd355445e0 2 | SIZE (cabal/kqueue-0.1.2.6.tar.gz) = 7398 3 | -------------------------------------------------------------------------------- /devel/hs-language-c/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/language-c-0.4.7.tar.gz) = 5f6dc9d86b1f88dec1800e1a4fc43aa52f85fe4bb865ba268aca34b399a512e4 2 | SIZE (cabal/language-c-0.4.7.tar.gz) = 112569 3 | -------------------------------------------------------------------------------- /devel/hs-language-haskell-extract/pkg-descr: -------------------------------------------------------------------------------- 1 | This package contains some useful helper functions on top of Template 2 | Haskell. 3 | 4 | WWW: http://github.com/finnsson/template-helper 5 | -------------------------------------------------------------------------------- /devel/hs-language-java/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/language-java-0.2.7.tar.gz) = cecf386d3c5addbf2bbd4055711e0bb2d6033e1ea6e8dee8d4c4012e757e2994 2 | SIZE (cabal/language-java-0.2.7.tar.gz) = 38332 3 | -------------------------------------------------------------------------------- /devel/hs-language-java/pkg-descr: -------------------------------------------------------------------------------- 1 | Java source manipulation. 2 | 3 | WWW: http://github.com/vincenthz/language-java 4 | -------------------------------------------------------------------------------- /devel/hs-largeword/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/largeword-1.2.3.tar.gz) = 960e341af0de950db4e7c47a987bb0789f7759bb27c801ac26e89a28add5acd1 2 | SIZE (cabal/largeword-1.2.3.tar.gz) = 4278 3 | -------------------------------------------------------------------------------- /devel/hs-largeword/pkg-descr: -------------------------------------------------------------------------------- 1 | Provides Word128, Word192 and Word256 and a way of producing other large 2 | words if required. 3 | 4 | WWW: https://github.com/idontgetoutmuch/largeword 5 | -------------------------------------------------------------------------------- /devel/hs-lazysmallcheck/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/lazysmallcheck-0.6.tar.gz) = 9dd4dfb590c77e4f6aff68296602de58422eed5e7148fc29190d875a4e7d0f53 2 | SIZE (cabal/lazysmallcheck-0.6.tar.gz) = 16862 3 | -------------------------------------------------------------------------------- /devel/hs-leksah-server/pkg-descr: -------------------------------------------------------------------------------- 1 | The interface to GHC-API for leksah. 2 | 3 | WWW: http://leksah.org 4 | -------------------------------------------------------------------------------- /devel/hs-lens/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/lens-4.12.3.tar.gz) = 48fa9d46b37ff4f650204f82df7d40f7ae78418badf40d9d3fc7eba479f82821 2 | SIZE (cabal/lens-4.12.3.tar.gz) = 967851 3 | -------------------------------------------------------------------------------- /devel/hs-libffi/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/libffi-0.1.tar.gz) = 48387067c0f33bcfadf7a3bebbf48a55294202500f2b754229ffc8f12cb4f23c 2 | SIZE (cabal/libffi-0.1.tar.gz) = 8597 3 | -------------------------------------------------------------------------------- /devel/hs-libffi/pkg-descr: -------------------------------------------------------------------------------- 1 | A binding to libffi, allowing C functions of types only known at runtime 2 | to be called from Haskell. 3 | 4 | WWW: http://hackage.haskell.org/package/libffi 5 | -------------------------------------------------------------------------------- /devel/hs-lifted-async/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/lifted-async-0.7.0.1.tar.gz) = c3235d0f4a90baba3217269562bee655c6d9c538e2b57b6c5b23da4ef1bb6e6a 2 | SIZE (cabal/lifted-async-0.7.0.1.tar.gz) = 9060 3 | -------------------------------------------------------------------------------- /devel/hs-lifted-base/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/lifted-base-0.2.3.6.tar.gz) = 57c5837d83f569bb72136ca89256e50e1ac168ee935804a8e7763e9d8322e1fb 2 | SIZE (cabal/lifted-base-0.2.3.6.tar.gz) = 11613 3 | -------------------------------------------------------------------------------- /devel/hs-logict/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/logict-0.6.0.2.tar.gz) = 1182b68e8d00279460c7fb9b8284bf129805c07754c678b2a8de5a6d768e161e 2 | SIZE (cabal/logict-0.6.0.2.tar.gz) = 5370 3 | -------------------------------------------------------------------------------- /devel/hs-ltk/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ltk-0.15.0.2.tar.gz) = 8a309699a378498e27e0e21767954ec1e62ea114a0826ad9347a45a6129d96a7 2 | SIZE (cabal/ltk-0.15.0.2.tar.gz) = 45455 3 | -------------------------------------------------------------------------------- /devel/hs-ltk/pkg-descr: -------------------------------------------------------------------------------- 1 | UI Framework used by leksah. 2 | 3 | WWW: http://www.leksah.org 4 | -------------------------------------------------------------------------------- /devel/hs-map-syntax/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/map-syntax-0.2.tar.gz) = 395cb1c7c4152252dea825ba54c02dca28a386f495a8bff872eb6383f06e610b 2 | SIZE (cabal/map-syntax-0.2.tar.gz) = 7129 3 | -------------------------------------------------------------------------------- /devel/hs-memory/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/memory-0.8.tar.gz) = 7eef7546b1fc9b6f1d09422d36f0218fa582f83a93452c7422e5b267e94db7de 2 | SIZE (cabal/memory-0.8.tar.gz) = 35030 3 | -------------------------------------------------------------------------------- /devel/hs-mmap/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/mmap-0.5.9.tar.gz) = 58fcbb04e1cb8e7c36c05823b02dce2faaa989c53d745a7f36192de2fc98b5f8 2 | SIZE (cabal/mmap-0.5.9.tar.gz) = 11731 3 | -------------------------------------------------------------------------------- /devel/hs-mmorph/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/mmorph-1.0.4.tar.gz) = 22e3665b4c86bf28cb4e836da91f586294d74d1cf1c18db364dcf568eba7bf4c 2 | SIZE (cabal/mmorph-1.0.4.tar.gz) = 6100 3 | -------------------------------------------------------------------------------- /devel/hs-monad-logger/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/monad-logger-0.3.13.2.tar.gz) = c1383c4d32e1f276e3437db39418d5a4c3c3670c25c416b4f6c3fe5ad4b5e2b2 2 | SIZE (cabal/monad-logger-0.3.13.2.tar.gz) = 7402 3 | -------------------------------------------------------------------------------- /devel/hs-monad-logger/pkg-descr: -------------------------------------------------------------------------------- 1 | This package uses template-haskell for determining source code locations 2 | of messages. 3 | 4 | WWW: https://github.com/kazu-yamamoto/logger 5 | -------------------------------------------------------------------------------- /devel/hs-monad-loops/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/monad-loops-0.4.3.tar.gz) = 7eaaaf6bc43661e9e86e310ff8c56fbea16eb6bf13c31a2e28103138ac164c18 2 | SIZE (cabal/monad-loops-0.4.3.tar.gz) = 4996 3 | -------------------------------------------------------------------------------- /devel/hs-monad-loops/pkg-descr: -------------------------------------------------------------------------------- 1 | Some useful control operators for looping. 2 | 3 | WWW: https://github.com/mokus0/monad-loops 4 | -------------------------------------------------------------------------------- /devel/hs-monad-par/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/monad-par-0.3.4.7.tar.gz) = 23b8a68719b4c5848ce9a3381ce9efdc1c96677ba043a3ee74d99223343cc28a 2 | SIZE (cabal/monad-par-0.3.4.7.tar.gz) = 30411 3 | -------------------------------------------------------------------------------- /devel/hs-monadLib/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/monadLib-3.7.3.tar.gz) = 1834a77560d9df7ab0bc43ce24c77ffc660fc84573730ea94cb6e4ab8dcca99e 2 | SIZE (cabal/monadLib-3.7.3.tar.gz) = 11161 3 | -------------------------------------------------------------------------------- /devel/hs-monadLib/pkg-descr: -------------------------------------------------------------------------------- 1 | A collection of monad transformers. 2 | 3 | WWW: http://wiki.github.com/yav/monadlib 4 | -------------------------------------------------------------------------------- /devel/hs-monads-tf/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/monads-tf-0.1.0.2.tar.gz) = cb6f495443f526b00b3d06535aa29e393473244acd410cba1b898eeaa8f8077c 2 | SIZE (cabal/monads-tf-0.1.0.2.tar.gz) = 14206 3 | -------------------------------------------------------------------------------- /devel/hs-monads-tf/pkg-descr: -------------------------------------------------------------------------------- 1 | Monad classes using type families, with instances for various monad 2 | transformers. 3 | 4 | WWW: http://hackage.haskell.org/package/monads-tf 5 | -------------------------------------------------------------------------------- /devel/hs-mono-traversable/pkg-descr: -------------------------------------------------------------------------------- 1 | Monomorphic variants of the Functor, Foldable, and Traversable 2 | typeclasses. 3 | 4 | WWW: https://github.com/snoyberg/mono-traversable 5 | -------------------------------------------------------------------------------- /devel/hs-mtl/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/mtl-2.2.1.tar.gz) = cae59d79f3a16f8e9f3c9adc1010c7c6cdddc73e8a97ff4305f6439d855c8dc5 2 | SIZE (cabal/mtl-2.2.1.tar.gz) = 15391 3 | -------------------------------------------------------------------------------- /devel/hs-mueval/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/mueval-0.9.1.1.2.tar.gz) = e04c3b754695cc8f71c072c6398b8a567c112c69d48355b5bca9bfbb1c050ac1 2 | SIZE (cabal/mueval-0.9.1.1.2.tar.gz) = 15746 3 | -------------------------------------------------------------------------------- /devel/hs-murmur-hash/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/murmur-hash-0.1.0.8.tar.gz) = 6cb9f4dc4a7d5b35e843bb8767d2e2c9745bcfbdacb5daf4fce5f4e05f983a06 2 | SIZE (cabal/murmur-hash-0.1.0.8.tar.gz) = 4072 3 | -------------------------------------------------------------------------------- /devel/hs-ncurses/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ncurses-0.2.15.tar.gz) = d66088846d7b82ac7921a81e6456492277f1d81c0b115afe1a35b23e0ec0b198 2 | SIZE (cabal/ncurses-0.2.15.tar.gz) = 29112 3 | -------------------------------------------------------------------------------- /devel/hs-newtype/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/newtype-0.2.tar.gz) = b714033abd9a8b0903bcef0d36d0913de2a5003c852f43f97fa688717289e459 2 | SIZE (cabal/newtype-0.2.tar.gz) = 3476 3 | -------------------------------------------------------------------------------- /devel/hs-old-locale/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 2 | SIZE (cabal/old-locale-1.0.0.7.tar.gz) = 3384 3 | -------------------------------------------------------------------------------- /devel/hs-old-locale/pkg-descr: -------------------------------------------------------------------------------- 1 | This package provides the ability to adapt to locale conventions such as 2 | date and time formats. 3 | 4 | WWW: http://hackage.haskell.org/package/old-locale 5 | -------------------------------------------------------------------------------- /devel/hs-old-time/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 2 | SIZE (cabal/old-time-1.1.0.3.tar.gz) = 74219 3 | -------------------------------------------------------------------------------- /devel/hs-old-time/pkg-descr: -------------------------------------------------------------------------------- 1 | This package provides the old time library. 2 | 3 | WWW: http://hackage.haskell.org/package/old-time 4 | -------------------------------------------------------------------------------- /devel/hs-oo-prototypes/pkg-descr: -------------------------------------------------------------------------------- 1 | Support for OO-like prototypes. 2 | 3 | WWW: https://github.com/yi-editor/oo-prototypes 4 | -------------------------------------------------------------------------------- /devel/hs-optparse-applicative/pkg-descr: -------------------------------------------------------------------------------- 1 | Utilities and combinators for parsing command line options. 2 | 3 | WWW: https://github.com/pcapriotti/optparse-applicative 4 | -------------------------------------------------------------------------------- /devel/hs-parallel-io/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/parallel-io-0.3.3.tar.gz) = 3a14c02b9b8b7c72577eb90a8dd72de75d99192def87d7aa79545ee4d6e80645 2 | SIZE (cabal/parallel-io-0.3.3.tar.gz) = 9435 3 | -------------------------------------------------------------------------------- /devel/hs-parallel/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/parallel-3.2.0.6.tar.gz) = b928d3fbd0b7b247bfb7072796c6950f3a5b61ec051449cddf86ebfe89dbe642 2 | SIZE (cabal/parallel-3.2.0.6.tar.gz) = 12990 3 | -------------------------------------------------------------------------------- /devel/hs-parallel/pkg-descr: -------------------------------------------------------------------------------- 1 | This package provides a library for parallel programming. 2 | 3 | WWW: http://hackage.haskell.org/package/parallel 4 | -------------------------------------------------------------------------------- /devel/hs-pcre-light/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/pcre-light-0.4.0.3.tar.gz) = 6e6309fe0f759fe685c8c58a14dd204f7691675b15adbd88208ee332b5702d50 2 | SIZE (cabal/pcre-light-0.4.0.3.tar.gz) = 16574 3 | -------------------------------------------------------------------------------- /devel/hs-plugins/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/plugins-1.5.4.0.tar.gz) = 28ae5f83583d6e659255f54c236a908d59a5df5fabb612dd1d4aa5bf96b8d488 2 | SIZE (cabal/plugins-1.5.4.0.tar.gz) = 99136 3 | -------------------------------------------------------------------------------- /devel/hs-plugins/pkg-descr: -------------------------------------------------------------------------------- 1 | Dynamic linking and runtime evaluation of Haskell, and C, including 2 | dependency chasing and package resolution. 3 | 4 | WWW: http://hub.darcs.net/stepcut/plugins 5 | -------------------------------------------------------------------------------- /devel/hs-pointedlist/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/pointedlist-0.6.1.tar.gz) = 743cb0f89cbb128f8aa24c4519b262b561bf2cd607f83e94f9241e8af1cfba9b 2 | SIZE (cabal/pointedlist-0.6.1.tar.gz) = 4608 3 | -------------------------------------------------------------------------------- /devel/hs-pqueue/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/pqueue-1.3.0.tar.gz) = 0110e274ac6d0e9280a9c05b83859d0bfa1f0463d95db27adfbeb694ed6f5659 2 | SIZE (cabal/pqueue-1.3.0.tar.gz) = 22068 3 | -------------------------------------------------------------------------------- /devel/hs-pqueue/pkg-descr: -------------------------------------------------------------------------------- 1 | A fast, reliable priority queue implementation based on a binomial heap. 2 | 3 | WWW: http://hackage.haskell.org/package/pqueue 4 | -------------------------------------------------------------------------------- /devel/hs-prelude-extras/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/prelude-extras-0.4.tar.gz) = 56c9963dc814429451ca66539765c377e932bc5413a637e251aa2af66f62fa57 2 | SIZE (cabal/prelude-extras-0.4.tar.gz) = 4958 3 | -------------------------------------------------------------------------------- /devel/hs-pretty-show/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/pretty-show-1.6.8.2.tar.gz) = 1bc3bcf3f3aa7de90b156de2dffceb2ca48b7462c84450f42167e13ae5b725e9 2 | SIZE (cabal/pretty-show-1.6.8.2.tar.gz) = 133160 3 | -------------------------------------------------------------------------------- /devel/hs-prettyclass/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/prettyclass-1.0.0.0.tar.gz) = e537446e7a346e5e0872ed8281db2bb0220c737f10757848c901da1399548986 2 | SIZE (cabal/prettyclass-1.0.0.0.tar.gz) = 1542 3 | -------------------------------------------------------------------------------- /devel/hs-primitive/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/primitive-0.6.tar.gz) = 34a5f39213c68369e7edc2a3ea175d3f4edbf89e9f0777784710eff6f2d69722 2 | SIZE (cabal/primitive-0.6.tar.gz) = 12677 3 | -------------------------------------------------------------------------------- /devel/hs-primitive/pkg-descr: -------------------------------------------------------------------------------- 1 | This package provides wrappers for primitive memory-related operations. 2 | 3 | WWW: https://github.com/haskell/primitive 4 | -------------------------------------------------------------------------------- /devel/hs-profunctors/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/profunctors-5.1.1.tar.gz) = 873f4478cdadd574c070c00fa790e4b0d8fb6f00577f142bf6e9dacbd48d8253 2 | SIZE (cabal/profunctors-5.1.1.tar.gz) = 17866 3 | -------------------------------------------------------------------------------- /devel/hs-profunctors/pkg-descr: -------------------------------------------------------------------------------- 1 | Profunctors. 2 | 3 | WWW: http://github.com/ekmett/profunctors/ 4 | -------------------------------------------------------------------------------- /devel/hs-project-template/pkg-descr: -------------------------------------------------------------------------------- 1 | Specify Haskell project templates and generate files. 2 | 3 | WWW: https://github.com/fpco/haskell-ide 4 | -------------------------------------------------------------------------------- /devel/hs-quickcheck-io/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/quickcheck-io-0.1.1.tar.gz) = a23a6e011aafd211c2521ddb9f61ffb5d256837148b5f5c35a152bdb37d6039b 2 | SIZE (cabal/quickcheck-io-0.1.1.tar.gz) = 1646 3 | -------------------------------------------------------------------------------- /devel/hs-random-shuffle/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/random-shuffle-0.0.4.tar.gz) = 52704411f040fd0bf2361dad162e35dc13caa6535b2e4908d3513c00a95d0615 2 | SIZE (cabal/random-shuffle-0.0.4.tar.gz) = 2847 3 | -------------------------------------------------------------------------------- /devel/hs-random-shuffle/pkg-descr: -------------------------------------------------------------------------------- 1 | Random shuffle implementation, on immutable lists. 2 | 3 | WWW: http://hackage.haskell.org/package/random-shuffle 4 | -------------------------------------------------------------------------------- /devel/hs-random/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a 2 | SIZE (cabal/random-1.1.tar.gz) = 10870 3 | -------------------------------------------------------------------------------- /devel/hs-readline/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/readline-1.0.3.0.tar.gz) = c0b9e174910620db0edea8f9fd6fb6c1d7b066260d523e9a7208294c46a75feb 2 | SIZE (cabal/readline-1.0.3.0.tar.gz) = 52261 3 | -------------------------------------------------------------------------------- /devel/hs-reflection/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/reflection-2.tar.gz) = ee199e899e3810c3c8fd27dbda5cc3d1730f69e4a75f7494482863cf4d9499c2 2 | SIZE (cabal/reflection-2.tar.gz) = 13194 3 | -------------------------------------------------------------------------------- /devel/hs-resourcet/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/resourcet-1.1.6.tar.gz) = 3e10ea62fd97334a5fd6aa3410e6cf50d46b914aa1c028b7393e234b94521a7e 2 | SIZE (cabal/resourcet-1.1.6.tar.gz) = 11627 3 | -------------------------------------------------------------------------------- /devel/hs-rosezipper/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/rosezipper-0.2.tar.gz) = 6cab4f1c192cc3b8b0a9eb11a32780d235020a539a0e91125eed5ec590bad7bc 2 | SIZE (cabal/rosezipper-0.2.tar.gz) = 3477 3 | -------------------------------------------------------------------------------- /devel/hs-rosezipper/pkg-descr: -------------------------------------------------------------------------------- 1 | A Haskell data structure for working with locations in trees or forests. 2 | 3 | WWW: http://hackage.haskell.org/package/rosezipper 4 | -------------------------------------------------------------------------------- /devel/hs-safe/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/safe-0.3.9.tar.gz) = d0319ea7b55947e70092f0256aa9f9d2496a93b0e2a0887c0f8eaa0d7fb9b6c9 2 | SIZE (cabal/safe-0.3.9.tar.gz) = 6931 3 | -------------------------------------------------------------------------------- /devel/hs-scientific/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/scientific-0.3.3.8.tar.gz) = e30cde2a44a7beded15afd56606c562b76e457835e7de2942815f22bc74bce4c 2 | SIZE (cabal/scientific-0.3.3.8.tar.gz) = 18543 3 | -------------------------------------------------------------------------------- /devel/hs-scientific/pkg-descr: -------------------------------------------------------------------------------- 1 | Data.Scientific provides a space efficient and arbitrary precision 2 | scientific number type. 3 | 4 | WWW: https://github.com/basvandijk/scientific 5 | -------------------------------------------------------------------------------- /devel/hs-scion-browser/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/scion-browser-0.5.0.tar.gz) = cc627e43c779bb998b0f4dfc280b4aee1b2736685d02418dcab27f8dfccec4d9 2 | SIZE (cabal/scion-browser-0.5.0.tar.gz) = 31203 3 | -------------------------------------------------------------------------------- /devel/hs-securemem/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/securemem-0.1.9.tar.gz) = feb60dc542ea3ce9cdb449093b85dc69e43df310aab4fd161e4cdaa3ba847036 2 | SIZE (cabal/securemem-0.1.9.tar.gz) = 4180 3 | -------------------------------------------------------------------------------- /devel/hs-setenv/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/setenv-0.1.1.3.tar.gz) = e358df39afc03d5a39e2ec650652d845c85c80cc98fe331654deafb4767ecb32 2 | SIZE (cabal/setenv-0.1.1.3.tar.gz) = 2710 3 | -------------------------------------------------------------------------------- /devel/hs-setenv/pkg-descr: -------------------------------------------------------------------------------- 1 | A cross-platform library for setting environment variables. 2 | 3 | WWW: http://hackage.haskell.org/package/setenv 4 | -------------------------------------------------------------------------------- /devel/hs-setlocale/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/setlocale-1.0.0.3.tar.gz) = 4d638b5906ed83eb9a0a4d97aaca832b8a73ce94efdb8a2b2b1329e6d738c19e 2 | SIZE (cabal/setlocale-1.0.0.3.tar.gz) = 2136 3 | -------------------------------------------------------------------------------- /devel/hs-setlocale/pkg-descr: -------------------------------------------------------------------------------- 1 | A Haskell interface to setlocale. 2 | 3 | WWW: https://bitbucket.org/IchUndNichtDu/haskell-setlocale 4 | -------------------------------------------------------------------------------- /devel/hs-setops/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/setops-0.1.2.tar.gz) = 6f5fa7821041e6274153d258a087d1d9e839d05e180531ca74f9a6872e224ad6 2 | SIZE (cabal/setops-0.1.2.tar.gz) = 1877 3 | -------------------------------------------------------------------------------- /devel/hs-setops/pkg-descr: -------------------------------------------------------------------------------- 1 | Uniform names (and Unicode operators) for set operations on data structures. 2 | 3 | WWW: http://hackage.haskell.org/package/setops 4 | -------------------------------------------------------------------------------- /devel/hs-shake/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/shake-0.15.5.tar.gz) = 2c806824c9e8a619f364c3ec6bb910d7b1d0b0d3ba39ab472bffb60311f373a3 2 | SIZE (cabal/shake-0.15.5.tar.gz) = 507883 3 | -------------------------------------------------------------------------------- /devel/hs-show/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/show-0.6.tar.gz) = 4f57a947a538d021406f649049dde27d4d8d0b44aac3ba38fa64806c9d737b95 2 | SIZE (cabal/show-0.6.tar.gz) = 7635 3 | -------------------------------------------------------------------------------- /devel/hs-silently/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/silently-1.2.5.tar.gz) = cef625635053a46032ca53b43d311921875a437910b6568ded17027fdca83839 2 | SIZE (cabal/silently-1.2.5.tar.gz) = 3364 3 | -------------------------------------------------------------------------------- /devel/hs-silently/pkg-descr: -------------------------------------------------------------------------------- 1 | Prevent or capture writing to stdout and other handles. 2 | 3 | WWW: https://github.com/hspec/silently 4 | -------------------------------------------------------------------------------- /devel/hs-simple-reflect/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/simple-reflect-0.3.2.tar.gz) = 38224eb3d0d5eafc7101ad48fa92001c3e753a015d53bb12753a3836b871ecb6 2 | SIZE (cabal/simple-reflect-0.3.2.tar.gz) = 4492 3 | -------------------------------------------------------------------------------- /devel/hs-smallcheck/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/smallcheck-1.1.1.tar.gz) = 4d17607c1a620491e7e495a17575b73952932c761e7f9bdfa87e0102fb52f9f9 2 | SIZE (cabal/smallcheck-1.1.1.tar.gz) = 15202 3 | -------------------------------------------------------------------------------- /devel/hs-sourcemap/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/sourcemap-0.1.3.0.tar.gz) = 65cec57183b568913b304513a812d229c0be57645bb0ba39fef28b2fb4d48eba 2 | SIZE (cabal/sourcemap-0.1.3.0.tar.gz) = 4398 3 | -------------------------------------------------------------------------------- /devel/hs-sourcemap/pkg-descr: -------------------------------------------------------------------------------- 1 | Implementation of source maps, revision 3, proposed by Google and Mozilla. 2 | 3 | WWW: http://hackage.haskell.org/package/sourcemap 4 | -------------------------------------------------------------------------------- /devel/hs-split/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/split-0.2.2.tar.gz) = f9cf9e571357f227aed5be9a78f5bbf78ef55c99df2edf7fdc659acc1f904375 2 | SIZE (cabal/split-0.2.2.tar.gz) = 14666 3 | -------------------------------------------------------------------------------- /devel/hs-spoon/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/spoon-0.3.1.tar.gz) = b9b350b6730e34c246bbf7e228a86b3d4925b52c95542f7676d719ef2a9881d4 2 | SIZE (cabal/spoon-0.3.1.tar.gz) = 2124 3 | -------------------------------------------------------------------------------- /devel/hs-spoon/pkg-descr: -------------------------------------------------------------------------------- 1 | Takes an error-throwing expression and puts it back in the Maybe it 2 | belongs in. 3 | 4 | WWW: http://hackage.haskell.org/package/spoon 5 | -------------------------------------------------------------------------------- /devel/hs-stm-chans/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/stm-chans-3.0.0.4.tar.gz) = 2344fc5bfa33d565bad7b009fc0e2c5a7a595060ba149c661f44419fc0d54738 2 | SIZE (cabal/stm-chans-3.0.0.4.tar.gz) = 9673 3 | -------------------------------------------------------------------------------- /devel/hs-stm-chans/pkg-descr: -------------------------------------------------------------------------------- 1 | Additional types of channels for STM. 2 | 3 | WWW: http://code.haskell.org/~wren/ 4 | -------------------------------------------------------------------------------- /devel/hs-stm/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/stm-2.4.4.tar.gz) = 5dfb588a01b46f427b16a92d6b7843ac81489639bbdfd962e5795c19dbfe883d 2 | SIZE (cabal/stm-2.4.4.tar.gz) = 10349 3 | -------------------------------------------------------------------------------- /devel/hs-stm/pkg-descr: -------------------------------------------------------------------------------- 1 | A modular composable concurrency abstraction. 2 | 3 | WWW: http://hackage.haskell.org/package/stm 4 | -------------------------------------------------------------------------------- /devel/hs-strict/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/strict-0.3.2.tar.gz) = 2cd35a67938db635a87617d9576d5df0158b581e8e5694f07487c0f4b1549221 2 | SIZE (cabal/strict-0.3.2.tar.gz) = 3948 3 | -------------------------------------------------------------------------------- /devel/hs-string-qq/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/string-qq-0.0.2.tar.gz) = 9757cad387856a313729caffe0639215a10be7d72b09c44bcab9e55ee2a8c218 2 | SIZE (cabal/string-qq-0.0.2.tar.gz) = 1775 3 | -------------------------------------------------------------------------------- /devel/hs-string-qq/pkg-descr: -------------------------------------------------------------------------------- 1 | QuasiQuoter for non-interpolated strings, texts and bytestrings. 2 | 3 | WWW: http://hackage.haskell.org/package/string-qq 4 | -------------------------------------------------------------------------------- /devel/hs-syb-with-class-instances-text/pkg-descr: -------------------------------------------------------------------------------- 1 | Provides SYB-with-class instances for Text from the text package. 2 | 3 | WWW: http://hackage.haskell.org/package/syb-with-class-instances-text 4 | -------------------------------------------------------------------------------- /devel/hs-syb/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/syb-0.5.1.tar.gz) = 81b05f0e78d03e1cabe9610a6045a5ae74d88eaed7e79464d436ccaa6af93846 2 | SIZE (cabal/syb-0.5.1.tar.gz) = 39469 3 | -------------------------------------------------------------------------------- /devel/hs-system-filepath/pkg-descr: -------------------------------------------------------------------------------- 1 | High-level, byte-based file and directory path manipulations. 2 | 3 | WWW: https://github.com/fpco/haskell-filesystem 4 | -------------------------------------------------------------------------------- /devel/hs-tagged/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/tagged-0.8.1.tar.gz) = 5bdd98389fcca3aa9c9902d1fb209fd431685ba6530f3051ebe1960fe1c782c1 2 | SIZE (cabal/tagged-0.8.1.tar.gz) = 8088 3 | -------------------------------------------------------------------------------- /devel/hs-tagged/pkg-descr: -------------------------------------------------------------------------------- 1 | Haskell 98 phantom types to avoid unsafely passing dummy arguments. 2 | 3 | WWW: http://github.com/ekmett/tagged 4 | -------------------------------------------------------------------------------- /devel/hs-tagshare/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/tagshare-0.0.tar.gz) = d2314bae2e6820700f2a61db9c9f7976e1b53547a49cdd3352bdf29ac3856ce0 2 | SIZE (cabal/tagshare-0.0.tar.gz) = 2127 3 | -------------------------------------------------------------------------------- /devel/hs-tasty-hunit/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/tasty-hunit-0.9.2.tar.gz) = ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623 2 | SIZE (cabal/tasty-hunit-0.9.2.tar.gz) = 5765 3 | -------------------------------------------------------------------------------- /devel/hs-tasty-hunit/pkg-descr: -------------------------------------------------------------------------------- 1 | HUnit support for the Tasty test framework. 2 | 3 | WWW: http://documentup.com/feuerbach/tasty 4 | -------------------------------------------------------------------------------- /devel/hs-tasty-th/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/tasty-th-0.1.3.tar.gz) = a3ff8c151a29cf986173dc451978cfc7981a529e3492b2cfddb8ad549fba85ba 2 | SIZE (cabal/tasty-th-0.1.3.tar.gz) = 2636 3 | -------------------------------------------------------------------------------- /devel/hs-tasty-th/pkg-descr: -------------------------------------------------------------------------------- 1 | A fork of of test-framework-th modified to use tasty instead of 2 | test-framework. 3 | 4 | WWW: http://github.com/bennofs/tasty-th 5 | -------------------------------------------------------------------------------- /devel/hs-tasty/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/tasty-0.10.1.2.tar.gz) = 91e0b26ebe5263069747d92b6bdc3937d5513c2797c849b369f1282ca941b730 2 | SIZE (cabal/tasty-0.10.1.2.tar.gz) = 26285 3 | -------------------------------------------------------------------------------- /devel/hs-temporary/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/temporary-1.2.0.3.tar.gz) = 8a889c7e62a2bb144eb9e394fab51e5dbd843d473ac2eab9e16b55a9eb3a4647 2 | SIZE (cabal/temporary-1.2.0.3.tar.gz) = 5308 3 | -------------------------------------------------------------------------------- /devel/hs-test-framework-hunit/pkg-descr: -------------------------------------------------------------------------------- 1 | HUnit support for the test-framework package. 2 | 3 | WWW: http://batterseapower.github.com/test-framework/ 4 | -------------------------------------------------------------------------------- /devel/hs-test-framework-quickcheck2/pkg-descr: -------------------------------------------------------------------------------- 1 | QuickCheck2 support for the test-framework package. 2 | 3 | WWW: https://batterseapower.github.io/test-framework/ 4 | -------------------------------------------------------------------------------- /devel/hs-test-framework-th/pkg-descr: -------------------------------------------------------------------------------- 1 | Automagically generate the HUnit- and Quickcheck-bulk-code using 2 | Template Haskell. 3 | 4 | WWW: http://github.com/finnsson/test-generator 5 | -------------------------------------------------------------------------------- /devel/hs-testing-feat/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/testing-feat-0.4.0.2.tar.gz) = 522c0f2d24e23861c95fb5a903a852c1a331508690cefc128c962a720f37f195 2 | SIZE (cabal/testing-feat-0.4.0.2.tar.gz) = 17765 3 | -------------------------------------------------------------------------------- /devel/hs-text-icu/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/text-icu-0.7.0.1.tar.gz) = e2764c2749033706eed5b9fb3cda11177ad15cdf11912028f551eca39a2c7f78 2 | SIZE (cabal/text-icu-0.7.0.1.tar.gz) = 45533 3 | -------------------------------------------------------------------------------- /devel/hs-text/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/text-1.2.1.3.tar.gz) = 98364c94f259ec95e380e44bde90b37708ec6f0d45eb9efe821ab67959e9f83f 2 | SIZE (cabal/text-1.2.1.3.tar.gz) = 145946 3 | -------------------------------------------------------------------------------- /devel/hs-tf-random/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/tf-random-0.5.tar.gz) = 2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510 2 | SIZE (cabal/tf-random-0.5.tar.gz) = 18483 3 | -------------------------------------------------------------------------------- /devel/hs-threads/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/threads-0.5.1.3.tar.gz) = 02bd4c7597f77d0d5064db4031547cd7b4989f453c77d520223ba2b1b9846411 2 | SIZE (cabal/threads-0.5.1.3.tar.gz) = 7239 3 | -------------------------------------------------------------------------------- /devel/hs-threadscope/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/threadscope-0.2.7.tar.gz) = cc5653831252d55b3ba7506ea648e770b2c4489cdf4d78828f07dc24ea7ffdb6 2 | SIZE (cabal/threadscope-0.2.7.tar.gz) = 79966 3 | -------------------------------------------------------------------------------- /devel/hs-time-compat/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/time-compat-0.1.0.3.tar.gz) = 590711214510c0d2d09780c7fe3b21748bc4802e9053f78ccd6658e951fe0f7f 2 | SIZE (cabal/time-compat-0.1.0.3.tar.gz) = 2256 3 | -------------------------------------------------------------------------------- /devel/hs-time-compat/pkg-descr: -------------------------------------------------------------------------------- 1 | Compatibility with the old-time package for the "new" time package. 2 | 3 | WWW: http://hub.darcs.net/dag/time-compat 4 | -------------------------------------------------------------------------------- /devel/hs-time-locale-compat/pkg-descr: -------------------------------------------------------------------------------- 1 | This package contains wrapped name module for TimeLocale. 2 | 3 | WWW: http://twitter.com/khibino/ 4 | -------------------------------------------------------------------------------- /devel/hs-transformers-base/pkg-descr: -------------------------------------------------------------------------------- 1 | This package provides a straightforward port of monadLib's BaseM type 2 | class to transformers. 3 | 4 | WWW: https://github.com/mvv/transformers-base 5 | -------------------------------------------------------------------------------- /devel/hs-type-eq/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/type-eq-0.5.tar.gz) = 9fcf4c4f1734b113625f0fd38a239a9637366e176736a4183f22f60e2ccdfa00 2 | SIZE (cabal/type-eq-0.5.tar.gz) = 6438 3 | -------------------------------------------------------------------------------- /devel/hs-type-eq/pkg-descr: -------------------------------------------------------------------------------- 1 | This package provides types and functions to store and manipulate evidence 2 | of equality between types. 3 | 4 | WWW: http://github.com/glaebhoerl/type-eq 5 | -------------------------------------------------------------------------------- /devel/hs-unamb/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/unamb-0.2.5.tar.gz) = 3359f05602ae61095c13f8db1df9222030b60ce83ad64faa705a387c18c58b89 2 | SIZE (cabal/unamb-0.2.5.tar.gz) = 6765 3 | -------------------------------------------------------------------------------- /devel/hs-uniplate/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/uniplate-1.6.12.tar.gz) = fcc60bc6b3f6e925f611646db90e6db9f05286a9363405f844df1dc15572a8b7 2 | SIZE (cabal/uniplate-1.6.12.tar.gz) = 30055 3 | -------------------------------------------------------------------------------- /devel/hs-unix-compat/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/unix-compat-0.4.1.4.tar.gz) = fafa1a9eefc93287c028cc61f17a91f886f164b3f64392f1756f8a7f8b3cb34b 2 | SIZE (cabal/unix-compat-0.4.1.4.tar.gz) = 12830 3 | -------------------------------------------------------------------------------- /devel/hs-unix-time/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/unix-time-0.3.5.tar.gz) = 7f1c58cd0328bbcb1d050af05670bc6f44dea3ee0894f30c6f87ee4a0d01675e 2 | SIZE (cabal/unix-time-0.3.5.tar.gz) = 40201 3 | -------------------------------------------------------------------------------- /devel/hs-unix-time/pkg-descr: -------------------------------------------------------------------------------- 1 | Fast parser/formatter/utilities for Unix time. 2 | 3 | WWW: http://hackage.haskell.org/package/unix-time 4 | -------------------------------------------------------------------------------- /devel/hs-utf8-light/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/utf8-light-0.4.2.tar.gz) = 184c428ce7896d702da46f6f107e6873ff100dbc1af40b49b5ce87317e619e67 2 | SIZE (cabal/utf8-light-0.4.2.tar.gz) = 5821 3 | -------------------------------------------------------------------------------- /devel/hs-utf8-light/pkg-descr: -------------------------------------------------------------------------------- 1 | Lightweight UTF8 handling. 2 | 3 | WWW: http://hackage.haskell.org/package/utf8-light 4 | -------------------------------------------------------------------------------- /devel/hs-utf8-string/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/utf8-string-1.tar.gz) = 79f388d3f089e0c483c1dc1afad524b06f1abb6e288ed9029f934cffb3b2ba08 2 | SIZE (cabal/utf8-string-1.tar.gz) = 7707 3 | -------------------------------------------------------------------------------- /devel/hs-utility-ht/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/utility-ht-0.0.10.tar.gz) = ad8399180f495e6bb30e416a67a43d1bf82a7dd99293badd6e0d7674c1facd9f 2 | SIZE (cabal/utility-ht-0.0.10.tar.gz) = 20103 3 | -------------------------------------------------------------------------------- /devel/hs-uuagc-cabal/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/uuagc-cabal-1.0.6.0.tar.gz) = dcc87f9e738cbd5228e91f433b69ac540ab1f109c522da290539c2f33791b80b 2 | SIZE (cabal/uuagc-cabal-1.0.6.0.tar.gz) = 14781 3 | -------------------------------------------------------------------------------- /devel/hs-uuagc-cabal/pkg-descr: -------------------------------------------------------------------------------- 1 | Cabal plugin for UUAGC. 2 | 3 | WWW: http://www.cs.uu.nl/wiki/HUT/WebHome 4 | -------------------------------------------------------------------------------- /devel/hs-uuagc/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/uuagc-0.9.52.1.tar.gz) = 98092b13cb32e4493e877c3752deed471db762f04e7d979be4e6e89065502185 2 | SIZE (cabal/uuagc-0.9.52.1.tar.gz) = 795294 3 | -------------------------------------------------------------------------------- /devel/hs-uuagc/pkg-descr: -------------------------------------------------------------------------------- 1 | Generates Haskell files from an attribute grammar specification. 2 | 3 | WWW: http://www.cs.uu.nl/wiki/HUT/WebHome 4 | -------------------------------------------------------------------------------- /devel/hs-uuid-types/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/uuid-types-1.0.2.tar.gz) = 56c6e9d6c05f30461419d2c3b90ef7e5f2fb8dd51c09846b5f4ce12d034f2e05 2 | SIZE (cabal/uuid-types-1.0.2.tar.gz) = 12142 3 | -------------------------------------------------------------------------------- /devel/hs-uuid-types/pkg-descr: -------------------------------------------------------------------------------- 1 | This library contains type definitions for Universally Unique Identifiers 2 | and basic conversion functions. 3 | 4 | WWW: https://github.com/aslatter/uuid 5 | -------------------------------------------------------------------------------- /devel/hs-uuid/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/uuid-1.3.11.tar.gz) = 671876d2f848c9155bfe661eb138d585897ab5b0a2f2e143ef85114d459814d5 2 | SIZE (cabal/uuid-1.3.11.tar.gz) = 8578 3 | -------------------------------------------------------------------------------- /devel/hs-uuid/pkg-descr: -------------------------------------------------------------------------------- 1 | This library is useful for creating, comparing, parsing and printing 2 | Universally Unique Identifiers. 3 | 4 | WWW: https://github.com/aslatter/uuid 5 | -------------------------------------------------------------------------------- /devel/hs-uulib/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/uulib-0.9.20.tar.gz) = e2bb4d7b2aa0d3e987748185589d7d25b453d3ee448a468aab8971df651ee7e3 2 | SIZE (cabal/uulib-0.9.20.tar.gz) = 45120 3 | -------------------------------------------------------------------------------- /devel/hs-uulib/pkg-descr: -------------------------------------------------------------------------------- 1 | Fast Parser Combinators and Pretty Printing Combinators. 2 | 3 | WWW: https://github.com/UU-ComputerScience/uulib 4 | 5 | -------------------------------------------------------------------------------- /devel/hs-vault/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/vault-0.3.0.4.tar.gz) = 561ef32877935067e458333a44a37f15b4063559c4cb4ddc412ccf705ec6062a 2 | SIZE (cabal/vault-0.3.0.4.tar.gz) = 5009 3 | -------------------------------------------------------------------------------- /devel/hs-vcswrapper/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/vcswrapper-0.1.2.tar.gz) = 3a5dd0c147522d50846559ff5164310b7148a12ea859eea40debb8699ea375e5 2 | SIZE (cabal/vcswrapper-0.1.2.tar.gz) = 19816 3 | -------------------------------------------------------------------------------- /devel/hs-vector-algorithms/pkg-descr: -------------------------------------------------------------------------------- 1 | Efficient algorithms for vector arrays. 2 | 3 | WWW: http://code.haskell.org/~dolio/ 4 | -------------------------------------------------------------------------------- /devel/hs-vector-instances/pkg-descr: -------------------------------------------------------------------------------- 1 | Orphan Instances for Data.Vector. 2 | 3 | WWW: http://github.com/ekmett/vector-instances 4 | -------------------------------------------------------------------------------- /devel/hs-vector/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/vector-0.10.12.3.tar.gz) = 0f765ce0238d89ffdb67656a364f7bf5012d68de9642da6bb2a425b61f88e89a 2 | SIZE (cabal/vector-0.10.12.3.tar.gz) = 103617 3 | -------------------------------------------------------------------------------- /devel/hs-void/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/void-0.7.tar.gz) = 981b85d19bb51c1ac60103b184b86061621e0b016d4db24dd965751b2bc96f47 2 | SIZE (cabal/void-0.7.tar.gz) = 3900 3 | -------------------------------------------------------------------------------- /devel/hs-void/pkg-descr: -------------------------------------------------------------------------------- 1 | A Haskell 98 logically uninhabited data type. Used to indicate that a 2 | given term should not exist. 3 | 4 | WWW: http://github.com/ekmett/void 5 | -------------------------------------------------------------------------------- /devel/hs-vty/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/vty-5.4.0.tar.gz) = 2f318a1919089e5ad2af8ba142e638b5ad90c522d006553011dca48e707489d2 2 | SIZE (cabal/vty-5.4.0.tar.gz) = 86111 3 | -------------------------------------------------------------------------------- /devel/hs-wl-pprint/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/wl-pprint-1.2.tar.gz) = 198003fa7edd3a2d625ec54402cdc5645434b60ad5983e93525f58fec9dcdf98 2 | SIZE (cabal/wl-pprint-1.2.tar.gz) = 9881 3 | -------------------------------------------------------------------------------- /devel/hs-wl-pprint/pkg-descr: -------------------------------------------------------------------------------- 1 | This is a pretty printing library based on Wadler's paper "A Prettier 2 | Printer". 3 | 4 | WWW: http://hackage.haskell.org/package/wl-pprint 5 | -------------------------------------------------------------------------------- /devel/hs-word-trie/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/word-trie-0.3.0.tar.gz) = a3f3c2c088c64219ae35f7383a5dc1a368217183ba603e98785c110ac3f29282 2 | SIZE (cabal/word-trie-0.3.0.tar.gz) = 9421 3 | -------------------------------------------------------------------------------- /devel/hs-word-trie/pkg-descr: -------------------------------------------------------------------------------- 1 | Implementation of a finite trie over words. 2 | 3 | WWW: https://github.com/yi-editor/word-trie 4 | -------------------------------------------------------------------------------- /devel/hs-word8/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/word8-0.1.2.tar.gz) = 3cbae3755a078ecff46524b3f6e0018f7e796e6dac9c710fe09b433c544676dd 2 | SIZE (cabal/word8-0.1.2.tar.gz) = 6218 3 | -------------------------------------------------------------------------------- /devel/hs-word8/pkg-descr: -------------------------------------------------------------------------------- 1 | Word8 library to be used with Data.ByteString. 2 | 3 | WWW: http://hackage.haskell.org/package/word8 4 | -------------------------------------------------------------------------------- /devel/hs-xdg-basedir/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/xdg-basedir-0.2.2.tar.gz) = e461c3a5c6007c55ceaea03be3be0ef3a92aa0ea1aea936da0c43671bbfaf42b 2 | SIZE (cabal/xdg-basedir-0.2.2.tar.gz) = 2606 3 | -------------------------------------------------------------------------------- /devel/hs-yi-language/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/yi-language-0.2.0.tar.gz) = 70efb97b787367600871fa68ad794b1af9868ca8e21d0e32960997615bdb14a8 2 | SIZE (cabal/yi-language-0.2.0.tar.gz) = 265225 3 | -------------------------------------------------------------------------------- /devel/hs-yi-language/pkg-descr: -------------------------------------------------------------------------------- 1 | Collection of language-related Yi libraries: lexers, scanners, etc. 2 | 3 | WWW: https://github.com/yi-editor/yi-language 4 | -------------------------------------------------------------------------------- /devel/hs-yi-rope/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/yi-rope-0.7.0.1.tar.gz) = e0d56d061a7b5e44d0b82290e7c03ef0c5cf278071c8264a23feb7bd725919a4 2 | SIZE (cabal/yi-rope-0.7.0.1.tar.gz) = 20568 3 | -------------------------------------------------------------------------------- /devel/hs-yi-rope/pkg-descr: -------------------------------------------------------------------------------- 1 | A rope data structure used by Yi. 2 | 3 | WWW: http://hackage.haskell.org/package/yi-rope 4 | -------------------------------------------------------------------------------- /dns/hs-dns/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/dns-2.0.0.tar.gz) = 5ec9e58f71022bbc50888ec8b34be3be6f9e8d1566647b59b6e9bf169b1401cb 2 | SIZE (cabal/dns-2.0.0.tar.gz) = 20570 3 | -------------------------------------------------------------------------------- /dns/hs-dns/pkg-descr: -------------------------------------------------------------------------------- 1 | A thread-safe DNS library for both clients and servers written in pure 2 | Haskell. 3 | 4 | WWW: http://hackage.haskell.org/package/dns 5 | -------------------------------------------------------------------------------- /dns/hs-gnuidn/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/gnuidn-0.2.1.tar.gz) = 67744c8559ed5c722c53c7a4c2a37821b59ede4b9288ceb995410ec6cb3031ca 2 | SIZE (cabal/gnuidn-0.2.1.tar.gz) = 16392 3 | -------------------------------------------------------------------------------- /dns/hs-gnuidn/pkg-descr: -------------------------------------------------------------------------------- 1 | Bindings for GNU IDN. 2 | 3 | WWW: https://john-millikin.com/software/haskell-gnuidn/ 4 | -------------------------------------------------------------------------------- /editors/hs-leksah/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/leksah-0.15.1.1.tar.gz) = b4628217d2b3ac398ae9c0da7c890122c0e659c7b85388b7fb8f8c365f544f3e 2 | SIZE (cabal/leksah-0.15.1.1.tar.gz) = 1634399 3 | -------------------------------------------------------------------------------- /editors/hs-leksah/pkg-descr: -------------------------------------------------------------------------------- 1 | An Integrated Development Environment for Haskell written in Haskell. 2 | 3 | WWW: http://www.leksah.org 4 | -------------------------------------------------------------------------------- /editors/hs-yi/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/yi-0.12.0.tar.gz) = 27fa38ede63c9d58233712f95500f5c1c5d7fc05f7ee2d39d1076638eb0ffd98 2 | SIZE (cabal/yi-0.12.0.tar.gz) = 374171 3 | -------------------------------------------------------------------------------- /ftp/hs-curl/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/curl-1.3.8.tar.gz) = 9087c936bfcdb865bad3166baa3f12bf37acf076fa76010e3b5f82a1d485446e 2 | SIZE (cabal/curl-1.3.8.tar.gz) = 47704 3 | -------------------------------------------------------------------------------- /games/hedgewars/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (hedgewars-src-0.9.22.tar.bz2) = b699c8971ff420c3edd6533527ae2e99040f1e79207c9140826945bcf0e62192 2 | SIZE (hedgewars-src-0.9.22.tar.bz2) = 160103313 3 | -------------------------------------------------------------------------------- /games/hs-scroll/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/scroll-1.20151219.tar.gz) = 4f91c20e645ee715c9d3549fffffcc58943bee4fb3ba2e622e0189ccb70dd050 2 | SIZE (cabal/scroll-1.20151219.tar.gz) = 265861 3 | -------------------------------------------------------------------------------- /graphics/hs-HGL/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/HGL-3.2.0.5.tar.gz) = 8b97240ff97d3e5eda09d8ceead6e6d7315e444bdbbfd3b9a260942e5e770d7d 2 | SIZE (cabal/HGL-3.2.0.5.tar.gz) = 39012 3 | -------------------------------------------------------------------------------- /graphics/hs-JuicyPixels/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/JuicyPixels-3.2.6.tar.gz) = f99e82c84d8eeff23ba57332ed4b89530bc1a739c3a8f4b670b07ac33bfc9a46 2 | SIZE (cabal/JuicyPixels-3.2.6.tar.gz) = 116169 3 | -------------------------------------------------------------------------------- /graphics/hs-JuicyPixels/pkg-descr: -------------------------------------------------------------------------------- 1 | This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and 2 | Gif images. 3 | 4 | WWW: https://github.com/Twinside/Juicy.Pixels 5 | -------------------------------------------------------------------------------- /graphics/hs-cairo/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cairo-0.13.1.0.tar.gz) = 6b8e3fca37104022c53442c62bcb41c18d3e2fed4df372c1de56c41f3f7d276e 2 | SIZE (cabal/cairo-0.13.1.0.tar.gz) = 54143 3 | -------------------------------------------------------------------------------- /graphics/hs-colour/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/colour-2.3.3.tar.gz) = 8d15a63494f8e2a06fe6dc38baee8e948adfae0e93749b9e3ce0fd8ece09b6e2 2 | SIZE (cabal/colour-2.3.3.tar.gz) = 20392 3 | -------------------------------------------------------------------------------- /graphics/hs-dia-base/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/dia-base-0.1.1.3.tar.gz) = e5ac6200e802e81b9d40b497b117cb1b29086170ec9fbff6c574baa53e6ba7cf 2 | SIZE (cabal/dia-base-0.1.1.3.tar.gz) = 3785 3 | -------------------------------------------------------------------------------- /graphics/hs-dia-base/pkg-descr: -------------------------------------------------------------------------------- 1 | This package contains the Diagram data type and the user API to construct 2 | diagrams. 3 | 4 | WWW: http://hackage.haskell.org/package/dia-base 5 | -------------------------------------------------------------------------------- /graphics/hs-dia-functions/pkg-descr: -------------------------------------------------------------------------------- 1 | This package contains diagram manipulating functions and an SVG backend. 2 | 3 | WWW: http://hackage.haskell.org/package/dia-functions 4 | -------------------------------------------------------------------------------- /graphics/hs-graphviz/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/graphviz-2999.17.0.2.tar.gz) = 23c8626061e85eb09021e93e69bad3fc83619187e5f5e55fb6a3f35b8b6bd6fd 2 | SIZE (cabal/graphviz-2999.17.0.2.tar.gz) = 224676 3 | -------------------------------------------------------------------------------- /graphics/hs-svgcairo/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/svgcairo-0.13.0.3.tar.gz) = 9fd94d9aad09a26c4b6d4abf979d68d12b7265fbc8171093db448c620df96c49 2 | SIZE (cabal/svgcairo-0.13.0.3.tar.gz) = 14349 3 | -------------------------------------------------------------------------------- /graphics/hs-svgcairo/pkg-descr: -------------------------------------------------------------------------------- 1 | Svgcairo is used to render SVG with cairo. 2 | 3 | WWW: http://projects.haskell.org/gtk2hs/ 4 | -------------------------------------------------------------------------------- /graphics/hs-vcsgui/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/vcsgui-0.1.2.0.tar.gz) = c89f4b3fbef69fdfc682a4738e3cfa7d89a79e0327d9e599d0d791634f691b73 2 | SIZE (cabal/vcsgui-0.1.2.0.tar.gz) = 33467 3 | -------------------------------------------------------------------------------- /irc/hs-fastirc/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fastirc-0.2.0.tar.gz) = a4c62fb47a03a68f08ec2207ef8b45d0bf49195f3e6989240103ce14f865aa35 2 | SIZE (cabal/fastirc-0.2.0.tar.gz) = 9346 3 | -------------------------------------------------------------------------------- /irc/hs-irc/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/irc-0.6.1.0.tar.gz) = 3816ead4dfb32d61c03265e3a2a45053508cb27ca3132595773a27ef381637e1 2 | SIZE (cabal/irc-0.6.1.0.tar.gz) = 6898 3 | -------------------------------------------------------------------------------- /irc/hs-irc/pkg-descr: -------------------------------------------------------------------------------- 1 | A set of combinators and types for parsing IRC messages. 2 | 3 | WWW: http://hackage.haskell.org/package/irc 4 | -------------------------------------------------------------------------------- /lang/Gofer/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (gofer230b.tar.gz) = 7fb97e41ecf9529d82e1e07e5ab28c0d75ee8913a009fb685367930ed97dcfd1 2 | SIZE (gofer230b.tar.gz) = 759908 3 | -------------------------------------------------------------------------------- /lang/hs-brainfuck/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/brainfuck-0.1.0.2.tar.gz) = e9ff5626ceaca4913506a6b854f7d1375a5642e0fd33984d3fc30a58e906b7a3 2 | SIZE (cabal/brainfuck-0.1.0.2.tar.gz) = 11886 3 | -------------------------------------------------------------------------------- /lang/hs-fay/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fay-0.23.1.8.tar.gz) = 66bf327322a2342ce7dee9b981c5e8bd2876935acb1cbc847e0c1635717be29c 2 | SIZE (cabal/fay-0.23.1.8.tar.gz) = 161414 3 | -------------------------------------------------------------------------------- /lang/hs-idris/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/idris-0.9.18.1.tar.gz) = 48569f1135af66e2bce22379acf347ab67bb12cff98065043d82f4262d9ea475 2 | SIZE (cabal/idris-0.9.18.1.tar.gz) = 680129 3 | -------------------------------------------------------------------------------- /lang/hs-unlambda/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/unlambda-0.1.4.1.tar.gz) = 07a5525d1333264e6909732d3c0872a9b2b6d7612f61d387448c3f400a656007 2 | SIZE (cabal/unlambda-0.1.4.1.tar.gz) = 9631 3 | -------------------------------------------------------------------------------- /lang/hs-unlambda/pkg-descr: -------------------------------------------------------------------------------- 1 | This is an interpreter of the Unlambda language, written in the pure, 2 | lazy, functional language Haskell. 3 | 4 | WWW: http://hackage.haskell.org/package/unlambda 5 | -------------------------------------------------------------------------------- /lang/hugs/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (hugs98-plus-Sep2006.tar.gz) = aafaca9ca544572ebef70bbe86b5eb0abaa5d7c11c0b766d7db72a46b022bed5 2 | SIZE (hugs98-plus-Sep2006.tar.gz) = 5322244 3 | -------------------------------------------------------------------------------- /lang/nhc98/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (nhc98/nhc98src-1.22.tar.gz) = 14c5c16c336d0bb15e6e3d1baad8a2bca93c0538a129fb18df1d47d1f4eb6f3a 2 | SIZE (nhc98/nhc98src-1.22.tar.gz) = 29854160 3 | -------------------------------------------------------------------------------- /lang/ohugs/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (ohugs-0.5.src.tar.gz) = a5ecbbdf8f5c477a5f1eb4ef01e8494f7d6ccf80c343a174fe3efb512ef8eb53 2 | SIZE (ohugs-0.5.src.tar.gz) = 580498 3 | -------------------------------------------------------------------------------- /lang/whitespace/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (wspace-0.3.tgz) = 53e47bf05df991c1d0f88a75cf5208bfc42d42b87f8fe3e8ee6a05ac78544a73 2 | SIZE (wspace-0.3.tgz) = 15471 3 | -------------------------------------------------------------------------------- /mail/hs-email-validate/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/email-validate-2.1.3.tar.gz) = 5b967999717a8216639b39de1583a87e8c8ec471c416386229215c233d2c81cb 2 | SIZE (cabal/email-validate-2.1.3.tar.gz) = 7784 3 | -------------------------------------------------------------------------------- /mail/hs-email-validate/pkg-descr: -------------------------------------------------------------------------------- 1 | Validating an email address string against RFC 5322. 2 | 3 | WWW: http://porg.es/blog/email-address-validation-simpler-faster-more-correct 4 | -------------------------------------------------------------------------------- /mail/hs-mime-mail/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/mime-mail-0.4.9.tar.gz) = 641420aa8b1d2c7f8ebf82fdb0e6000443ffba89a420f4ea11828474b244c3d0 2 | SIZE (cabal/mime-mail-0.4.9.tar.gz) = 7815 3 | -------------------------------------------------------------------------------- /mail/hs-mime-string/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/mime-string-0.4.tar.gz) = c1e4a17e7e0171ec7d0c75efcdc4dab69d47bff2b524a5da4721518a1f43026c 2 | SIZE (cabal/mime-string-0.4.tar.gz) = 23972 3 | -------------------------------------------------------------------------------- /mail/hs-mime-string/pkg-descr: -------------------------------------------------------------------------------- 1 | Implementation of the MIME RFCs 2045-2049. Rather rough around the 2 | edges at the moment. 3 | 4 | WWW: http://hackage.haskell.org/package/mime-string 5 | -------------------------------------------------------------------------------- /mail/hs-mime-types/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/mime-types-0.1.0.6.tar.gz) = fc8a933f75970dc90d4623f834f35d028a994178481b66ab1a4420916e1b1f24 2 | SIZE (cabal/mime-types-0.1.0.6.tar.gz) = 11135 3 | -------------------------------------------------------------------------------- /mail/hs-mime-types/pkg-descr: -------------------------------------------------------------------------------- 1 | Basic mime-type handling types and functions. 2 | 3 | WWW: https://github.com/yesodweb/wai 4 | -------------------------------------------------------------------------------- /mail/hs-mime/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/mime-0.4.0.2.tar.gz) = e7fa283e5caa6371d5b3978e152412a2dd2489eec43aee722caca9dc14ea3875 2 | SIZE (cabal/mime-0.4.0.2.tar.gz) = 9438 3 | -------------------------------------------------------------------------------- /mail/hs-mime/pkg-descr: -------------------------------------------------------------------------------- 1 | Working with MIME types. 2 | 3 | WWW: https://github.com/GaloisInc/mime 4 | -------------------------------------------------------------------------------- /math/hs-Agda-stdlib/pkg-descr: -------------------------------------------------------------------------------- 1 | The Agda standard library. 2 | 3 | WWW: https://agda.github.io/agda-stdlib/ 4 | -------------------------------------------------------------------------------- /math/hs-NumInstances/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/NumInstances-1.4.tar.gz) = cbdb2a49346f59ceb5ab38592d7bc52e5205580d431d0ac6d852fd9880e59679 2 | SIZE (cabal/NumInstances-1.4.tar.gz) = 4749 3 | -------------------------------------------------------------------------------- /math/hs-NumInstances/pkg-descr: -------------------------------------------------------------------------------- 1 | Instances of numeric classes for functions and tuples. 2 | 3 | WWW: http://hackage.haskell.org/package/NumInstances 4 | -------------------------------------------------------------------------------- /math/hs-adjunctions/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/adjunctions-4.2.1.tar.gz) = 65a64cd42dcf356c2b44fffc4360f8cbf494702f7574b5a1e57e1864b0f8f46f 2 | SIZE (cabal/adjunctions-4.2.1.tar.gz) = 14314 3 | -------------------------------------------------------------------------------- /math/hs-adjunctions/pkg-descr: -------------------------------------------------------------------------------- 1 | Adjunctions and representable functors. 2 | 3 | WWW: http://github.com/ekmett/adjunctions/ 4 | -------------------------------------------------------------------------------- /math/hs-categories/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/categories-1.0.7.tar.gz) = c29dcec070073f3fdb13f0265e2efc4f2f88522292189690351a70f24cd830a2 2 | SIZE (cabal/categories-1.0.7.tar.gz) = 9211 3 | -------------------------------------------------------------------------------- /math/hs-categories/pkg-descr: -------------------------------------------------------------------------------- 1 | Categories. 2 | 3 | WWW: http://github.com/ekmett/categories 4 | -------------------------------------------------------------------------------- /math/hs-comonad/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/comonad-4.2.7.2.tar.gz) = b762261ef545a16881b66409398752e249a8e654a34088c66d9fabf9ba5a3b2b 2 | SIZE (cabal/comonad-4.2.7.2.tar.gz) = 16430 3 | -------------------------------------------------------------------------------- /math/hs-comonad/pkg-descr: -------------------------------------------------------------------------------- 1 | Comonads. 2 | 3 | WWW: http://github.com/ekmett/comonad/ 4 | -------------------------------------------------------------------------------- /math/hs-contravariant/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/contravariant-1.3.2.tar.gz) = 52baae0676d6d5bcf7d891e6cda4580e58646c747d570bdde69b0023c2576639 2 | SIZE (cabal/contravariant-1.3.2.tar.gz) = 9442 3 | -------------------------------------------------------------------------------- /math/hs-contravariant/pkg-descr: -------------------------------------------------------------------------------- 1 | Contravariant functors. 2 | 3 | WWW: http://github.com/ekmett/contravariant/ 4 | -------------------------------------------------------------------------------- /math/hs-crackNum/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/crackNum-1.3.tar.gz) = 48ec1bfd16da67ab655a2cd2fdbc12c4df6fb6f50f60e6964a86debdf9a76a19 2 | SIZE (cabal/crackNum-1.3.tar.gz) = 10768 3 | -------------------------------------------------------------------------------- /math/hs-crackNum/pkg-descr: -------------------------------------------------------------------------------- 1 | Crack HP, SP and DP floats and 8, 16, 32, 64 bit words and integers. 2 | 3 | WWW: http://hackage.haskell.org/package/crackNum 4 | -------------------------------------------------------------------------------- /math/hs-data-binary-ieee754/pkg-descr: -------------------------------------------------------------------------------- 1 | Convert Float and Decimal values to/from raw octets. 2 | 3 | WWW: https://john-millikin.com/software/data-binary-ieee754/ 4 | -------------------------------------------------------------------------------- /math/hs-data-lens-light/pkg-descr: -------------------------------------------------------------------------------- 1 | This is a minimalistic lens library, based on data-lens. 2 | 3 | WWW: https://github.com/feuerbach/data-lens-light 4 | -------------------------------------------------------------------------------- /math/hs-data-lens-template/pkg-descr: -------------------------------------------------------------------------------- 1 | Automatically derive Lenses for your data type for use with Data.Lens. 2 | 3 | WWW: http://github.com/roconnor/data-lens-template/ 4 | -------------------------------------------------------------------------------- /math/hs-data-lens/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/data-lens-2.10.7.tar.gz) = 3b198a84158d757d074b6cf71fe16c8ad900e24991d9813d0b6361a1fd97e050 2 | SIZE (cabal/data-lens-2.10.7.tar.gz) = 6078 3 | -------------------------------------------------------------------------------- /math/hs-data-lens/pkg-descr: -------------------------------------------------------------------------------- 1 | Used to be Haskell 98 Lenses. 2 | 3 | WWW: http://github.com/roconnor/data-lens/ 4 | -------------------------------------------------------------------------------- /math/hs-distributive/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/distributive-0.4.4.tar.gz) = 82d1f53495fe9c25e4e974825666b4a6232af7452784e145cc04aeb365b25468 2 | SIZE (cabal/distributive-0.4.4.tar.gz) = 6686 3 | -------------------------------------------------------------------------------- /math/hs-distributive/pkg-descr: -------------------------------------------------------------------------------- 1 | Distributive functors -- Dual to Traversable. 2 | 3 | WWW: http://github.com/ekmett/distributive/ 4 | -------------------------------------------------------------------------------- /math/hs-erf/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/erf-2.0.0.0.tar.gz) = 24f0b79c7e1d25cb2cd44c2258d7a464bf6db8079775b50b60b54a254616b337 2 | SIZE (cabal/erf-2.0.0.0.tar.gz) = 1918 3 | -------------------------------------------------------------------------------- /math/hs-erf/pkg-descr: -------------------------------------------------------------------------------- 1 | A type class for the error function, erf, and related functions for Haskell. 2 | Instances for Float and Double. 3 | 4 | WWW: http://hackage.haskell.org/package/erf 5 | -------------------------------------------------------------------------------- /math/hs-ieee754/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ieee754-0.7.6.tar.gz) = 5840644e8adbb243adc63d112c8bec3c3996af21a6c1262ce30c1e2b1034450f 2 | SIZE (cabal/ieee754-0.7.6.tar.gz) = 16787 3 | -------------------------------------------------------------------------------- /math/hs-kan-extensions/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/kan-extensions-4.2.2.tar.gz) = e51d6dd583045b22bcffe5d0054616f2da5880187e4d7261890d7d987fa61837 2 | SIZE (cabal/kan-extensions-4.2.2.tar.gz) = 19235 3 | -------------------------------------------------------------------------------- /math/hs-kan-extensions/pkg-descr: -------------------------------------------------------------------------------- 1 | Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density 2 | (co)monads. 3 | 4 | WWW: http://github.com/ekmett/kan-extensions/ 5 | -------------------------------------------------------------------------------- /math/hs-mwc-random/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/mwc-random-0.13.3.2.tar.gz) = 2cb1e354ec8b31400d14716920f38eedd5161003249deedfd49cda290aae5806 2 | SIZE (cabal/mwc-random-0.13.3.2.tar.gz) = 22290 3 | -------------------------------------------------------------------------------- /math/hs-pointed/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/pointed-4.2.0.2.tar.gz) = 4b8a8a5ad5a54715f6a58090d820657a2f2de4176d899ad736ebd0e54de7da7a 2 | SIZE (cabal/pointed-4.2.0.2.tar.gz) = 4333 3 | -------------------------------------------------------------------------------- /math/hs-pointed/pkg-descr: -------------------------------------------------------------------------------- 1 | Pointed and copointed data. 2 | 3 | WWW: http://github.com/ekmett/pointed/ 4 | -------------------------------------------------------------------------------- /math/hs-probability/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/probability-0.2.4.1.tar.gz) = 6c4bcb7343d1fda94fb1799e3e1d8dc45c5a018ac40b38d4f8d19e36001d075a 2 | SIZE (cabal/probability-0.2.4.1.tar.gz) = 27023 3 | -------------------------------------------------------------------------------- /math/hs-reducers/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/reducers-3.11.tar.gz) = f8212e2adfeb1631f82da8bb4c4bbb6da2d79a558a2a5e80d3cc6d33f22b46bc 2 | SIZE (cabal/reducers-3.11.tar.gz) = 11470 3 | -------------------------------------------------------------------------------- /math/hs-reducers/pkg-descr: -------------------------------------------------------------------------------- 1 | Semigroups, specialized containers and a general map/reduce framework. 2 | 3 | WWW: http://github.com/ekmett/reducers/ 4 | -------------------------------------------------------------------------------- /math/hs-sbv/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/sbv-4.4.tar.gz) = 9a1aed296ffbd3b848d3b714310cdd1f5cf02742ad99f2c353a3f9ee4b3224a4 2 | SIZE (cabal/sbv-4.4.tar.gz) = 501207 3 | -------------------------------------------------------------------------------- /math/hs-semigroups/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/semigroups-0.16.2.2.tar.gz) = d17e3e42c8e2457286d5c583dad5d0df57678ce4dcf12acc8a7667e80bd8ed57 2 | SIZE (cabal/semigroups-0.16.2.2.tar.gz) = 15159 3 | -------------------------------------------------------------------------------- /math/hs-statistics/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/statistics-0.13.2.3.tar.gz) = d624b1494959d3c64cfd068c9566778a799d3e3f5d6b22ec3e353ba6d6876fbd 2 | SIZE (cabal/statistics-0.13.2.3.tar.gz) = 79522 3 | -------------------------------------------------------------------------------- /math/hs-streams/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/streams-3.2.1.tar.gz) = 44edcc8bda54c0c356e606896756af5e61dab0070c021df31dfbbc56cad2d9f7 2 | SIZE (cabal/streams-3.2.1.tar.gz) = 18219 3 | -------------------------------------------------------------------------------- /math/hs-streams/pkg-descr: -------------------------------------------------------------------------------- 1 | Various Haskell 2010 stream comonads. 2 | 3 | WWW: http://github.com/ekmett/streams/issues 4 | -------------------------------------------------------------------------------- /math/hs-vector-space/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/vector-space-0.10.2.tar.gz) = 507dc397e48da9f889d06a314355a82aa31fb0dd785aad278dec1a2e8778e858 2 | SIZE (cabal/vector-space-0.10.2.tar.gz) = 14002 3 | -------------------------------------------------------------------------------- /net-im/hs-haskell-xmpp/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/haskell-xmpp-1.0.2.tar.gz) = a9345eb03a7ea0dc4a50af3a916ad2c455fb2232c6d36830afc8e70d6c259dfc 2 | SIZE (cabal/haskell-xmpp-1.0.2.tar.gz) = 24931 3 | -------------------------------------------------------------------------------- /net-p2p/hs-torrent/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/torrent-10000.0.0.tar.gz) = 5914bc8b4c32c10dc82bfe373ba73745e1e785424a052b0ede5352802aa1140c 2 | SIZE (cabal/torrent-10000.0.0.tar.gz) = 3549 3 | -------------------------------------------------------------------------------- /net-p2p/hs-torrent/pkg-descr: -------------------------------------------------------------------------------- 1 | BitTorrent file parser and generater. 2 | 3 | WWW: http://hackage.haskell.org/package/torrent 4 | -------------------------------------------------------------------------------- /net/hs-LDAP/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/LDAP-0.6.10.tar.gz) = 4050875df6157fd71ce14bb0025499a1e9ccbb4d7a03686d68d3521dd2539f82 2 | SIZE (cabal/LDAP-0.6.10.tar.gz) = 12691 3 | -------------------------------------------------------------------------------- /net/hs-LDAP/pkg-descr: -------------------------------------------------------------------------------- 1 | This package provides LDAP interface code for Haskell programs, binding to the 2 | C LDAP API. 3 | 4 | WWW: https://github.com/ezyang/ldap-haskell 5 | -------------------------------------------------------------------------------- /net/hs-aws/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/aws-0.12.1.tar.gz) = 6c85bac359ea94d78f287b45c6e7e981dc260a1c029a7888ed752a1c0e64d32b 2 | SIZE (cabal/aws-0.12.1.tar.gz) = 90763 3 | -------------------------------------------------------------------------------- /net/hs-aws/pkg-descr: -------------------------------------------------------------------------------- 1 | Bindings for Amazon Web Services (AWS), with the aim of supporting all 2 | AWS services. 3 | 4 | WWW: http://github.com/aristidb/aws 5 | -------------------------------------------------------------------------------- /net/hs-connection/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/connection-0.2.5.tar.gz) = 8895d4427985202ac439b884deb4b5675ccba3d9498fce3687f1542b4ba21124 2 | SIZE (cabal/connection-0.2.5.tar.gz) = 7576 3 | -------------------------------------------------------------------------------- /net/hs-gsasl/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/gsasl-0.3.6.tar.gz) = 786036025e5d5649c029c1db23c395e1592c073a58848ae4afe4f2797de1f931 2 | SIZE (cabal/gsasl-0.3.6.tar.gz) = 20170 3 | -------------------------------------------------------------------------------- /net/hs-gsasl/pkg-descr: -------------------------------------------------------------------------------- 1 | Bindings for GNU libgsasl. 2 | 3 | WWW: https://john-millikin.com/software/haskell-gsasl/ 4 | -------------------------------------------------------------------------------- /net/hs-hoauth2/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hoauth2-0.4.8.tar.gz) = 6e489820dee16b926225e58555032e32d345b234b5a798db6e5a1d63d2843093 2 | SIZE (cabal/hoauth2-0.4.8.tar.gz) = 8599 3 | -------------------------------------------------------------------------------- /net/hs-hoauth2/pkg-descr: -------------------------------------------------------------------------------- 1 | Haskell OAuth2 authentication. 2 | 3 | WWW: https://github.com/freizl/hoauth2 4 | -------------------------------------------------------------------------------- /net/hs-hostname/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hostname-1.0.tar.gz) = 9b43dab1b6da521f35685b20555da00738c8e136eb972458c786242406a9cf5c 2 | SIZE (cabal/hostname-1.0.tar.gz) = 1982 3 | -------------------------------------------------------------------------------- /net/hs-hostname/pkg-descr: -------------------------------------------------------------------------------- 1 | A very simple package providing a cross-platform means of determining 2 | the hostname. 3 | 4 | WWW: http://hackage.haskell.org/package/hostname 5 | -------------------------------------------------------------------------------- /net/hs-iproute/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/iproute-1.5.0.tar.gz) = e33b233c681be367162c342ebf3843ec2d858db49716ef52d96546bd3f6f2557 2 | SIZE (cabal/iproute-1.5.0.tar.gz) = 11570 3 | -------------------------------------------------------------------------------- /net/hs-maccatcher/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/maccatcher-2.1.5.tar.gz) = cbafc38151d9c4c17c3055a7f8f0702bf5d7d5240db3369c84326e94ddcaa67c 2 | SIZE (cabal/maccatcher-2.1.5.tar.gz) = 4947 3 | -------------------------------------------------------------------------------- /net/hs-maccatcher/pkg-descr: -------------------------------------------------------------------------------- 1 | Obtain the host MAC address on *NIX and Windows. 2 | 3 | WWW: http://hackage.haskell.org/package/maccatcher 4 | -------------------------------------------------------------------------------- /net/hs-network-fancy/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/network-fancy-0.2.3.tar.gz) = c5c5818797db9fcacc1a68e47233f64f590a7ec3add7a0e1e078e4b8305f90ac 2 | SIZE (cabal/network-fancy-0.2.3.tar.gz) = 9241 3 | -------------------------------------------------------------------------------- /net/hs-network-fancy/pkg-descr: -------------------------------------------------------------------------------- 1 | Networking support with a cleaner API. 2 | 3 | WWW: https://github.com/taruti/network-fancy 4 | -------------------------------------------------------------------------------- /net/hs-network-info/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/network-info-0.2.0.7.tar.gz) = ef36e2c3d60d120c91d07dfe1081c87b73d0917cee858fba42598f284301405d 2 | SIZE (cabal/network-info-0.2.0.7.tar.gz) = 6023 3 | -------------------------------------------------------------------------------- /net/hs-network-protocol-xmpp/pkg-descr: -------------------------------------------------------------------------------- 1 | Client library for the XMPP protocol. 2 | 3 | WWW: https://john-millikin.com/software/haskell-xmpp/ 4 | -------------------------------------------------------------------------------- /net/hs-network-uri/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/network-uri-2.6.0.3.tar.gz) = 0fc2cdff47ca77d826ebeb5cabe6ddac2333ca1504b2b629dd369399c5c28bdf 2 | SIZE (cabal/network-uri-2.6.0.3.tar.gz) = 26639 3 | -------------------------------------------------------------------------------- /net/hs-network-uri/pkg-descr: -------------------------------------------------------------------------------- 1 | This package provides an URI manipulation inteface. 2 | 3 | WWW: https://github.com/haskell/network-uri 4 | -------------------------------------------------------------------------------- /net/hs-network/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/network-2.6.2.1.tar.gz) = a3fda15c9bbe2c7274d97f40398c6cf8d1d3a9fe896fbf6531e1bfc849bb1bfa 2 | SIZE (cabal/network-2.6.2.1.tar.gz) = 118092 3 | -------------------------------------------------------------------------------- /net/hs-network/pkg-descr: -------------------------------------------------------------------------------- 1 | Low-level networking interface. 2 | 3 | WWW: http://github.com/haskell/network 4 | -------------------------------------------------------------------------------- /net/hs-pcap/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/pcap-0.4.5.2.tar.gz) = e7e92e6ff4bffa22102335a38dabb97fd0771fdf3b75d45cd7c1708c85e1cd5f 2 | SIZE (cabal/pcap-0.4.5.2.tar.gz) = 49414 3 | -------------------------------------------------------------------------------- /net/hs-pcap/pkg-descr: -------------------------------------------------------------------------------- 1 | A system-independent interface for user-level packet capture. 2 | 3 | WWW: https://github.com/bos/pcap 4 | -------------------------------------------------------------------------------- /net/hs-publicsuffixlist/pkg-descr: -------------------------------------------------------------------------------- 1 | Is a given string a domain suffix? 2 | 3 | WWW: https://github.com/litherum/publicsuffixlist 4 | -------------------------------------------------------------------------------- /net/hs-sendfile/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/sendfile-0.7.9.tar.gz) = 102fdf6db8c00f5a5981c6eed5acba1368a2d79b2970ce5b22ceb180aa0fdc42 2 | SIZE (cabal/sendfile-0.7.9.tar.gz) = 10656 3 | -------------------------------------------------------------------------------- /net/hs-socks/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/socks-0.5.4.tar.gz) = e9b5e1ea78592632bb086e5f4d6da523be01921a4a8998ca78552bdc396db4da 2 | SIZE (cabal/socks-0.5.4.tar.gz) = 8021 3 | -------------------------------------------------------------------------------- /net/hs-socks/pkg-descr: -------------------------------------------------------------------------------- 1 | Socks proxy (version 5) implementation. 2 | 3 | WWW: http://github.com/vincenthz/hs-socks 4 | -------------------------------------------------------------------------------- /ports-mgmt/hs-porte/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/porte-0.0.4.tar.gz) = 4d3c0b25d2c0dcc36b98fb692100179dd776d142d677c51430106ff0d79a87b1 2 | SIZE (cabal/porte-0.0.4.tar.gz) = 3767 3 | -------------------------------------------------------------------------------- /print/hs-hscolour/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hscolour-1.23.tar.gz) = 97167eaecc309eff51317d6e925881bc9f27921bd52692121f0fc5aaee1791b0 2 | SIZE (cabal/hscolour-1.23.tar.gz) = 26027 3 | -------------------------------------------------------------------------------- /science/hs-bio/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/bio-0.5.3.tar.gz) = 42c8f9b83fea6bf51356afe1251910ba4421e0af0bb4f26431eaf385971d7eed 2 | SIZE (cabal/bio-0.5.3.tar.gz) = 103707 3 | -------------------------------------------------------------------------------- /security/hs-Crypto/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/Crypto-4.2.5.1.tar.gz) = 6ad5e0533d0aaaf2f30049d166881a845cc190780798661815da9b4914a0af66 2 | SIZE (cabal/Crypto-4.2.5.1.tar.gz) = 56474 3 | -------------------------------------------------------------------------------- /security/hs-DRBG/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/DRBG-0.5.4.tar.gz) = bd617d0b0458acb810f20343d56ca88a0fc50c12c169a5895e6648356566d30e 2 | SIZE (cabal/DRBG-0.5.4.tar.gz) = 1548154 3 | -------------------------------------------------------------------------------- /security/hs-DRBG/pkg-descr: -------------------------------------------------------------------------------- 1 | Cryptographically secure RNGs. 2 | 3 | WWW: http://hackage.haskell.org/package/DRBG 4 | -------------------------------------------------------------------------------- /security/hs-HsOpenSSL/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/HsOpenSSL-0.11.1.1.tar.gz) = 4a61e074e968a9863e0f3440b3be8ac131457b3d34eb983ca8102122d8ebc4c1 2 | SIZE (cabal/HsOpenSSL-0.11.1.1.tar.gz) = 72297 3 | -------------------------------------------------------------------------------- /security/hs-RSA/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/RSA-2.1.0.1.tar.gz) = 1b02096acd61e7fa477ca062773d47b7872e110cab594372699f8cba0632e454 2 | SIZE (cabal/RSA-2.1.0.1.tar.gz) = 14390 3 | -------------------------------------------------------------------------------- /security/hs-SHA/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/SHA-1.6.4.2.tar.gz) = c470176f63cbe49fd0502a1b32ef22bc01b1af42385583b8be94547750958a8c 2 | SIZE (cabal/SHA-1.6.4.2.tar.gz) = 2715266 3 | -------------------------------------------------------------------------------- /security/hs-certificate/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/certificate-1.3.9.tar.gz) = e6257b4b0e884db8a817d265d9a7f9a6c76af8190504f32dadbbf64b0fcee5a1 2 | SIZE (cabal/certificate-1.3.9.tar.gz) = 15018 3 | -------------------------------------------------------------------------------- /security/hs-cipher-aes/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cipher-aes-0.2.11.tar.gz) = d3b171895698c73da24d7ce97543f725d26637f038de670c0fd4012ca7f95015 2 | SIZE (cabal/cipher-aes-0.2.11.tar.gz) = 33939 3 | -------------------------------------------------------------------------------- /security/hs-cipher-blowfish/pkg-descr: -------------------------------------------------------------------------------- 1 | Blowfish cipher primitives. 2 | 3 | WWW: http://github.com/vincenthz/hs-crypto-cipher 4 | -------------------------------------------------------------------------------- /security/hs-cipher-camellia/pkg-descr: -------------------------------------------------------------------------------- 1 | Camellia block cipher primitives. 2 | 3 | WWW: http://github.com/vincenthz/hs-crypto-cipher 4 | -------------------------------------------------------------------------------- /security/hs-cipher-des/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cipher-des-0.0.6.tar.gz) = 85f1bccdec625a120ecf83b861afcb6478f8f899ceaa06fc083e642b54ff4ac7 2 | SIZE (cabal/cipher-des-0.0.6.tar.gz) = 7857 3 | -------------------------------------------------------------------------------- /security/hs-cipher-des/pkg-descr: -------------------------------------------------------------------------------- 1 | DES and 3DES primitives. 2 | 3 | WWW: http://github.com/vincenthz/hs-crypto-cipher 4 | -------------------------------------------------------------------------------- /security/hs-cipher-rc4/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cipher-rc4-0.1.4.tar.gz) = c67e731bc9e7f3882e33609c3d9ec97b4e9bbd2f95cd882926acfb621970384d 2 | SIZE (cabal/cipher-rc4-0.1.4.tar.gz) = 4315 3 | -------------------------------------------------------------------------------- /security/hs-cipher-rc4/pkg-descr: -------------------------------------------------------------------------------- 1 | Fast RC4 cipher implementation. 2 | 3 | WWW: http://github.com/vincenthz/hs-cipher-rc4 4 | -------------------------------------------------------------------------------- /security/hs-cprng-aes/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cprng-aes-0.6.1.tar.gz) = 64592a01de8c6683c5e29f538dceee918887ffe211d87214a2e38559d72c21f3 2 | SIZE (cabal/cprng-aes-0.6.1.tar.gz) = 4396 3 | -------------------------------------------------------------------------------- /security/hs-cprng-aes/pkg-descr: -------------------------------------------------------------------------------- 1 | Simple crypto pseudo-random-number-generator with really good randomness 2 | property. 3 | 4 | WWW: http://github.com/vincenthz/hs-cprng-aes 5 | -------------------------------------------------------------------------------- /security/hs-crypto-api/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/crypto-api-0.13.2.tar.gz) = 5331d511a9761d5073e6661148234228d88f8ace14e2994171f0bcf5183e82ed 2 | SIZE (cabal/crypto-api-0.13.2.tar.gz) = 47877 3 | -------------------------------------------------------------------------------- /security/hs-crypto-cipher-types/pkg-descr: -------------------------------------------------------------------------------- 1 | Generic cryptography cipher types. 2 | 3 | WWW: http://github.com/vincenthz/hs-crypto-cipher 4 | -------------------------------------------------------------------------------- /security/hs-crypto-numbers/pkg-descr: -------------------------------------------------------------------------------- 1 | Cryptographic numbers: functions and algorithms. 2 | 3 | WWW: http://github.com/vincenthz/hs-crypto-numbers 4 | -------------------------------------------------------------------------------- /security/hs-crypto-pubkey-types/pkg-descr: -------------------------------------------------------------------------------- 1 | Generic cryptography public keys algorithm types. 2 | 3 | WWW: http://github.com/vincenthz/hs-crypto-pubkey-types 4 | -------------------------------------------------------------------------------- /security/hs-crypto-random-api/pkg-descr: -------------------------------------------------------------------------------- 1 | Simple random generators API for cryptography related code. 2 | 3 | WWW: http://github.com/vincenthz/hs-crypto-random-api 4 | -------------------------------------------------------------------------------- /security/hs-crypto-random/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/crypto-random-0.0.9.tar.gz) = 170a7a18441379c2d1c19b502ee5919026a19adc6e78641cd4fb40b1d69a6904 2 | SIZE (cabal/crypto-random-0.0.9.tar.gz) = 9256 3 | -------------------------------------------------------------------------------- /security/hs-crypto-random/pkg-descr: -------------------------------------------------------------------------------- 1 | Simple cryptographic random related types. 2 | 3 | WWW: http://github.com/vincenthz/hs-crypto-random 4 | -------------------------------------------------------------------------------- /security/hs-cryptocipher/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cryptocipher-0.6.2.tar.gz) = 34b9e62dee36c4019dd0c0e86576295d0bd1bb573eeb24686ec635a09550e346 2 | SIZE (cabal/cryptocipher-0.6.2.tar.gz) = 2027 3 | -------------------------------------------------------------------------------- /security/hs-cryptocipher/pkg-descr: -------------------------------------------------------------------------------- 1 | Symmetrical block and stream ciphers. 2 | 3 | WWW: http://github.com/vincenthz/hs-cryptocipher 4 | -------------------------------------------------------------------------------- /security/hs-cryptohash-conduit/pkg-descr: -------------------------------------------------------------------------------- 1 | Support all the cryptohash package using conduits from the conduit 2 | package. 3 | 4 | WWW: http://github.com/vincenthz/hs-cryptohash-conduit 5 | -------------------------------------------------------------------------------- /security/hs-cryptohash-cryptoapi/pkg-descr: -------------------------------------------------------------------------------- 1 | Crypto-api interfaces for cryptohash. 2 | 3 | WWW: http://github.com/vincenthz/hs-cryptohash-cryptoapi 4 | -------------------------------------------------------------------------------- /security/hs-cryptohash/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cryptohash-0.11.6.tar.gz) = da382334857a88f3e94ce0fb83f425f0a0787b0644100913c61f6e94bb62df37 2 | SIZE (cabal/cryptohash-0.11.6.tar.gz) = 65798 3 | -------------------------------------------------------------------------------- /security/hs-cryptonite/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cryptonite-0.6.tar.gz) = a016ccaa38579beb4517807a8917801baf6e6ddb830a74af91fc064c35acf853 2 | SIZE (cabal/cryptonite-0.6.tar.gz) = 319290 3 | -------------------------------------------------------------------------------- /security/hs-digest/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/digest-0.0.1.2.tar.gz) = 641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11 2 | SIZE (cabal/digest-0.0.1.2.tar.gz) = 3790 3 | -------------------------------------------------------------------------------- /security/hs-entropy/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/entropy-0.3.7.tar.gz) = 1ff020eba2edbb93c4b23297470f8c11d69d0ff1e1642d17cbab9d54a24befef 2 | SIZE (cabal/entropy-0.3.7.tar.gz) = 6498 3 | -------------------------------------------------------------------------------- /security/hs-entropy/pkg-descr: -------------------------------------------------------------------------------- 1 | A platform-independent method to obtain cryptographically strong entropy. 2 | 3 | WWW: https://github.com/TomMD/entropy 4 | -------------------------------------------------------------------------------- /security/hs-gnutls/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/gnutls-0.2.tar.gz) = c0e6fddf92d48d1e6ab0d93af8104cc83d250eab7b3d369780ef72801aa8b7b0 2 | SIZE (cabal/gnutls-0.2.tar.gz) = 17272 3 | -------------------------------------------------------------------------------- /security/hs-monadcryptorandom/pkg-descr: -------------------------------------------------------------------------------- 1 | A monad for using CryptoRandomGen. 2 | 3 | WWW: https://github.com/TomMD/monadcryptorandom 4 | -------------------------------------------------------------------------------- /security/hs-nonce/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/nonce-1.0.2.tar.gz) = 1004184996ea797b43189a0e73eab0b939f129cafc776341ca82289edb329cd0 2 | SIZE (cabal/nonce-1.0.2.tar.gz) = 2872 3 | -------------------------------------------------------------------------------- /security/hs-pem/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/pem-0.2.2.tar.gz) = 372808c76c6d860aedb4e30171cb4ee9f6154d9f68e3f2310f820bf174995a98 2 | SIZE (cabal/pem-0.2.2.tar.gz) = 4641 3 | -------------------------------------------------------------------------------- /security/hs-pem/pkg-descr: -------------------------------------------------------------------------------- 1 | Privacy Enhanced Mail (PEM) format reader and writer. 2 | 3 | WWW: http://github.com/vincenthz/hs-pem 4 | -------------------------------------------------------------------------------- /security/hs-pureMD5/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/pureMD5-2.1.2.1.tar.gz) = 6768174686d5eaef76b487f6f8160a932c48012668fbe542e7aba489134956ff 2 | SIZE (cabal/pureMD5-2.1.2.1.tar.gz) = 5824 3 | -------------------------------------------------------------------------------- /security/hs-pwstore-fast/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/pwstore-fast-2.4.4.tar.gz) = 7219af66b6f762d9dd5376b3b25393d4d6626e390e9d9c9f87f6e3f13ea7fbb2 2 | SIZE (cabal/pwstore-fast-2.4.4.tar.gz) = 8901 3 | -------------------------------------------------------------------------------- /security/hs-skein/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/skein-1.0.9.3.tar.gz) = c7bab12dbad3af29fd8d3b10f418198fe22315e8f849539bf9d7efe9495df14c 2 | SIZE (cabal/skein-1.0.9.3.tar.gz) = 119484 3 | -------------------------------------------------------------------------------- /security/hs-tls/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/tls-1.3.1.tar.gz) = 747f840677115d077ef548b4da54acb479253ce3cb58ad3a03275fe2b452d5d0 2 | SIZE (cabal/tls-1.3.1.tar.gz) = 74668 3 | -------------------------------------------------------------------------------- /security/hs-x509-store/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/x509-store-1.6.0.tar.gz) = d5b347a80d66b0424b92d5a340108d6c674246ddbdd21c223b586be19f582e22 2 | SIZE (cabal/x509-store-1.6.0.tar.gz) = 3556 3 | -------------------------------------------------------------------------------- /security/hs-x509-store/pkg-descr: -------------------------------------------------------------------------------- 1 | X.509 collection accessing and storing methods for certificate, crl, 2 | exception list. 3 | 4 | WWW: http://github.com/vincenthz/hs-certificate 5 | -------------------------------------------------------------------------------- /security/hs-x509-system/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/x509-system-1.6.0.tar.gz) = 50f9c24513aba2677d71a1c09cbd4f4d6cb82b5e0bad1ecfdfb407f6f5be1735 2 | SIZE (cabal/x509-system-1.6.0.tar.gz) = 3833 3 | -------------------------------------------------------------------------------- /security/hs-x509-system/pkg-descr: -------------------------------------------------------------------------------- 1 | System X.509 handling. 2 | 3 | WWW: http://github.com/vincenthz/hs-certificate 4 | -------------------------------------------------------------------------------- /security/hs-x509-validation/pkg-descr: -------------------------------------------------------------------------------- 1 | X.509 Certificate and CRL validation. 2 | 3 | WWW: http://github.com/vincenthz/hs-certificate 4 | -------------------------------------------------------------------------------- /security/hs-x509/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/x509-1.6.0.tar.gz) = 939eec164a1dd764d610920d8896c7715c86f9b437c2d44b27119b3fb197c23b 2 | SIZE (cabal/x509-1.6.0.tar.gz) = 15606 3 | -------------------------------------------------------------------------------- /security/hs-x509/pkg-descr: -------------------------------------------------------------------------------- 1 | X509 reader and writer. 2 | 3 | WWW: http://github.com/vincenthz/hs-certificate 4 | -------------------------------------------------------------------------------- /shells/hs-shelly-extra/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/shelly-extra-0.3.0.1.tar.gz) = 0502062de043c0322d3cddf379847c1148e515c4fa18f19db835210d422d85d5 2 | SIZE (cabal/shelly-extra-0.3.0.1.tar.gz) = 3372 3 | -------------------------------------------------------------------------------- /shells/hs-shelly/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/shelly-1.6.3.3.tar.gz) = 1a6624db16198b7af4d06d2b79f46346c1c459bcccbdf2958533b396dcf56a9c 2 | SIZE (cabal/shelly-1.6.3.3.tar.gz) = 70187 3 | -------------------------------------------------------------------------------- /sysutils/hs-angel/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/angel-0.6.2.tar.gz) = caff0b06481dc3858b059e2faa12afdad66152c0341020dc53cceacf28e2e358 2 | SIZE (cabal/angel-0.6.2.tar.gz) = 20745 3 | -------------------------------------------------------------------------------- /sysutils/hs-cpu/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cpu-0.1.2.tar.gz) = 5627feb4974a3ff8499c42cc958927e88761a2e004c4000d34e9cd6a15ad2974 2 | SIZE (cabal/cpu-0.1.2.tar.gz) = 4317 3 | -------------------------------------------------------------------------------- /sysutils/hs-cpu/pkg-descr: -------------------------------------------------------------------------------- 1 | Low-level CPU routines to get basic properties of the CPU platform, like 2 | endianness and architecture. 3 | 4 | WWW: http://github.com/vincenthz/hs-cpu 5 | -------------------------------------------------------------------------------- /sysutils/hs-ekg-core/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ekg-core-0.1.1.0.tar.gz) = 7ba11eb73ad3b906610cc1ae3889543547c48d1b2f4ca68c288bb3f022a7061e 2 | SIZE (cabal/ekg-core-0.1.1.0.tar.gz) = 12376 3 | -------------------------------------------------------------------------------- /sysutils/hs-ekg-core/pkg-descr: -------------------------------------------------------------------------------- 1 | This library lets you defined and track system metrics. 2 | 3 | WWW: https://github.com/tibbe/ekg-core 4 | -------------------------------------------------------------------------------- /sysutils/hs-ekg-json/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ekg-json-0.1.0.0.tar.gz) = 52c455ee7d1b54f530ba9243027e5bb332925589d9209dcdfc24bd16a5a218da 2 | SIZE (cabal/ekg-json-0.1.0.0.tar.gz) = 2969 3 | -------------------------------------------------------------------------------- /sysutils/hs-ekg/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ekg-0.4.0.8.tar.gz) = 5b0488bab3b3b6309d28f3c73fbde65b9b238f0560c58f4d937711b7ca42e832 2 | SIZE (cabal/ekg-0.4.0.8.tar.gz) = 169806 3 | -------------------------------------------------------------------------------- /sysutils/hs-vado/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/vado-0.0.5.tar.gz) = 7262e756a473b28f3998c6f90c8c04437e77efe5fc7e13f72fd06388ca65781d 2 | SIZE (cabal/vado-0.0.5.tar.gz) = 5335 3 | -------------------------------------------------------------------------------- /textproc/bibutils/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (bibutils_5.2_src.tgz) = a7deab53d618686bc85b8cbb90dde636ce97688171f679742d63c49b560b75a7 2 | SIZE (bibutils_5.2_src.tgz) = 460215 3 | -------------------------------------------------------------------------------- /textproc/cgrep/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (awgn-cgrep-v6.4.3_GH0.tar.gz) = 65cd59f50de4e1865cd39d198da21beb76ba898d859d07718e6605f7ff33ae78 2 | SIZE (awgn-cgrep-v6.4.3_GH0.tar.gz) = 33419 3 | -------------------------------------------------------------------------------- /textproc/cgrep/pkg-plist: -------------------------------------------------------------------------------- 1 | bin/cgrep 2 | %%DATADIR%%/cgreprc 3 | -------------------------------------------------------------------------------- /textproc/hs-Diff/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/Diff-0.3.2.tar.gz) = 7f032b9842228c2282a66d096e0c943b830138493fbbc5f176a7b2a66ec5388e 2 | SIZE (cabal/Diff-0.3.2.tar.gz) = 5024 3 | -------------------------------------------------------------------------------- /textproc/hs-Diff/pkg-descr: -------------------------------------------------------------------------------- 1 | Implementation of the standard diff algorithm, and utilities for pretty 2 | printing. 3 | 4 | WWW: http://hackage.haskell.org/package/Diff 5 | -------------------------------------------------------------------------------- /textproc/hs-HStringTemplate/pkg-descr: -------------------------------------------------------------------------------- 1 | A port of the Java library by Terrence Parr. 2 | 3 | WWW: http://hackage.haskell.org/package/HStringTemplate 4 | -------------------------------------------------------------------------------- /textproc/hs-HaXml/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/HaXml-1.25.3.tar.gz) = 6448a7ee1c26159c6c10db93757ed9248f647b1c0c431e7aead6aadd6d2307c7 2 | SIZE (cabal/HaXml-1.25.3.tar.gz) = 144189 3 | -------------------------------------------------------------------------------- /textproc/hs-HaXml/pkg-descr: -------------------------------------------------------------------------------- 1 | Haskell utilities for parsing, filtering, transforming and generating XML 2 | documents. 3 | 4 | WWW: http://projects.haskell.org/HaXml/ 5 | -------------------------------------------------------------------------------- /textproc/hs-appar/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/appar-0.1.4.tar.gz) = 58ea66abe4dd502d2fc01eecdb0828d5e214704a3c1b33b1f8b33974644c4b26 2 | SIZE (cabal/appar-0.1.4.tar.gz) = 3904 3 | -------------------------------------------------------------------------------- /textproc/hs-appar/pkg-descr: -------------------------------------------------------------------------------- 1 | A simple applicative parser in Parsec style. 2 | 3 | WWW: http://hackage.haskell.org/package/appar 4 | -------------------------------------------------------------------------------- /textproc/hs-attoparsec-iteratee/pkg-descr: -------------------------------------------------------------------------------- 1 | An adapter to convert attoparsec Parsers into blazing-fast Iteratees. 2 | 3 | WWW: http://github.com/gregorycollins 4 | -------------------------------------------------------------------------------- /textproc/hs-attoparsec/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/attoparsec-0.12.1.6.tar.gz) = ce0bb68c3a232dc981412b44211395ee04b0c18075777c30493d4e0f1edc06a8 2 | SIZE (cabal/attoparsec-0.12.1.6.tar.gz) = 65300 3 | -------------------------------------------------------------------------------- /textproc/hs-bencode/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/bencode-0.6.0.0.tar.gz) = 3b8efdfecee9bc486d9bcdbb633b7128ca235360f102478a7e0f8c895281f68a 2 | SIZE (cabal/bencode-0.6.0.0.tar.gz) = 4622 3 | -------------------------------------------------------------------------------- /textproc/hs-blaze-html/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/blaze-html-0.8.1.0.tar.gz) = fb6dc0755b578928538e867ba441525d7169fcfeaabbfc4663f06bc91b6fed31 2 | SIZE (cabal/blaze-html-0.8.1.0.tar.gz) = 76151 3 | -------------------------------------------------------------------------------- /textproc/hs-blaze-html/pkg-descr: -------------------------------------------------------------------------------- 1 | A blazingly fast HTML combinator library for the Haskell programming language. 2 | 3 | WWW: http://jaspervdj.be/blaze 4 | -------------------------------------------------------------------------------- /textproc/hs-blaze-markup/pkg-descr: -------------------------------------------------------------------------------- 1 | Core modules of a blazingly fast markup combinator library for the Haskell 2 | programming language. 3 | 4 | WWW: http://jaspervdj.be/blaze 5 | -------------------------------------------------------------------------------- /textproc/hs-bytestring-csv/pkg-descr: -------------------------------------------------------------------------------- 1 | A small library that allows you to parse CSV formatted data efficiently 2 | with Haskell. 3 | 4 | WWW: http://code.haskell.org/~dons/code/bytestring-csv 5 | -------------------------------------------------------------------------------- /textproc/hs-cassava/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cassava-0.4.3.1.tar.gz) = e389ea01f6f346246e7002d5eb925518d134185f260cbdf1e81628eb4cffc2ac 2 | SIZE (cabal/cassava-0.4.3.1.tar.gz) = 31922 3 | -------------------------------------------------------------------------------- /textproc/hs-cassava/pkg-descr: -------------------------------------------------------------------------------- 1 | A CSV parsing and encoding library optimized for ease of use and high 2 | performance. 3 | 4 | WWW: https://github.com/tibbe/cassava 5 | -------------------------------------------------------------------------------- /textproc/hs-cheapskate/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cheapskate-0.1.0.4.tar.gz) = 023243726dd26a381ae43c6cace5381533b7605f069f04888c99b58d290c3d37 2 | SIZE (cabal/cheapskate-0.1.0.4.tar.gz) = 26592 3 | -------------------------------------------------------------------------------- /textproc/hs-citeproc-hs/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/citeproc-hs-0.3.10.tar.gz) = 1928db4f4c00f6722281f25171fc58412ec74c5e42adfc901a33a20dd10e65b9 2 | SIZE (cabal/citeproc-hs-0.3.10.tar.gz) = 115588 3 | -------------------------------------------------------------------------------- /textproc/hs-cmark/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cmark-0.4.0.1.tar.gz) = 638328b59c2bb8bdcd0f3042c4554f2b2b7c6deac7770dbc8bc2813c865a35ce 2 | SIZE (cabal/cmark-0.4.0.1.tar.gz) = 175936 3 | -------------------------------------------------------------------------------- /textproc/hs-csv/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/csv-0.1.2.tar.gz) = 8cf43442325faa1368f9b55ad952beccf677d9980cdffa3d70a7f204a23ae600 2 | SIZE (cabal/csv-0.1.2.tar.gz) = 2923 3 | -------------------------------------------------------------------------------- /textproc/hs-feed/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/feed-0.3.10.0.tar.gz) = 74b25a85eab11fda19be3c837755f024036542f5bd729911526845cac572d094 2 | SIZE (cabal/feed-0.3.10.0.tar.gz) = 76124 3 | -------------------------------------------------------------------------------- /textproc/hs-feed/pkg-descr: -------------------------------------------------------------------------------- 1 | Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds in Haskell. 2 | 3 | WWW: https://github.com/bergmark/feed 4 | -------------------------------------------------------------------------------- /textproc/hs-hexpat/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hexpat-0.20.9.tar.gz) = 5d1c075f1ae00be2e80c0018b522a351b2f4ef73b9baca1113ee80e554449d9d 2 | SIZE (cabal/hexpat-0.20.9.tar.gz) = 132649 3 | -------------------------------------------------------------------------------- /textproc/hs-hs-bibutils/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hs-bibutils-5.5.tar.gz) = 95f9f34be9f3145da8acc8a0e9de379236cfe31c5a9bc0eb9489e77402a4c55d 2 | SIZE (cabal/hs-bibutils-5.5.tar.gz) = 499546 3 | -------------------------------------------------------------------------------- /textproc/hs-html-conduit/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/html-conduit-1.2.0.tar.gz) = 751096080f961a44ac3c2d93274dfa5fd4e047d215af33734dd325158e16404a 2 | SIZE (cabal/html-conduit-1.2.0.tar.gz) = 3905 3 | -------------------------------------------------------------------------------- /textproc/hs-html/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/html-1.0.1.2.tar.gz) = 0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061 2 | SIZE (cabal/html-1.0.1.2.tar.gz) = 11021 3 | -------------------------------------------------------------------------------- /textproc/hs-html/pkg-descr: -------------------------------------------------------------------------------- 1 | This package contains a combinator library for constructing 2 | HTML documents. 3 | 4 | WWW: http://hackage.haskell.org/package/html 5 | -------------------------------------------------------------------------------- /textproc/hs-hxt-unicode/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hxt-unicode-9.0.2.4.tar.gz) = 7b5823f3bd94b57022d9d84ab3555303653c5121eaaef2ee1fd4918f3c434466 2 | SIZE (cabal/hxt-unicode-9.0.2.4.tar.gz) = 14010 3 | -------------------------------------------------------------------------------- /textproc/hs-hxt/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hxt-9.3.1.15.tar.gz) = 723e7b3c22f58771087e7763d11702b3ae3aa910158a2beee70e973722966560 2 | SIZE (cabal/hxt-9.3.1.15.tar.gz) = 235096 3 | -------------------------------------------------------------------------------- /textproc/hs-lhs2tex/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/lhs2tex-1.19.tar.gz) = 24ae0557d95673e0c6d9b0aca829181b734359880dd58802ac154b89f384b00e 2 | SIZE (cabal/lhs2tex-1.19.tar.gz) = 658353 3 | -------------------------------------------------------------------------------- /textproc/hs-lhs2tex/pkg-descr: -------------------------------------------------------------------------------- 1 | Preprocessor for typesetting Haskell sources with LaTeX. 2 | 3 | WWW: http://www.andres-loeh.de/lhs2tex/ 4 | -------------------------------------------------------------------------------- /textproc/hs-libxml-sax/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/libxml-sax-0.7.5.tar.gz) = 99141784cc0d6c5749f0df618b2d46922391eede09f4f9ccfc36fb58a9c16d51 2 | SIZE (cabal/libxml-sax-0.7.5.tar.gz) = 8916 3 | -------------------------------------------------------------------------------- /textproc/hs-libxml-sax/pkg-descr: -------------------------------------------------------------------------------- 1 | Bindings for the libXML2 SAX interface. 2 | 3 | WWW: https://john-millikin.com/software/haskell-libxml/ 4 | -------------------------------------------------------------------------------- /textproc/hs-libxml/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/libxml-0.1.1.tar.gz) = d1e92affb41e7abe1c7b692aa24ae47dbcf3636f2753bb85a3469c370d9afb07 2 | SIZE (cabal/libxml-0.1.1.tar.gz) = 3959 3 | -------------------------------------------------------------------------------- /textproc/hs-libxml/pkg-descr: -------------------------------------------------------------------------------- 1 | Minimal binding to libxml2. Additional functions will be added when 2 | needed. 3 | 4 | WWW: http://hackage.haskell.org/package/libxml 5 | -------------------------------------------------------------------------------- /textproc/hs-pandoc/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/pandoc-1.15.0.6.tar.gz) = d950968142526d5a765af7dfb26b47c3f60d4f883aa9d9eab668614179f1ed46 2 | SIZE (cabal/pandoc-1.15.0.6.tar.gz) = 2049870 3 | -------------------------------------------------------------------------------- /textproc/hs-parsec/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/parsec-3.1.9.tar.gz) = 71f711d24c89581a43b8bc2d3ed56a1a802bbf1cd0b083bc34636c232b0342c9 2 | SIZE (cabal/parsec-3.1.9.tar.gz) = 29668 3 | -------------------------------------------------------------------------------- /textproc/hs-parsers/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/parsers-0.12.2.1.tar.gz) = c7cae580925dded426c4a434a4f9a4a4db07f5fcc2395b401dec798144c73f73 2 | SIZE (cabal/parsers-0.12.2.1.tar.gz) = 21494 3 | -------------------------------------------------------------------------------- /textproc/hs-parsers/pkg-descr: -------------------------------------------------------------------------------- 1 | Parsing combinators. 2 | 3 | WWW: http://github.com/ekmett/parsers/ 4 | -------------------------------------------------------------------------------- /textproc/hs-polyparse/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/polyparse-1.11.tar.gz) = 30ef045a25bd7de0f3507ed1161aab35b5711120d315b15f23558205903b81fc 2 | SIZE (cabal/polyparse-1.11.tar.gz) = 22978 3 | -------------------------------------------------------------------------------- /textproc/hs-regex-base/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 2 | SIZE (cabal/regex-base-0.93.2.tar.gz) = 9156 3 | -------------------------------------------------------------------------------- /textproc/hs-regex-base/pkg-descr: -------------------------------------------------------------------------------- 1 | Interface API for regex-posix,pcre,parsec,tdfa,dfa. 2 | 3 | WWW: http://sourceforge.net/projects/lazy-regex 4 | -------------------------------------------------------------------------------- /textproc/hs-regex-compat/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/regex-compat-0.95.1.tar.gz) = d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b 2 | SIZE (cabal/regex-compat-0.95.1.tar.gz) = 3968 3 | -------------------------------------------------------------------------------- /textproc/hs-regex-compat/pkg-descr: -------------------------------------------------------------------------------- 1 | One module layer over regex-posix to replace Text.Regex. 2 | 3 | WWW: http://sourceforge.net/projects/lazy-regex 4 | -------------------------------------------------------------------------------- /textproc/hs-regex-pcre-builtin/pkg-descr: -------------------------------------------------------------------------------- 1 | The PCRE backend to accompany regex-base. 2 | 3 | WWW: http://hackage.haskell.org/package/regex-pcre 4 | -------------------------------------------------------------------------------- /textproc/hs-regex-posix/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/regex-posix-0.95.2.tar.gz) = 56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e 2 | SIZE (cabal/regex-posix-0.95.2.tar.gz) = 42916 3 | -------------------------------------------------------------------------------- /textproc/hs-regex-posix/pkg-descr: -------------------------------------------------------------------------------- 1 | The posix regex backend for regex-base. 2 | 3 | WWW: http://sourceforge.net/projects/lazy-regex 4 | -------------------------------------------------------------------------------- /textproc/hs-regex-tdfa-rc/pkg-descr: -------------------------------------------------------------------------------- 1 | A new all Haskell "tagged" DFA regex engine, inspired by libtre. 2 | 3 | WWW: http://hackage.haskell.org/package/regex-tdfa 4 | -------------------------------------------------------------------------------- /textproc/hs-regex-tdfa/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/regex-tdfa-1.2.0.tar.gz) = fc82ac14aae378c543a55cdac3f944aae5bff9918c4a342e1da87d38ba4ef401 2 | SIZE (cabal/regex-tdfa-1.2.0.tar.gz) = 66039 3 | -------------------------------------------------------------------------------- /textproc/hs-regex-tdfa/pkg-descr: -------------------------------------------------------------------------------- 1 | A new all Haskell "tagged" DFA regex engine, inspired by libtre. 2 | 3 | WWW: http://hackage.haskell.org/package/regex-tdfa 4 | -------------------------------------------------------------------------------- /textproc/hs-rfc5051/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/rfc5051-0.1.0.3.tar.gz) = e38dab28a5625774be60545c8c99e647b79bbc0ac0bc9c65fe6b2ebef160642b 2 | SIZE (cabal/rfc5051-0.1.0.3.tar.gz) = 217935 3 | -------------------------------------------------------------------------------- /textproc/hs-tagsoup/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/tagsoup-0.13.3.tar.gz) = 32a862118d7836e9beb25fe4b317472fab6e1d41daefa86067231b328cff668d 2 | SIZE (cabal/tagsoup-0.13.3.tar.gz) = 42279 3 | -------------------------------------------------------------------------------- /textproc/hs-texmath/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/texmath-0.8.3.tar.gz) = 553d4e8785caf97370aa8d1b626c0e310fe0a1dec15abf2b146dc2ee219e1d34 2 | SIZE (cabal/texmath-0.8.3.tar.gz) = 1599129 3 | -------------------------------------------------------------------------------- /textproc/hs-trifecta/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/trifecta-1.5.1.3.tar.gz) = bc5377d7faf3724a94b02bf19e8458117267b523081426dc9c0cd906dd2aa5f9 2 | SIZE (cabal/trifecta-1.5.1.3.tar.gz) = 25069 3 | -------------------------------------------------------------------------------- /textproc/hs-trifecta/pkg-descr: -------------------------------------------------------------------------------- 1 | A modern parser combinator library with slicing and Clang-style colored 2 | diagnostics. 3 | 4 | WWW: http://github.com/ekmett/trifecta/ 5 | -------------------------------------------------------------------------------- /textproc/hs-uri/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/uri-0.1.6.3.tar.gz) = 321165b9897aaab108170ee3b6073ec718150ebf650a3f76042a0e5c89cd15b6 2 | SIZE (cabal/uri-0.1.6.3.tar.gz) = 5331 3 | -------------------------------------------------------------------------------- /textproc/hs-uri/pkg-descr: -------------------------------------------------------------------------------- 1 | Library for working with URIs, including parsing, rendering, merging, 2 | escaping. 3 | 4 | WWW: http://gitorious.org/uri 5 | -------------------------------------------------------------------------------- /textproc/hs-wl-pprint-text/pkg-descr: -------------------------------------------------------------------------------- 1 | A clone of wl-pprint for use with the text library. 2 | 3 | WWW: http://hackage.haskell.org/package/wl-pprint-text 4 | -------------------------------------------------------------------------------- /textproc/hs-xml-conduit/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/xml-conduit-1.3.1.tar.gz) = 19e65bb1753f99c8a9f2011f2088639db3b8c06f72d29fea1464f623879b8f24 2 | SIZE (cabal/xml-conduit-1.3.1.tar.gz) = 33304 3 | -------------------------------------------------------------------------------- /textproc/hs-xml-hamlet/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/xml-hamlet-0.4.0.11.tar.gz) = 3d598ad387e310e76a07f213afe35db06662611840d1bce3bcdf202668bc1e89 2 | SIZE (cabal/xml-hamlet-0.4.0.11.tar.gz) = 6080 3 | -------------------------------------------------------------------------------- /textproc/hs-xml-hamlet/pkg-descr: -------------------------------------------------------------------------------- 1 | Hamlet-style quasiquoter for XML content. 2 | 3 | WWW: http://www.yesodweb.com/ 4 | -------------------------------------------------------------------------------- /textproc/hs-xml-types/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/xml-types-0.3.6.tar.gz) = 9937d440072552c03c6d8ad79f61e61467dc28dcd5adeaad81038b9b94eef8c9 2 | SIZE (cabal/xml-types-0.3.6.tar.gz) = 4020 3 | -------------------------------------------------------------------------------- /textproc/hs-xml-types/pkg-descr: -------------------------------------------------------------------------------- 1 | Basic types for representing XML. 2 | 3 | WWW: http://john-millikin.com/software/haskell-xml/ 4 | 5 | -------------------------------------------------------------------------------- /textproc/hs-xml/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/xml-1.3.14.tar.gz) = 32d1a1a9f21a59176d84697f96ae3a13a0198420e3e4f1c48abbab7d2425013d 2 | SIZE (cabal/xml-1.3.14.tar.gz) = 12048 3 | -------------------------------------------------------------------------------- /textproc/hs-xml/pkg-descr: -------------------------------------------------------------------------------- 1 | A simple XML library. 2 | 3 | WWW: http://code.galois.com/ 4 | 5 | -------------------------------------------------------------------------------- /textproc/hs-xmlhtml/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/xmlhtml-0.2.3.4.tar.gz) = d955859d51f4636e3994f77b2ac38e0bdd7c152eb92b9b192db11ebc3e966533 2 | SIZE (cabal/xmlhtml-0.2.3.4.tar.gz) = 124760 3 | -------------------------------------------------------------------------------- /textproc/hs-yaml/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/yaml-0.8.13.tar.gz) = f366bdd6ddbc5f94f3f783b502178dcd27afc257bdf5e8d67fcf9246aeed0f7a 2 | SIZE (cabal/yaml-0.8.13.tar.gz) = 74369 3 | -------------------------------------------------------------------------------- /www/hs-DAV/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/DAV-1.0.7.tar.gz) = a8a9000b544e872296c8597edd9df10d10ceaa097f981d98bd315c1dfb637c2e 2 | SIZE (cabal/DAV-1.0.7.tar.gz) = 19768 3 | -------------------------------------------------------------------------------- /www/hs-HTTP/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/HTTP-4000.2.20.tar.gz) = 4407cc863699720d179b36257baf21b5f1df4be8c30545dcec4d685a726fd85b 2 | SIZE (cabal/HTTP-4000.2.20.tar.gz) = 71475 3 | -------------------------------------------------------------------------------- /www/hs-activehs/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/activehs-0.3.1.tar.gz) = 0c0ab3ef3338d713d0bde0ce288199ce28c6401e27545691f04e08450403ea0f 2 | SIZE (cabal/activehs-0.3.1.tar.gz) = 33193 3 | -------------------------------------------------------------------------------- /www/hs-activehs/pkg-descr: -------------------------------------------------------------------------------- 1 | ActiveHs is a Haskell source code presentation tool, developed for education 2 | purposes. 3 | 4 | WWW: http://hackage.haskell.org/package/activehs 5 | -------------------------------------------------------------------------------- /www/hs-authenticate/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/authenticate-1.3.2.11.tar.gz) = 049388bf2ebf9017f3854462e1e2af57366959528e815017651e8da112577ff6 2 | SIZE (cabal/authenticate-1.3.2.11.tar.gz) = 8728 3 | -------------------------------------------------------------------------------- /www/hs-authenticate/pkg-descr: -------------------------------------------------------------------------------- 1 | Focus is on third-party authentication methods, such as OpenID, rpxnow 2 | and Facebook. 3 | 4 | WWW: http://github.com/yesodweb/authenticate 5 | -------------------------------------------------------------------------------- /www/hs-cgi/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cgi-3001.2.2.2.tar.gz) = 23850f29cd80a5ac671c5663b8b3b3aae45e269c8db5a8216082c487d4ed3760 2 | SIZE (cabal/cgi-3001.2.2.2.tar.gz) = 17270 3 | -------------------------------------------------------------------------------- /www/hs-cgi/pkg-descr: -------------------------------------------------------------------------------- 1 | This is a Haskell library for writing CGI programs. 2 | 3 | WWW: https://github.com/cheecheeo/haskell-cgi 4 | -------------------------------------------------------------------------------- /www/hs-cookie/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/cookie-0.4.1.6.tar.gz) = 3a2da4db7478ae45f848ebd5fcd40c23c84ecd00be79dec857e526619da9de2c 2 | SIZE (cabal/cookie-0.4.1.6.tar.gz) = 5319 3 | -------------------------------------------------------------------------------- /www/hs-cookie/pkg-descr: -------------------------------------------------------------------------------- 1 | HTTP cookie parsing and rendering. 2 | 3 | WWW: http://github.com/snoyberg/cookie 4 | -------------------------------------------------------------------------------- /www/hs-css-text/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/css-text-0.1.2.1.tar.gz) = dc0291da7ec756e4dda9dfadef303c78750eca63d07a5ad21dc4a3079cb021f6 2 | SIZE (cabal/css-text-0.1.2.1.tar.gz) = 3947 3 | -------------------------------------------------------------------------------- /www/hs-css-text/pkg-descr: -------------------------------------------------------------------------------- 1 | CSS parser and renderer. 2 | 3 | WWW: http://www.yesodweb.com/ 4 | -------------------------------------------------------------------------------- /www/hs-fastcgi/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/fastcgi-3001.0.2.4.tar.gz) = b91faff0f2316105147d4d95bd4ff5f9f3437a8007aac93feb830094003fe152 2 | SIZE (cabal/fastcgi-3001.0.2.4.tar.gz) = 4497 3 | -------------------------------------------------------------------------------- /www/hs-ghcjs-dom/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/ghcjs-dom-0.1.1.3.tar.gz) = 9ed2edca93ce1392c4835d0ce6411b76ca1122067b2abc3482993a77b458bd5d 2 | SIZE (cabal/ghcjs-dom-0.1.1.3.tar.gz) = 112336 3 | -------------------------------------------------------------------------------- /www/hs-gitit/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/gitit-0.11.1.tar.gz) = 29bbb782e2066bf831ad1aff471208e928310fc9ab6bfb32a775cd7521f19d1b 2 | SIZE (cabal/gitit-0.11.1.tar.gz) = 275587 3 | -------------------------------------------------------------------------------- /www/hs-hS3/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hS3-0.5.9.tar.gz) = 7ee0ba24b01cdefc02f683aef16d33ac146928ae75a00e566673be12960cc759 2 | SIZE (cabal/hS3-0.5.9.tar.gz) = 19981 3 | -------------------------------------------------------------------------------- /www/hs-happstack/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/happstack-7.0.2.tar.gz) = d9d4f581718d4f0fedd5d1f41ce127a6e651545a9398619c0bee3debb377d5b5 2 | SIZE (cabal/happstack-7.0.2.tar.gz) = 2090 3 | -------------------------------------------------------------------------------- /www/hs-happstack/pkg-descr: -------------------------------------------------------------------------------- 1 | The Haskell application server stack. 2 | 3 | WWW: http://happstack.com/ 4 | -------------------------------------------------------------------------------- /www/hs-heist/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/heist-0.14.1.1.tar.gz) = 2934ece5e58b4a180a6975c0404a2a48e46b85693822aa6ab18f700a44438e43 2 | SIZE (cabal/heist-0.14.1.1.tar.gz) = 65797 3 | -------------------------------------------------------------------------------- /www/hs-hjsmin/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/hjsmin-0.1.5.0.tar.gz) = f4d81fd8a1cbe65642ff749aeb5866ed9487613a54d7efe6566805fe3f3bf1d7 2 | SIZE (cabal/hjsmin-0.1.5.0.tar.gz) = 117050 3 | -------------------------------------------------------------------------------- /www/hs-http-attoparsec/pkg-descr: -------------------------------------------------------------------------------- 1 | Attoparsec parsers for http-types. 2 | 3 | WWW: https://github.com/tlaitinen/http-attoparsec 4 | -------------------------------------------------------------------------------- /www/hs-http-client-tls/pkg-descr: -------------------------------------------------------------------------------- 1 | Intended for use by higher-level libraries, such as http-conduit. 2 | 3 | WWW: https://github.com/snoyberg/http-client 4 | -------------------------------------------------------------------------------- /www/hs-http-client/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/http-client-0.4.20.tar.gz) = 8d79157a2887b67d90926a267eaf21b24e914c0975e371ac079167894e308a24 2 | SIZE (cabal/http-client-0.4.20.tar.gz) = 75960 3 | -------------------------------------------------------------------------------- /www/hs-http-client/pkg-descr: -------------------------------------------------------------------------------- 1 | An HTTP client engine, intended as a base layer for more user-friendly 2 | packages. 3 | 4 | WWW: https://github.com/snoyberg/http-client 5 | -------------------------------------------------------------------------------- /www/hs-http-conduit/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/http-conduit-2.1.8.tar.gz) = 550d86ea9ee6dd90994a460c5c85ddc861fb5c0f007304dc4a2e2035f980ea3d 2 | SIZE (cabal/http-conduit-2.1.8.tar.gz) = 23331 3 | -------------------------------------------------------------------------------- /www/hs-http-date/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/http-date-0.0.6.1.tar.gz) = f2e106603e2b3f710f1189e478f6c20067d9a9d21a20a633fe362b3f91807636 2 | SIZE (cabal/http-date-0.0.6.1.tar.gz) = 4989 3 | -------------------------------------------------------------------------------- /www/hs-http-date/pkg-descr: -------------------------------------------------------------------------------- 1 | Fast parser and formatter for HTTP Date. 2 | 3 | WWW: http://hackage.haskell.org/package/http-date 4 | -------------------------------------------------------------------------------- /www/hs-http-server/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/http-server-1.0.6.tar.gz) = 5cd44741053aef8ba7bd6b6d8d0a8048a171db42e2b7cb5013a99fcd754143b5 2 | SIZE (cabal/http-server-1.0.6.tar.gz) = 29071 3 | -------------------------------------------------------------------------------- /www/hs-http-server/pkg-descr: -------------------------------------------------------------------------------- 1 | A library for writing Haskell web servers. 2 | 3 | WWW: https://github.com/GaloisInc/http-server 4 | -------------------------------------------------------------------------------- /www/hs-http-types/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/http-types-0.8.6.tar.gz) = b03b1893e0148169087f64ef0b1dedcf2382865352f4306d4fa7219d118a36e0 2 | SIZE (cabal/http-types-0.8.6.tar.gz) = 10796 3 | -------------------------------------------------------------------------------- /www/hs-http-types/pkg-descr: -------------------------------------------------------------------------------- 1 | Generic HTTP types for Haskell (for both client and server code). 2 | 3 | WWW: https://github.com/aristidb/http-types 4 | -------------------------------------------------------------------------------- /www/hs-http2/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/http2-1.0.4.tar.gz) = 727fc0d39a62b02b677189f9ef745e3c8fd574334736594139767940dc4647b7 2 | SIZE (cabal/http2-1.0.4.tar.gz) = 35760 3 | -------------------------------------------------------------------------------- /www/hs-http2/pkg-descr: -------------------------------------------------------------------------------- 1 | HTTP/2.0 library including frames and HPACK. Currently HTTP/2 16 2 | framing and HPACK 10 is supported. 3 | 4 | WWW: http://hackage.haskell.org/package/http2 5 | -------------------------------------------------------------------------------- /www/hs-jsaddle/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/jsaddle-0.2.0.6.tar.gz) = a46b5ca11776e3aa72a7ca0a24a0f661e1d58078fb9b192e18a3e947d386f6bd 2 | SIZE (cabal/jsaddle-0.2.0.6.tar.gz) = 15846 3 | -------------------------------------------------------------------------------- /www/hs-multipart/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/multipart-0.1.2.tar.gz) = e543fb307beb14fc366171d7767a6a18244bacf78db295d8d161c5c03d94043c 2 | SIZE (cabal/multipart-0.1.2.tar.gz) = 6787 3 | -------------------------------------------------------------------------------- /www/hs-multipart/pkg-descr: -------------------------------------------------------------------------------- 1 | HTTP multipart split out of the cgi package. 2 | 3 | WWW: http://www.github.com/silkapp/multipart 4 | -------------------------------------------------------------------------------- /www/hs-oeis/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/oeis-0.3.6.tar.gz) = 4039b69a7aa0412eb4a37f36be7bf442ea32dd4672fc8765b6b134513fe3fee0 2 | SIZE (cabal/oeis-0.3.6.tar.gz) = 29275 3 | -------------------------------------------------------------------------------- /www/hs-oeis/pkg-descr: -------------------------------------------------------------------------------- 1 | Interface to the Online Encyclopedia of Integer Sequences. 2 | 3 | WWW: http://hackage.haskell.org/package/oeis 4 | -------------------------------------------------------------------------------- /www/hs-path-pieces/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/path-pieces-0.2.0.tar.gz) = c097672ab0dd1835b8cadbbd9db412893f02e02eca044c5a1690fbefb3e8df84 2 | SIZE (cabal/path-pieces-0.2.0.tar.gz) = 3267 3 | -------------------------------------------------------------------------------- /www/hs-path-pieces/pkg-descr: -------------------------------------------------------------------------------- 1 | Components of paths. 2 | 3 | WWW: http://hackage.haskell.org/package/path-pieces 4 | -------------------------------------------------------------------------------- /www/hs-recaptcha/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/recaptcha-0.1.0.3.tar.gz) = 29a898bc7a063be88c05ac3ec0446a23117ed04c501dbd99c83684683fd638a3 2 | SIZE (cabal/recaptcha-0.1.0.3.tar.gz) = 2742 3 | -------------------------------------------------------------------------------- /www/hs-shakespeare/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/shakespeare-2.0.5.tar.gz) = f0ff00f9262f874512ce7624c45c0e9f6e90dd1c4bf9e81891f7e34f5faeb549 2 | SIZE (cabal/shakespeare-2.0.5.tar.gz) = 61636 3 | -------------------------------------------------------------------------------- /www/hs-snap-blaze/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/snap-blaze-0.2.1.3.tar.gz) = 95d6ef50ff08d7b1883ab65acb4729a8dbec6b770f9f31799870b5fdf0f4f14a 2 | SIZE (cabal/snap-blaze-0.2.1.3.tar.gz) = 1740 3 | -------------------------------------------------------------------------------- /www/hs-snap-blaze/pkg-descr: -------------------------------------------------------------------------------- 1 | blaze-html integration for Snap. 2 | 3 | WWW: http://github.com/jaspervdj/snap-blaze 4 | -------------------------------------------------------------------------------- /www/hs-snap-core/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/snap-core-0.9.7.2.tar.gz) = 526a8ebb758c8da5e966a37449fdb072af333275c1b7726ab6317ac93875f651 2 | SIZE (cabal/snap-core-0.9.7.2.tar.gz) = 91604 3 | -------------------------------------------------------------------------------- /www/hs-snap-loader-static/pkg-descr: -------------------------------------------------------------------------------- 1 | Snap Framework static loader. 2 | 3 | WWW: http://snapframework.com/ 4 | -------------------------------------------------------------------------------- /www/hs-snap-server/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/snap-server-0.9.5.1.tar.gz) = af8f2344b90f701dd1924743d6073546206384d5a904a1338bb784e18c8d3ea3 2 | SIZE (cabal/snap-server-0.9.5.1.tar.gz) = 59062 3 | -------------------------------------------------------------------------------- /www/hs-snap/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/snap-0.14.0.6.tar.gz) = fa9ffc7bf5c6729f7e204daecd50765a220a0ffc2feaf3f6b29977370d8db617 2 | SIZE (cabal/snap-0.14.0.6.tar.gz) = 84164 3 | -------------------------------------------------------------------------------- /www/hs-url/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/url-2.1.3.tar.gz) = 5af27e3f8c0a27e52d0dcb98ef06a0fdd01efe8bb21242c29432e1bc380a4f61 2 | SIZE (cabal/url-2.1.3.tar.gz) = 4180 3 | -------------------------------------------------------------------------------- /www/hs-url/pkg-descr: -------------------------------------------------------------------------------- 1 | A library for working with URLs. 2 | 3 | WWW: http://www.haskell.org/haskellwiki/Url 4 | -------------------------------------------------------------------------------- /www/hs-wai-app-static/pkg-descr: -------------------------------------------------------------------------------- 1 | Also provides some helper functions and datatypes for use outside of WAI. 2 | 3 | WWW: http://www.yesodweb.com/book/web-application-interface 4 | -------------------------------------------------------------------------------- /www/hs-wai-extra/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/wai-extra-3.0.10.tar.gz) = 503af31217c29d1bcec10a6806ea119aab9d68f29f12a1c1006fe4f931771b37 2 | SIZE (cabal/wai-extra-3.0.10.tar.gz) = 49846 3 | -------------------------------------------------------------------------------- /www/hs-wai-extra/pkg-descr: -------------------------------------------------------------------------------- 1 | Provides basic WAI handler and middleware functionality. 2 | 3 | WWW: http://github.com/yesodweb/wai 4 | -------------------------------------------------------------------------------- /www/hs-wai-logger/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/wai-logger-2.2.4.1.tar.gz) = f37d6bb6ea4a5f881ab2c9df571c923c5624cc83882b19640b924436fcdedae8 2 | SIZE (cabal/wai-logger-2.2.4.1.tar.gz) = 6585 3 | -------------------------------------------------------------------------------- /www/hs-wai-logger/pkg-descr: -------------------------------------------------------------------------------- 1 | A logging system for WAI. 2 | 3 | WWW: http://hackage.haskell.org/package/wai-logger 4 | -------------------------------------------------------------------------------- /www/hs-wai/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/wai-3.0.3.0.tar.gz) = c47eb435a3320795f21bee8585abc8164aaf3bfde86f7e1e13e98190cb968d10 2 | SIZE (cabal/wai-3.0.3.0.tar.gz) = 9532 3 | -------------------------------------------------------------------------------- /www/hs-wai/pkg-descr: -------------------------------------------------------------------------------- 1 | Provides a common protocol for communication between web applications and 2 | web servers. 3 | 4 | WWW: https://github.com/yesodweb/wai 5 | -------------------------------------------------------------------------------- /www/hs-warp-tls/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/warp-tls-3.1.1.tar.gz) = 5e9a75cc877f52053c5e1ceb15427ac28bf9937750336af0f71569b4e9e213bd 2 | SIZE (cabal/warp-tls-3.1.1.tar.gz) = 6426 3 | -------------------------------------------------------------------------------- /www/hs-warp-tls/pkg-descr: -------------------------------------------------------------------------------- 1 | HTTP over SSL/TLS support for Warp via the TLS package. 2 | 3 | WWW: http://github.com/yesodweb/wai 4 | -------------------------------------------------------------------------------- /www/hs-warp/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/warp-3.1.3.tar.gz) = f65d32e374da0c1c1a44624e9744e4e2b5e325ca1e24a6aeae5719ee48c2b8e3 2 | SIZE (cabal/warp-3.1.3.tar.gz) = 64154 3 | -------------------------------------------------------------------------------- /www/hs-warp/pkg-descr: -------------------------------------------------------------------------------- 1 | The premier WAI handler. 2 | 3 | WWW: http://github.com/yesodweb/wai 4 | -------------------------------------------------------------------------------- /www/hs-webdriver/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/webdriver-0.6.2.1.tar.gz) = d0f0a31a799da18043163d5d699f778f4d4939e31a0214293db7fa8851759a5e 2 | SIZE (cabal/webdriver-0.6.2.1.tar.gz) = 43883 3 | -------------------------------------------------------------------------------- /www/hs-webkit-javascriptcore/pkg-descr: -------------------------------------------------------------------------------- 1 | FFI for JavaScriptCore module from webkitgtk. 2 | 3 | WWW: http://hackage.haskell.org/package/webkit-javascriptcore 4 | -------------------------------------------------------------------------------- /www/hs-webkit/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/webkit-0.13.1.3.tar.gz) = 068c23b5ceebb725f113d519dadb30deaa5bc747c656264eb32e1bda8b210902 2 | SIZE (cabal/webkit-0.13.1.3.tar.gz) = 152548 3 | -------------------------------------------------------------------------------- /www/hs-webkitgtk3-javascriptcore/pkg-descr: -------------------------------------------------------------------------------- 1 | FFI for JavaScriptCore module from webkitgtk. 2 | 3 | WWW: http://hackage.haskell.org/package/webkitgtk3-javascriptcore 4 | -------------------------------------------------------------------------------- /www/hs-webkitgtk3/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/webkitgtk3-0.13.1.3.tar.gz) = d37dd23ffdf46f4ac557ba91691171c90ac6334fd354716a34a71862cdb2df3d 2 | SIZE (cabal/webkitgtk3-0.13.1.3.tar.gz) = 152555 3 | -------------------------------------------------------------------------------- /www/hs-xss-sanitize/pkg-descr: -------------------------------------------------------------------------------- 1 | Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent 2 | XSS attacks. 3 | 4 | WWW: http://github.com/yesodweb/haskell-xss-sanitize 5 | -------------------------------------------------------------------------------- /www/hs-yesod-auth/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/yesod-auth-1.4.6.tar.gz) = 5d6c74908daabe5e6d5bdff919d3e8e2bccdf5e599da430135474cbce30d1030 2 | SIZE (cabal/yesod-auth-1.4.6.tar.gz) = 42895 3 | -------------------------------------------------------------------------------- /www/hs-yesod-bin/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/yesod-bin-1.4.13.3.tar.gz) = cc84e0c8f081211c01a6c8d58544b9b7fe5c5c180d8a2edcb30a79edbe198e61 2 | SIZE (cabal/yesod-bin-1.4.13.3.tar.gz) = 808012 3 | -------------------------------------------------------------------------------- /www/hs-yesod-bin/pkg-descr: -------------------------------------------------------------------------------- 1 | Provides scaffolding, devel server, and some simple code generation helpers. 2 | 3 | WWW: http://www.yesodweb.com/ 4 | -------------------------------------------------------------------------------- /www/hs-yesod-core/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/yesod-core-1.4.13.tar.gz) = 219bf0858977468d9aa74ab5f2d330e46bbbe95d700c989b3565be5d99d319da 2 | SIZE (cabal/yesod-core-1.4.13.tar.gz) = 81300 3 | -------------------------------------------------------------------------------- /www/hs-yesod-form/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/yesod-form-1.4.4.1.tar.gz) = 83aec216b6c5179c373d1b76ab3cca219ebacc98db2e5163400228b632dc6493 2 | SIZE (cabal/yesod-form-1.4.4.1.tar.gz) = 29487 3 | -------------------------------------------------------------------------------- /www/hs-yesod-form/pkg-descr: -------------------------------------------------------------------------------- 1 | Form handling support for Yesod Web Framework. 2 | 3 | WWW: http://www.yesodweb.com/ 4 | -------------------------------------------------------------------------------- /www/hs-yesod-persistent/pkg-descr: -------------------------------------------------------------------------------- 1 | Some helpers for using Persistent from Yesod. 2 | 3 | WWW: http://www.yesodweb.com/ 4 | -------------------------------------------------------------------------------- /www/hs-yesod-static/pkg-descr: -------------------------------------------------------------------------------- 1 | Static file serving subsite for Yesod Web Framework. 2 | 3 | WWW: http://www.yesodweb.com/ 4 | -------------------------------------------------------------------------------- /www/hs-yesod-test/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/yesod-test-1.4.3.1.tar.gz) = a29e0173b31aacaa4a0235bfdcc8c7809b8685a9069a1f5b6083f204d1fd1394 2 | SIZE (cabal/yesod-test-1.4.3.1.tar.gz) = 15284 3 | -------------------------------------------------------------------------------- /www/hs-yesod-test/pkg-descr: -------------------------------------------------------------------------------- 1 | Behaviour Oriented integration Testing for Yesod Applications. 2 | 3 | WWW: http://www.yesodweb.com 4 | -------------------------------------------------------------------------------- /www/hs-yesod/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/yesod-1.4.1.5.tar.gz) = a1160d366cf2c91502bcd5c8f251041ec8a1bc962729c95d5bc572dbe9f8296b 2 | SIZE (cabal/yesod-1.4.1.5.tar.gz) = 9570 3 | -------------------------------------------------------------------------------- /x11-toolkits/hs-GLURaw/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/GLURaw-1.5.0.1.tar.gz) = 1b52c2637820c2bea38f40acdd217a68c0dd3849f7ed1308959aa324b6b2c8f1 2 | SIZE (cabal/GLURaw-1.5.0.1.tar.gz) = 10121 3 | -------------------------------------------------------------------------------- /x11-toolkits/hs-GLUT/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/GLUT-2.7.0.1.tar.gz) = fb1ed80beed6dbf1b373839224d11932c20d1c1b571bef81101483099c459c4d 2 | SIZE (cabal/GLUT-2.7.0.1.tar.gz) = 660437 3 | -------------------------------------------------------------------------------- /x11-toolkits/hs-OpenGL/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/OpenGL-2.12.0.1.tar.gz) = 8b7cfc07cb4cc4a6c45910eeb9fdfe114be1f64090fa0705c3e550794c588ed5 2 | SIZE (cabal/OpenGL-2.12.0.1.tar.gz) = 125419 3 | -------------------------------------------------------------------------------- /x11-toolkits/hs-gtk/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/gtk-0.13.9.tar.gz) = 12e0097724002385207b3bb9a0339ad3d7c8d54336bf91d90827193f801ebfd5 2 | SIZE (cabal/gtk-0.13.9.tar.gz) = 684971 3 | -------------------------------------------------------------------------------- /x11-toolkits/hs-gtk3/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/gtk3-0.13.9.tar.gz) = 79cbf8db4a89f171caf33eda96cee59686c029cbd72651a06076ea92c4ddacfe 2 | SIZE (cabal/gtk3-0.13.9.tar.gz) = 673460 3 | -------------------------------------------------------------------------------- /x11-toolkits/hs-pango/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/pango-0.13.1.0.tar.gz) = 1612dbe198f8bbbb394bf043eb06c554d5e1c0dc76cdee186ef925fb8a7ac968 2 | SIZE (cabal/pango-0.13.1.0.tar.gz) = 61656 3 | -------------------------------------------------------------------------------- /x11-toolkits/hs-vte/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/vte-0.13.0.2.tar.gz) = 70e8f81e5e44beb9eba66959792af7648ab9238c758ed359bda3f78933427ef0 2 | SIZE (cabal/vte-0.13.0.2.tar.gz) = 37954 3 | -------------------------------------------------------------------------------- /x11-toolkits/hs-wx/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/wx-0.91.0.0.tar.gz) = 5eba8936c4e783bb0d97ea8b8bc4140a0ff13e7529f5a2c2e1be63b707936c8c 2 | SIZE (cabal/wx-0.91.0.0.tar.gz) = 48926 3 | -------------------------------------------------------------------------------- /x11-toolkits/hs-wxc/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/wxc-0.91.0.0.tar.gz) = 4a8fb2ce231222dec30c40b6f6eae2afc14485a0b4376f7fa49e3624a0582a6a 2 | SIZE (cabal/wxc-0.91.0.0.tar.gz) = 185224 3 | -------------------------------------------------------------------------------- /x11-toolkits/hs-wxcore/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/wxcore-0.91.0.0.tar.gz) = 7f52bcb0412f50fa77677a7fe9d45d087a2c9d623b89c03d9d327a18b557fb06 2 | SIZE (cabal/wxcore-0.91.0.0.tar.gz) = 364439 3 | -------------------------------------------------------------------------------- /x11-wm/hs-xmonad/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/xmonad-0.11.1.tar.gz) = 39e0bf227df782d7a5799c811ad0d8b70c9d6eaaa94e8cc395fcf25895d6d2dd 2 | SIZE (cabal/xmonad-0.11.1.tar.gz) = 59307 3 | -------------------------------------------------------------------------------- /x11/hs-X11-xft/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/X11-xft-0.3.1.tar.gz) = 4eba3fee62570e06447654030a62fb55f19587884bc2cef77a9c3b2c3458f8d1 2 | SIZE (cabal/X11-xft-0.3.1.tar.gz) = 13621 3 | -------------------------------------------------------------------------------- /x11/hs-X11-xft/pkg-descr: -------------------------------------------------------------------------------- 1 | Bindings to the Xft, X Free Type interface library, and some Xrender parts. 2 | 3 | WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-xft 4 | -------------------------------------------------------------------------------- /x11/hs-X11/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/X11-1.6.1.2.tar.gz) = 5216d485f807bd53bf34fba170896a8930290a6ac28b8e611c28e751ad67f2cf 2 | SIZE (cabal/X11-1.6.1.2.tar.gz) = 188612 3 | -------------------------------------------------------------------------------- /x11/hs-X11/pkg-descr: -------------------------------------------------------------------------------- 1 | A Haskell binding to the X11 library. The binding is a direct 2 | translation of C binding. 3 | 4 | WWW: https://github.com/haskell-pkg-janitors/X11 5 | -------------------------------------------------------------------------------- /x11/hs-printxosd/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/printxosd-0.1.tar.gz) = 31c459dafe68ff0a4911fd22f757cf95ff2d0b8fc3f5b44572163524ee32d6d7 2 | SIZE (cabal/printxosd-0.1.tar.gz) = 1541 3 | -------------------------------------------------------------------------------- /x11/hs-printxosd/pkg-descr: -------------------------------------------------------------------------------- 1 | Simple tool to display some text on an on-screen display. 2 | 3 | WWW: http://code.haskell.org/~dons/code/printxosd 4 | -------------------------------------------------------------------------------- /x11/hs-xmobar/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/xmobar-0.23.1.tar.gz) = 3b31558373bdb8561f06440da902dd0db8398e5c774fa027931785c263f5567a 2 | SIZE (cabal/xmobar-0.23.1.tar.gz) = 96169 3 | -------------------------------------------------------------------------------- /x11/hs-xosd/distinfo: -------------------------------------------------------------------------------- 1 | SHA256 (cabal/xosd-0.2.1.tar.gz) = 3bc30d33a42f3bed7299258ba8a2babf7cc61fba9ee7fe7397206e640c3112c8 2 | SIZE (cabal/xosd-0.2.1.tar.gz) = 5882 3 | --------------------------------------------------------------------------------