Guest User

Untitled

a guest
Nov 19th, 2015
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 245.29 KB | None | 0 0
  1. name: pandoc
  2. version: 1.15.2.1
  3. id: pandoc-1.15.2.1-a22251218028e68e0bc8a83d1a226eb6
  4. key: pando_6bUFvVrgzDU9lVboW7DFXx
  5. license: GPL
  6. copyright: (c) 2006-2015 John MacFarlane
  7. maintainer: John MacFarlane <jgm@berkeley.edu>
  8. stability: alpha
  9. homepage: http://pandoc.org
  10. synopsis: Conversion between markup formats
  11. description:
  12. Pandoc is a Haskell library for converting from one markup
  13. format to another, and a command-line tool that uses
  14. this library. It can read markdown and (subsets of) HTML,
  15. reStructuredText, LaTeX, DocBook, MediaWiki markup, TWiki
  16. markup, Haddock markup, OPML, Emacs Org-Mode, txt2tags,
  17. Word Docx, ODT, and Textile, and it can write
  18. Markdown, reStructuredText, XHTML, HTML 5, LaTeX,
  19. ConTeXt, DocBook, OPML, OpenDocument, ODT,
  20. Word docx, RTF, MediaWiki, DokuWiki, Textile, groff man
  21. pages, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup,
  22. EPUB (v2 and v3), FictionBook2, InDesign ICML, and several
  23. kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
  24. DZSlides, reveal.js).
  25. .
  26. Pandoc extends standard markdown syntax with footnotes,
  27. embedded LaTeX, definition lists, tables, and other
  28. features. A compatibility mode is provided for those
  29. who need a drop-in replacement for Markdown.pl.
  30. .
  31. In contrast to existing tools for converting markdown
  32. to HTML, which use regex substitutions, pandoc has
  33. a modular design: it consists of a set of readers,
  34. which parse text in a given format and produce a native
  35. representation of the document, and a set of writers,
  36. which convert this native representation into a target
  37. format. Thus, adding an input or output format requires
  38. only adding a reader or writer.
  39. category: Text
  40. author: John MacFarlane <jgm@berkeley.edu>
  41. exposed: True
  42. exposed-modules:
  43. Text.Pandoc Text.Pandoc.Options Text.Pandoc.Pretty
  44. Text.Pandoc.Shared Text.Pandoc.MediaBag Text.Pandoc.Error
  45. Text.Pandoc.Readers.HTML Text.Pandoc.Readers.LaTeX
  46. Text.Pandoc.Readers.Markdown Text.Pandoc.Readers.CommonMark
  47. Text.Pandoc.Readers.MediaWiki Text.Pandoc.Readers.RST
  48. Text.Pandoc.Readers.Org Text.Pandoc.Readers.DocBook
  49. Text.Pandoc.Readers.OPML Text.Pandoc.Readers.TeXMath
  50. Text.Pandoc.Readers.Textile Text.Pandoc.Readers.Native
  51. Text.Pandoc.Readers.Haddock Text.Pandoc.Readers.TWiki
  52. Text.Pandoc.Readers.Txt2Tags Text.Pandoc.Readers.Docx
  53. Text.Pandoc.Readers.Odt Text.Pandoc.Readers.EPUB
  54. Text.Pandoc.Writers.Native Text.Pandoc.Writers.Docbook
  55. Text.Pandoc.Writers.OPML Text.Pandoc.Writers.HTML
  56. Text.Pandoc.Writers.ICML Text.Pandoc.Writers.LaTeX
  57. Text.Pandoc.Writers.ConTeXt Text.Pandoc.Writers.OpenDocument
  58. Text.Pandoc.Writers.Texinfo Text.Pandoc.Writers.Man
  59. Text.Pandoc.Writers.Markdown Text.Pandoc.Writers.CommonMark
  60. Text.Pandoc.Writers.Haddock Text.Pandoc.Writers.RST
  61. Text.Pandoc.Writers.Org Text.Pandoc.Writers.AsciiDoc
  62. Text.Pandoc.Writers.Custom Text.Pandoc.Writers.Textile
  63. Text.Pandoc.Writers.MediaWiki Text.Pandoc.Writers.DokuWiki
  64. Text.Pandoc.Writers.RTF Text.Pandoc.Writers.ODT
  65. Text.Pandoc.Writers.Docx Text.Pandoc.Writers.EPUB
  66. Text.Pandoc.Writers.FB2 Text.Pandoc.PDF Text.Pandoc.UTF8
  67. Text.Pandoc.Templates Text.Pandoc.XML Text.Pandoc.SelfContained
  68. Text.Pandoc.Process Text.Pandoc.CSS
  69. hidden-modules: Text.Pandoc.Readers.Docx.Lists
  70. Text.Pandoc.Readers.Docx.Reducible Text.Pandoc.Readers.Docx.Parse
  71. Text.Pandoc.Readers.Docx.Fonts Text.Pandoc.Readers.Docx.Util
  72. Text.Pandoc.Readers.Docx.StyleMap Text.Pandoc.Readers.Odt.Base
  73. Text.Pandoc.Readers.Odt.Namespaces
  74. Text.Pandoc.Readers.Odt.StyleReader
  75. Text.Pandoc.Readers.Odt.ContentReader
  76. Text.Pandoc.Readers.Odt.Generic.Fallible
  77. Text.Pandoc.Readers.Odt.Generic.SetMap
  78. Text.Pandoc.Readers.Odt.Generic.Utils
  79. Text.Pandoc.Readers.Odt.Generic.Namespaces
  80. Text.Pandoc.Readers.Odt.Generic.XMLConverter
  81. Text.Pandoc.Readers.Odt.Arrows.State
  82. Text.Pandoc.Readers.Odt.Arrows.Utils Text.Pandoc.Writers.Shared
  83. Text.Pandoc.Asciify Text.Pandoc.MIME Text.Pandoc.Emoji
  84. Text.Pandoc.Parsing Text.Pandoc.UUID Text.Pandoc.ImageSize
  85. Text.Pandoc.Slides Text.Pandoc.Highlighting Text.Pandoc.Compat.Time
  86. Text.Pandoc.Compat.Except Text.Pandoc.Compat.TagSoupEntity
  87. Text.Pandoc.Compat.Directory Text.Pandoc.Compat.Monoid Paths_pandoc
  88. trusted: False
  89. import-dirs: /usr/lib/ghc-7.10.2/site-local/pandoc-1.15.2.1
  90. library-dirs: /usr/lib/ghc-7.10.2/site-local/pandoc-1.15.2.1
  91. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/pandoc-1.15.2.1
  92. hs-libraries: HSpandoc-1.15.2.1-6bUFvVrgzDU9lVboW7DFXx
  93. depends:
  94. HTTP-4000.2.20-984ba8ccc20bac404eae90df29479449
  95. JuicyPixels-3.2.6.2-b3e1a937f2a3e63ae7effd096eed7d99
  96. SHA-1.6.4.2-97d4671480b5e0f062d39db089492814
  97. aeson-0.10.0.0-2b3f09fa036421c54f6564a8ed67105e
  98. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  99. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  100. base64-bytestring-1.0.0.1-813fd6740a5a52ebe93ba173dbdc266e
  101. binary-0.7.5.0-07214b304bb0a2c4cbf50d9dc7914ee6
  102. blaze-html-0.8.1.1-208b16df3c7b8e9cbda008beca47a891
  103. blaze-markup-0.7.0.3-9c0b1e27aa09dbecef107351523f5b8c
  104. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  105. cmark-0.4.1-1b19ecb22b6e827394a7cb36415197f1
  106. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  107. data-default-0.5.3-a2ece8050e447d921b001e26e14476f2
  108. deepseq-generics-0.1.1.2-c5880075fab24cdc5477b71a6294e38b
  109. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  110. extensible-exceptions-0.1.1.4-dae34b7345f33259ae772f45ee3cac62
  111. filemanip-0.3.6.3-bca305aa8c5c9cec218439f4ddeb38d0
  112. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  113. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  114. haddock-library-1.2.1-dc2caa39e6e34d6ca384bd3a65bfdff0
  115. highlighting-kate-0.6-7fff7681294d442c7ed0cd3b0d9ce13c
  116. hslua-0.4.1-6d1d7cc91b4f7afcc0b9e9c18c3e545b
  117. http-client-0.4.24-bb761c0e008f6e4b48eebbb8335cd98b
  118. http-client-tls-0.2.2-6c8e69d517ce15721cfaff3335fe00d5
  119. http-types-0.8.6-bc54edc185ad65d323e7077c775d1a92
  120. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  121. network-2.6.2.1-5775b7a6b2773d45ba73f5345cb259c0
  122. network-uri-2.6.0.3-5a35e1a679e187d20a12ff1be6f10206
  123. old-time-1.1.0.3-81c58f7b590af5471e2e611eb5a1183c
  124. pandoc-types-1.12.4.7-ecc395d613fbc3eadea92ce1d8623194
  125. parsec-3.1.9-17a89c45a3c01da8e6b14fc16ea38bc7
  126. process-1.2.3.0-f0287ac288afc0705be775d1adda59ee
  127. random-1.1-19f24a9117ee66b96a6e2cbdda5f9ba1
  128. scientific-0.3.4.2-4eab81f67477e4ede251473d0fb46640
  129. syb-0.6-9a889583e4c8f28835ac98133e811348
  130. tagsoup-0.13.5-67a27d5da2a59059dc170d93bb122cac
  131. temporary-1.2.0.3-1b7f51310984ba880c6d24f90cf25db3
  132. texmath-0.8.4-87aa60b45af12b44c6c20eca074c082b
  133. text-1.2.1.3-202edba6fea901191194d38d810da662
  134. time-1.5.0.1-c208e8fcb3277879fd30f1140654d53e
  135. unordered-containers-0.2.5.1-716f4718f442df81f737706b1d02ca94
  136. vector-0.11.0.0-a3d62f13dd9bf59f0f8bbb8613e9a160
  137. xml-1.3.14-238193d56bff9078b759b2ecc9e88d33
  138. yaml-0.8.15.1-c0a6957645ac4831e85c1a1bcb426243
  139. zip-archive-0.2.3.7-78f481898b58c9ab470deedf538c6c8f
  140. zlib-0.6.1.1-ac0e49219df6d7ec47e20f28bd2db0b8
  141. haddock-interfaces: /usr/share/doc/haskell-pandoc/html/pandoc.haddock
  142. haddock-html: /usr/share/doc/haskell-pandoc/html
  143. pkgroot: "/usr/lib/ghc-7.10.2"
  144. ---
  145. name: tagsoup
  146. version: 0.13.5
  147. id: tagsoup-0.13.5-67a27d5da2a59059dc170d93bb122cac
  148. key: tagso_KEBcy7muAL08YSUxlTprio
  149. license: BSD3
  150. copyright: Neil Mitchell 2006-2015
  151. maintainer: Neil Mitchell <ndmitchell@gmail.com>
  152. homepage: http://community.haskell.org/~ndm/tagsoup/
  153. synopsis: Parsing and extracting information from (possibly malformed) HTML/XML documents
  154. description:
  155. TagSoup is a library for parsing HTML/XML. It supports the HTML 5 specification,
  156. and can be used to parse either well-formed XML, or unstructured and malformed HTML
  157. from the web. The library also provides useful functions to extract information
  158. from an HTML document, making it ideal for screen-scraping.
  159. .
  160. Users should start from the "Text.HTML.TagSoup" module.
  161. category: XML
  162. author: Neil Mitchell <ndmitchell@gmail.com>
  163. exposed: True
  164. exposed-modules:
  165. Text.HTML.TagSoup Text.HTML.TagSoup.Entity Text.HTML.TagSoup.Match
  166. Text.HTML.TagSoup.Tree Text.StringLike
  167. hidden-modules: Text.HTML.TagSoup.Generated
  168. Text.HTML.TagSoup.Implementation Text.HTML.TagSoup.Manual
  169. Text.HTML.TagSoup.Options Text.HTML.TagSoup.Parser
  170. Text.HTML.TagSoup.Render Text.HTML.TagSoup.Specification
  171. Text.HTML.TagSoup.Type
  172. trusted: False
  173. import-dirs: /usr/lib/ghc-7.10.2/site-local/tagsoup-0.13.5
  174. library-dirs: /usr/lib/ghc-7.10.2/site-local/tagsoup-0.13.5
  175. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/tagsoup-0.13.5
  176. hs-libraries: HStagsoup-0.13.5-KEBcy7muAL08YSUxlTprio
  177. depends:
  178. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  179. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  180. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  181. text-1.2.1.3-202edba6fea901191194d38d810da662
  182. haddock-interfaces: /usr/share/doc/haskell-tagsoup/html/tagsoup.haddock
  183. haddock-html: /usr/share/doc/haskell-tagsoup/html
  184. pkgroot: "/usr/lib/ghc-7.10.2"
  185. ---
  186. name: JuicyPixels
  187. version: 3.2.6.2
  188. id: JuicyPixels-3.2.6.2-b3e1a937f2a3e63ae7effd096eed7d99
  189. key: Juicy_7YX8sGFQn4w03Ln4s2Rrqm
  190. license: BSD3
  191. maintainer: vincent.berthoux@gmail.com
  192. stability: Stable
  193. homepage: https://github.com/Twinside/Juicy.Pixels
  194. synopsis: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)
  195. description:
  196. <<data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADABAMAAACg8nE0AAAAElBMVEUAAABJqDSTWEL/qyb///8AAABH/1GTAAAAAXRSTlMAQObYZgAAAN5JREFUeF7s1sEJgFAQxFBbsAV72v5bEVYWPwT/XDxmCsi7zvHXavYREBDI3XP2GgICqBBYuwIC+/rVayPUAyAg0HvIXBcQoDFDGnUBgWQQ2Bx3AYFaRoBpAQHWb3bt2ARgGAiCYFFuwf3X5HA/McgGJWI2FdykCv4aBYzmKwDwvl6NVmUAAK2vlwEALK7fo88GANB6HQsAAAAAAAAA7P94AQCzswEAAAAAAAAAAAAAAAAAAICzh4UAO4zWAYBfRutHA4Bn5C69JhowAMGoBaMWDG0wCkbBKBgFo2AUAACPmegUST/IJAAAAABJRU5ErkJggg==>>
  197. .
  198. This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and Gif images.
  199. category: Codec, Graphics, Image
  200. author: Vincent Berthoux
  201. exposed: True
  202. exposed-modules:
  203. Codec.Picture Codec.Picture.Bitmap Codec.Picture.Gif
  204. Codec.Picture.Png Codec.Picture.Jpg Codec.Picture.HDR
  205. Codec.Picture.Tga Codec.Picture.Tiff Codec.Picture.Metadata
  206. Codec.Picture.Metadata.Exif Codec.Picture.Saving
  207. Codec.Picture.Types Codec.Picture.ColorQuant
  208. hidden-modules: Codec.Picture.Jpg.DefaultTable
  209. Codec.Picture.Jpg.Metadata Codec.Picture.Jpg.FastIdct
  210. Codec.Picture.Jpg.FastDct Codec.Picture.Jpg.Types
  211. Codec.Picture.Jpg.Common Codec.Picture.Jpg.Progressive
  212. Codec.Picture.Gif.LZW Codec.Picture.Gif.LZWEncoding
  213. Codec.Picture.Png.Export Codec.Picture.Png.Type
  214. Codec.Picture.Png.Metadata Codec.Picture.Tiff.Metadata
  215. Codec.Picture.Tiff.Types Codec.Picture.BitWriter
  216. Codec.Picture.InternalHelper Codec.Picture.VectorByteConversion
  217. trusted: False
  218. import-dirs: /usr/lib/ghc-7.10.2/site-local/JuicyPixels-3.2.6.2
  219. library-dirs: /usr/lib/ghc-7.10.2/site-local/JuicyPixels-3.2.6.2
  220. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/JuicyPixels-3.2.6.2
  221. hs-libraries: HSJuicyPixels-3.2.6.2-7YX8sGFQn4w03Ln4s2Rrqm
  222. include-dirs: /usr/lib/ghc-7.10.2/site-local/JuicyPixels-3.2.6.2/include
  223. depends:
  224. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  225. binary-0.7.5.0-07214b304bb0a2c4cbf50d9dc7914ee6
  226. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  227. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  228. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  229. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  230. primitive-0.6.1.0-842c44bae4dcc3c70cd2af42599ab93d
  231. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  232. vector-0.11.0.0-a3d62f13dd9bf59f0f8bbb8613e9a160
  233. zlib-0.6.1.1-ac0e49219df6d7ec47e20f28bd2db0b8
  234. haddock-interfaces: /usr/share/doc/haskell-juicypixels/html/JuicyPixels.haddock
  235. haddock-html: /usr/share/doc/haskell-juicypixels/html
  236. pkgroot: "/usr/lib/ghc-7.10.2"
  237. ---
  238. name: yaml
  239. version: 0.8.15.1
  240. id: yaml-0.8.15.1-c0a6957645ac4831e85c1a1bcb426243
  241. key: yaml_0KQ9lvSuWzDJyaYwxrxUPR
  242. license: BSD3
  243. maintainer: Michael Snoyman <michael@snoyman.com>
  244. stability: stable
  245. homepage: http://github.com/snoyberg/yaml/
  246. synopsis: Support for parsing and rendering YAML documents.
  247. description:
  248. Please see the README.md file.
  249. category: Web
  250. author: Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov
  251. exposed: True
  252. exposed-modules:
  253. Text.Libyaml Data.Yaml Data.Yaml.Aeson Data.Yaml.Builder
  254. Data.Yaml.Pretty Data.Yaml.Parser Data.Yaml.Include
  255. hidden-modules: Data.Yaml.Internal
  256. trusted: False
  257. import-dirs: /usr/lib/ghc-7.10.2/site-local/yaml-0.8.15.1
  258. library-dirs: /usr/lib/ghc-7.10.2/site-local/yaml-0.8.15.1
  259. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/yaml-0.8.15.1
  260. hs-libraries: HSyaml-0.8.15.1-0KQ9lvSuWzDJyaYwxrxUPR
  261. depends:
  262. aeson-0.10.0.0-2b3f09fa036421c54f6564a8ed67105e
  263. attoparsec-0.13.0.1-465de0a24d80e424544fc2f318b29ffa
  264. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  265. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  266. conduit-1.2.5.1-bd5fbd9cd9526e14b89b38f50006e5cb
  267. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  268. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  269. enclosed-exceptions-1.0.1.1-87dfa9a8dc33b617d61ff319a4600072
  270. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  271. resourcet-1.1.6-aa4d4748879f2a401d3ca99d9aec7bf1
  272. scientific-0.3.4.2-4eab81f67477e4ede251473d0fb46640
  273. text-1.2.1.3-202edba6fea901191194d38d810da662
  274. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  275. unordered-containers-0.2.5.1-716f4718f442df81f737706b1d02ca94
  276. vector-0.11.0.0-a3d62f13dd9bf59f0f8bbb8613e9a160
  277. haddock-interfaces: /usr/share/doc/haskell-yaml/html/yaml.haddock
  278. haddock-html: /usr/share/doc/haskell-yaml/html
  279. pkgroot: "/usr/lib/ghc-7.10.2"
  280. ---
  281. name: conduit
  282. version: 1.2.5.1
  283. id: conduit-1.2.5.1-bd5fbd9cd9526e14b89b38f50006e5cb
  284. key: condu_EFnJXUzs0xi9v2ihSIHFTq
  285. license: MIT
  286. maintainer: michael@snoyman.com
  287. homepage: http://github.com/snoyberg/conduit
  288. synopsis: Streaming data processing library.
  289. description:
  290. Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/conduit>.
  291. .
  292. @conduit@ is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I\/O which guarantees deterministic resource handling, and fits in the same general solution space as @enumerator@\/@iteratee@ and @pipes@. For a tutorial, please visit <https://www.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview>.
  293. category: Data, Conduit
  294. author: Michael Snoyman
  295. exposed: True
  296. exposed-modules:
  297. Data.Conduit Data.Conduit.List Data.Conduit.Internal
  298. Data.Conduit.Lift Data.Conduit.Internal.Fusion
  299. Data.Conduit.Internal.List.Stream
  300. hidden-modules: Data.Conduit.Internal.Pipe
  301. Data.Conduit.Internal.Conduit
  302. trusted: False
  303. import-dirs: /usr/lib/ghc-7.10.2/site-local/conduit-1.2.5.1
  304. library-dirs: /usr/lib/ghc-7.10.2/site-local/conduit-1.2.5.1
  305. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/conduit-1.2.5.1
  306. hs-libraries: HSconduit-1.2.5.1-EFnJXUzs0xi9v2ihSIHFTq
  307. depends:
  308. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  309. exceptions-0.8.0.2-b08bd0de7dff383d124cad3f4c34eddd
  310. lifted-base-0.2.3.6-1ea9ab12420eb052a383e6ce52307f24
  311. mmorph-1.0.4-dd38bfb9311d09724528d9d040ed8e39
  312. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  313. resourcet-1.1.6-aa4d4748879f2a401d3ca99d9aec7bf1
  314. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  315. transformers-base-0.4.4-47d17665c0db26ffcb68c46caa7346c1
  316. haddock-interfaces: /usr/share/doc/haskell-conduit/html/conduit.haddock
  317. haddock-html: /usr/share/doc/haskell-conduit/html
  318. pkgroot: "/usr/lib/ghc-7.10.2"
  319. ---
  320. name: texmath
  321. version: 0.8.4
  322. id: texmath-0.8.4-87aa60b45af12b44c6c20eca074c082b
  323. key: texma_1aQTF9CB32nH1xrYzZoVrw
  324. license: GPL
  325. maintainer: jgm@berkeley.edu
  326. stability: Experimental
  327. homepage: http://github.com/jgm/texmath
  328. synopsis: Conversion between formats used to represent mathematics.
  329. description:
  330. The texmath library provides functions to read and
  331. write TeX math, presentation MathML, and OMML (Office
  332. Math Markup Language, used in Microsoft Office).
  333. Support is also included for converting math formats
  334. to pandoc's native format (allowing conversion, via
  335. pandoc, to a variety of different markup formats).
  336. The TeX reader supports basic LaTeX and AMS extensions,
  337. and it can parse and apply LaTeX macros.
  338. (See <http://johnmacfarlane.net/texmath here> for a live
  339. demo of bidirectional conversion between LaTeX
  340. and MathML.)
  341. .
  342. The package also includes several utility modules which
  343. may be useful for anyone looking to manipulate either
  344. TeX math or MathML. For example, a copy of the MathML
  345. operator dictionary is included.
  346. .
  347. Use the @executable@ flag to install a standalone
  348. executable, @texmath@, that by default reads a LaTeX
  349. formula from @stdin@ and writes MathML to @stdout@.
  350. With flags all the functionality exposed by
  351. 'Text.TeXMath' can be accessed through this executable.
  352. (Use the @--help@ flag for a description of all
  353. functionality)
  354. .
  355. The @texmath@ executable can also be used as a CGI
  356. script, when renamed as @texmath-cgi@.
  357. It will expect query parameters for @from@, @to@,
  358. @input@, and optionally @inline@, and return a JSON
  359. object with either @error@ and a message or
  360. @success@ and the converted result.
  361. category: Text
  362. author: John MacFarlane, Matthew Pickering
  363. exposed: True
  364. exposed-modules:
  365. Text.TeXMath Text.TeXMath.Types Text.TeXMath.Readers.TeX
  366. Text.TeXMath.Readers.TeX.Macros Text.TeXMath.Readers.MathML
  367. Text.TeXMath.Readers.MathML.MMLDict
  368. Text.TeXMath.Readers.MathML.EntityMap Text.TeXMath.Readers.OMML
  369. Text.TeXMath.Writers.MathML Text.TeXMath.Writers.OMML
  370. Text.TeXMath.Writers.Pandoc Text.TeXMath.Writers.TeX
  371. Text.TeXMath.Unicode.ToUnicode Text.TeXMath.Unicode.ToTeX
  372. Text.TeXMath.Unicode.ToASCII
  373. hidden-modules: Text.TeXMath.Compat Text.TeXMath.Shared
  374. Text.TeXMath.TeX
  375. trusted: False
  376. import-dirs: /usr/lib/ghc-7.10.2/site-local/texmath-0.8.4
  377. library-dirs: /usr/lib/ghc-7.10.2/site-local/texmath-0.8.4
  378. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/texmath-0.8.4
  379. hs-libraries: HStexmath-0.8.4-1aQTF9CB32nH1xrYzZoVrw
  380. depends:
  381. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  382. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  383. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  384. pandoc-types-1.12.4.7-ecc395d613fbc3eadea92ce1d8623194
  385. parsec-3.1.9-17a89c45a3c01da8e6b14fc16ea38bc7
  386. syb-0.6-9a889583e4c8f28835ac98133e811348
  387. xml-1.3.14-238193d56bff9078b759b2ecc9e88d33
  388. haddock-interfaces: /usr/share/doc/haskell-texmath/html/texmath.haddock
  389. haddock-html: /usr/share/doc/haskell-texmath/html
  390. pkgroot: "/usr/lib/ghc-7.10.2"
  391. ---
  392. name: pandoc-types
  393. version: 1.12.4.7
  394. id: pandoc-types-1.12.4.7-ecc395d613fbc3eadea92ce1d8623194
  395. key: pando_0lpcfGoL1IW9SHR2jSOB8N
  396. license: BSD3
  397. copyright: (c) 2006-2015 John MacFarlane
  398. maintainer: jgm@berkeley.edu
  399. homepage: http://johnmacfarlane.net/pandoc
  400. synopsis: Types for representing a structured document
  401. description:
  402. @Text.Pandoc.Definition@ defines the 'Pandoc' data
  403. structure, which is used by pandoc to represent
  404. structured documents. This module used to live
  405. in the pandoc package, but starting with pandoc 1.7, it
  406. has been split off, so that other packages can use it
  407. without drawing in all of pandoc's dependencies, and
  408. pandoc itself can depend on packages (like citeproc-hs)
  409. that use them.
  410. .
  411. @Text.Pandoc.Builder@ provides functions for building
  412. up @Pandoc@ structures programmatically.
  413. .
  414. @Text.Pandoc.Generic@ provides generic functions for
  415. manipulating Pandoc documents.
  416. .
  417. @Text.Pandoc.Walk@ provides faster, nongeneric functions
  418. for manipulating Pandoc documents.
  419. .
  420. @Text.Pandoc.JSON@ provides functions for serializing
  421. and deserializing a @Pandoc@ structure to and from JSON.
  422. category: Text
  423. author: John MacFarlane
  424. exposed: True
  425. exposed-modules:
  426. Text.Pandoc.Definition Text.Pandoc.Generic Text.Pandoc.Walk
  427. Text.Pandoc.Builder Text.Pandoc.JSON
  428. trusted: False
  429. import-dirs: /usr/lib/ghc-7.10.2/site-local/pandoc-types-1.12.4.7
  430. library-dirs: /usr/lib/ghc-7.10.2/site-local/pandoc-types-1.12.4.7
  431. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/pandoc-types-1.12.4.7
  432. hs-libraries: HSpandoc-types-1.12.4.7-0lpcfGoL1IW9SHR2jSOB8N
  433. depends:
  434. aeson-0.10.0.0-2b3f09fa036421c54f6564a8ed67105e
  435. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  436. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  437. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  438. deepseq-generics-0.1.1.2-c5880075fab24cdc5477b71a6294e38b
  439. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  440. syb-0.6-9a889583e4c8f28835ac98133e811348
  441. haddock-interfaces: /usr/share/doc/haskell-pandoc-types/html/pandoc-types.haddock
  442. haddock-html: /usr/share/doc/haskell-pandoc-types/html
  443. pkgroot: "/usr/lib/ghc-7.10.2"
  444. ---
  445. name: aeson
  446. version: 0.10.0.0
  447. id: aeson-0.10.0.0-2b3f09fa036421c54f6564a8ed67105e
  448. key: aeson_D7i0fGPluTT5huCAwL51g6
  449. license: BSD3
  450. copyright: (c) 2011-2015 Bryan O'Sullivan
  451. (c) 2011 MailRank, Inc.
  452. maintainer: Bryan O'Sullivan <bos@serpentine.com>
  453. stability: experimental
  454. homepage: https://github.com/bos/aeson
  455. synopsis: Fast JSON parsing and encoding
  456. description:
  457. A JSON parsing and encoding library optimized for ease of use
  458. and high performance.
  459. .
  460. To get started, see the documentation for the @Data.Aeson@ module
  461. below.
  462. .
  463. Parsing performance on a late 2013 MacBook Pro (2.6GHz Core i7),
  464. running 64-bit GHC 7.10.1, for mostly-English tweets from Twitter's
  465. JSON search API:
  466. .
  467. * 6.4 KB payloads, English: 7570 msg\/sec (47.6 MB\/sec)
  468. .
  469. * 14.6 KB payloads, Japanese: 3261 msg\/sec (46.6 MB\/sec)
  470. .
  471. Encoding performance on the same machine and data:
  472. .
  473. * 6.4 KB payloads, English: 22738 msg\/sec (142.9 MB\/sec)
  474. .
  475. * 14.6 KB payloads, Japanese: 15911 msg\/sec (227.4 MB\/sec)
  476. .
  477. (A note on naming: in Greek mythology, Aeson was the father of Jason.)
  478. category: Text, Web, JSON
  479. author: Bryan O'Sullivan <bos@serpentine.com>
  480. exposed: True
  481. exposed-modules:
  482. Data.Aeson Data.Aeson.Encode Data.Aeson.Internal
  483. Data.Aeson.Internal.Time Data.Aeson.Parser Data.Aeson.Types
  484. Data.Aeson.TH
  485. hidden-modules: Data.Aeson.Encode.Builder
  486. Data.Aeson.Encode.Functions Data.Aeson.Functions
  487. Data.Aeson.Parser.Internal Data.Aeson.Parser.Time
  488. Data.Aeson.Types.Class Data.Aeson.Types.Generic
  489. Data.Aeson.Types.Instances Data.Aeson.Types.Internal
  490. trusted: False
  491. import-dirs: /usr/lib/ghc-7.10.2/site-local/aeson-0.10.0.0
  492. library-dirs: /usr/lib/ghc-7.10.2/site-local/aeson-0.10.0.0
  493. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/aeson-0.10.0.0
  494. hs-libraries: HSaeson-0.10.0.0-D7i0fGPluTT5huCAwL51g6
  495. depends:
  496. attoparsec-0.13.0.1-465de0a24d80e424544fc2f318b29ffa
  497. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  498. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  499. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  500. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  501. dlist-0.7.1.2-2ee7ccabb5af73780c27d45186b61b2a
  502. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  503. hashable-1.2.3.3-80550537c7909140be870afef59b4dda
  504. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  505. scientific-0.3.4.2-4eab81f67477e4ede251473d0fb46640
  506. syb-0.6-9a889583e4c8f28835ac98133e811348
  507. template-haskell-2.10.0.0-90e8393d65f4ae44cb2026177a257f28
  508. text-1.2.1.3-202edba6fea901191194d38d810da662
  509. time-1.5.0.1-c208e8fcb3277879fd30f1140654d53e
  510. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  511. unordered-containers-0.2.5.1-716f4718f442df81f737706b1d02ca94
  512. vector-0.11.0.0-a3d62f13dd9bf59f0f8bbb8613e9a160
  513. haddock-interfaces: /usr/share/doc/haskell-aeson/html/aeson.haddock
  514. haddock-html: /usr/share/doc/haskell-aeson/html
  515. pkgroot: "/usr/lib/ghc-7.10.2"
  516. ---
  517. name: syb
  518. version: 0.6
  519. id: syb-0.6-9a889583e4c8f28835ac98133e811348
  520. key: syb_2wX6OHAY1mu1En8Oic6xKR
  521. license: BSD3
  522. maintainer: generics@haskell.org
  523. stability: provisional
  524. homepage: http://www.cs.uu.nl/wiki/GenericProgramming/SYB
  525. synopsis: Scrap Your Boilerplate
  526. description:
  527. This package contains the generics system described in the
  528. /Scrap Your Boilerplate/ papers (see
  529. <http://www.cs.uu.nl/wiki/GenericProgramming/SYB>).
  530. It defines the @Data@ class of types permitting folding and unfolding
  531. of constructor applications, instances of this class for primitive
  532. types, and a variety of traversals.
  533. category: Generics
  534. author: Ralf Lammel, Simon Peyton Jones, Jose Pedro Magalhaes
  535. exposed: True
  536. exposed-modules:
  537. Data.Generics Data.Generics.Basics Data.Generics.Instances
  538. Data.Generics.Aliases Data.Generics.Schemes Data.Generics.Text
  539. Data.Generics.Twins Data.Generics.Builders Generics.SYB
  540. Generics.SYB.Basics Generics.SYB.Instances Generics.SYB.Aliases
  541. Generics.SYB.Schemes Generics.SYB.Text Generics.SYB.Twins
  542. Generics.SYB.Builders
  543. trusted: False
  544. import-dirs: /usr/lib/ghc-7.10.2/site-local/syb-0.6
  545. library-dirs: /usr/lib/ghc-7.10.2/site-local/syb-0.6
  546. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/syb-0.6
  547. hs-libraries: HSsyb-0.6-2wX6OHAY1mu1En8Oic6xKR
  548. depends:
  549. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  550. haddock-interfaces: /usr/share/doc/haskell-syb/html/syb.haddock
  551. haddock-html: /usr/share/doc/haskell-syb/html
  552. pkgroot: "/usr/lib/ghc-7.10.2"
  553. ---
  554. name: http-client-tls
  555. version: 0.2.2
  556. id: http-client-tls-0.2.2-6c8e69d517ce15721cfaff3335fe00d5
  557. key: httpc_8HFVPDNOFo777as06d4J3h
  558. license: MIT
  559. maintainer: michael@snoyman.com
  560. homepage: https://github.com/snoyberg/http-client
  561. synopsis: http-client backend using the connection package and tls library
  562. description:
  563. Intended for use by higher-level libraries, such as http-conduit.
  564. category: Network
  565. author: Michael Snoyman
  566. exposed: True
  567. exposed-modules:
  568. Network.HTTP.Client.TLS
  569. trusted: False
  570. import-dirs: /usr/lib/ghc-7.10.2/site-local/http-client-tls-0.2.2
  571. library-dirs: /usr/lib/ghc-7.10.2/site-local/http-client-tls-0.2.2
  572. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/http-client-tls-0.2.2
  573. hs-libraries: HShttp-client-tls-0.2.2-8HFVPDNOFo777as06d4J3h
  574. depends:
  575. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  576. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  577. connection-0.2.5-ac1d7e957d4da92428b91de1a6dbc989
  578. data-default-class-0.0.1-06f131700d8043a79c55259693817561
  579. http-client-0.4.24-bb761c0e008f6e4b48eebbb8335cd98b
  580. network-2.6.2.1-5775b7a6b2773d45ba73f5345cb259c0
  581. tls-1.3.3-ce23475acc5bec9a8778a9876800b33f
  582. haddock-interfaces: /usr/share/doc/haskell-http-client-tls/html/http-client-tls.haddock
  583. haddock-html: /usr/share/doc/haskell-http-client-tls/html
  584. pkgroot: "/usr/lib/ghc-7.10.2"
  585. ---
  586. name: http-client
  587. version: 0.4.24
  588. id: http-client-0.4.24-bb761c0e008f6e4b48eebbb8335cd98b
  589. key: httpc_J2PGuzvpeI825AEgdiAheu
  590. license: MIT
  591. maintainer: michael@snoyman.com
  592. homepage: https://github.com/snoyberg/http-client
  593. synopsis: An HTTP client engine, intended as a base layer for more user-friendly packages.
  594. description:
  595. Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/http-client>.
  596. category: Network
  597. author: Michael Snoyman
  598. exposed: True
  599. exposed-modules:
  600. Network.HTTP.Client Network.HTTP.Client.MultipartFormData
  601. Network.HTTP.Client.Internal
  602. hidden-modules: Network.HTTP.Client.Body
  603. Network.HTTP.Client.Connection Network.HTTP.Client.Cookies
  604. Network.HTTP.Client.Core Network.HTTP.Client.Headers
  605. Network.HTTP.Client.Manager Network.HTTP.Client.Request
  606. Network.HTTP.Client.Response Network.HTTP.Client.Types
  607. Network.HTTP.Client.Util Network.PublicSuffixList.Lookup
  608. Network.PublicSuffixList.Types Network.PublicSuffixList.Serialize
  609. Network.PublicSuffixList.DataStructure
  610. trusted: False
  611. import-dirs: /usr/lib/ghc-7.10.2/site-local/http-client-0.4.24
  612. library-dirs: /usr/lib/ghc-7.10.2/site-local/http-client-0.4.24
  613. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/http-client-0.4.24
  614. hs-libraries: HShttp-client-0.4.24-J2PGuzvpeI825AEgdiAheu
  615. depends:
  616. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  617. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  618. base64-bytestring-1.0.0.1-813fd6740a5a52ebe93ba173dbdc266e
  619. blaze-builder-0.4.0.1-dbd2c683440ddafb55e513546e02fc25
  620. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  621. case-insensitive-1.2.0.5-9190b49c8c820b4ab92ec73fd3445e63
  622. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  623. cookie-0.4.1.6-d32e0f8f95b0ffc16373897c1d6f8a49
  624. data-default-class-0.0.1-06f131700d8043a79c55259693817561
  625. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  626. exceptions-0.8.0.2-b08bd0de7dff383d124cad3f4c34eddd
  627. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  628. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  629. http-types-0.8.6-bc54edc185ad65d323e7077c775d1a92
  630. mime-types-0.1.0.6-78f8fc9630ced2933fec2038f8eb68e3
  631. network-2.6.2.1-5775b7a6b2773d45ba73f5345cb259c0
  632. network-uri-2.6.0.3-5a35e1a679e187d20a12ff1be6f10206
  633. random-1.1-19f24a9117ee66b96a6e2cbdda5f9ba1
  634. streaming-commons-0.1.14.2-6773137a72df013fa219f9d61b61df90
  635. text-1.2.1.3-202edba6fea901191194d38d810da662
  636. time-1.5.0.1-c208e8fcb3277879fd30f1140654d53e
  637. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  638. haddock-interfaces: /usr/share/doc/haskell-http-client/html/http-client.haddock
  639. haddock-html: /usr/share/doc/haskell-http-client/html
  640. pkgroot: "/usr/lib/ghc-7.10.2"
  641. ---
  642. name: streaming-commons
  643. version: 0.1.14.2
  644. id: streaming-commons-0.1.14.2-6773137a72df013fa219f9d61b61df90
  645. key: strea_DGqjBf0vAJlDggX4NRDaSw
  646. license: MIT
  647. maintainer: michael@snoyman.com
  648. homepage: https://github.com/fpco/streaming-commons
  649. synopsis: Common lower-level functions needed by various streaming data libraries
  650. description:
  651. Provides low-dependency functionality commonly needed by various streaming data libraries, such as conduit and pipes.
  652. category: Data
  653. author: Michael Snoyman, Emanuel Borsboom
  654. exposed: True
  655. exposed-modules:
  656. Data.Streaming.Blaze Data.Streaming.ByteString.Builder
  657. Data.Streaming.ByteString.Builder.Buffer
  658. Data.Streaming.ByteString.Builder.Class Data.Streaming.FileRead
  659. Data.Streaming.Filesystem Data.Streaming.Network
  660. Data.Streaming.Network.Internal Data.Streaming.Process
  661. Data.Streaming.Process.Internal Data.Streaming.Text
  662. Data.Streaming.Zlib Data.Streaming.Zlib.Lowlevel
  663. hidden-modules: Data.Text.Internal.Unsafe.Char
  664. Data.Text.Internal.Unsafe.Shift Data.Text.Internal.Encoding.Utf8
  665. Data.Text.Internal.Encoding.Utf16 Data.Text.Internal.Encoding.Utf32
  666. trusted: False
  667. import-dirs: /usr/lib/ghc-7.10.2/site-local/streaming-commons-0.1.14.2
  668. library-dirs: /usr/lib/ghc-7.10.2/site-local/streaming-commons-0.1.14.2
  669. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/streaming-commons-0.1.14.2
  670. hs-libraries: HSstreaming-commons-0.1.14.2-DGqjBf0vAJlDggX4NRDaSw
  671. depends:
  672. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  673. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  674. blaze-builder-0.4.0.1-dbd2c683440ddafb55e513546e02fc25
  675. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  676. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  677. network-2.6.2.1-5775b7a6b2773d45ba73f5345cb259c0
  678. process-1.2.3.0-f0287ac288afc0705be775d1adda59ee
  679. random-1.1-19f24a9117ee66b96a6e2cbdda5f9ba1
  680. stm-2.4.4-2526ff89874f899372b2e4f544bb03cd
  681. text-1.2.1.3-202edba6fea901191194d38d810da662
  682. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  683. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  684. zlib-0.6.1.1-ac0e49219df6d7ec47e20f28bd2db0b8
  685. haddock-interfaces: /usr/share/doc/haskell-streaming-commons/html/streaming-commons.haddock
  686. haddock-html: /usr/share/doc/haskell-streaming-commons/html
  687. pkgroot: "/usr/lib/ghc-7.10.2"
  688. ---
  689. name: http-types
  690. version: 0.8.6
  691. id: http-types-0.8.6-bc54edc185ad65d323e7077c775d1a92
  692. key: httpt_C5IeULANR3XGcPcpozwQ7D
  693. license: BSD3
  694. copyright: (C) 2011 Aristid Breitkreuz
  695. maintainer: aristidb@googlemail.com
  696. homepage: https://github.com/aristidb/http-types
  697. synopsis: Generic HTTP types for Haskell (for both client and server code).
  698. description:
  699. Generic HTTP types for Haskell (for both client and server code).
  700. category: Network, Web
  701. author: Aristid Breitkreuz, Michael Snoyman
  702. exposed: True
  703. exposed-modules:
  704. Network.HTTP.Types Network.HTTP.Types.Header
  705. Network.HTTP.Types.Method Network.HTTP.Types.QueryLike
  706. Network.HTTP.Types.Status Network.HTTP.Types.URI
  707. Network.HTTP.Types.Version
  708. trusted: False
  709. import-dirs: /usr/lib/ghc-7.10.2/site-local/http-types-0.8.6
  710. library-dirs: /usr/lib/ghc-7.10.2/site-local/http-types-0.8.6
  711. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/http-types-0.8.6
  712. hs-libraries: HShttp-types-0.8.6-C5IeULANR3XGcPcpozwQ7D
  713. depends:
  714. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  715. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  716. blaze-builder-0.4.0.1-dbd2c683440ddafb55e513546e02fc25
  717. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  718. case-insensitive-1.2.0.5-9190b49c8c820b4ab92ec73fd3445e63
  719. text-1.2.1.3-202edba6fea901191194d38d810da662
  720. haddock-interfaces: /usr/share/doc/haskell-http-types/html/http-types.haddock
  721. haddock-html: /usr/share/doc/haskell-http-types/html
  722. pkgroot: "/usr/lib/ghc-7.10.2"
  723. ---
  724. name: highlighting-kate
  725. version: 0.6
  726. id: highlighting-kate-0.6-7fff7681294d442c7ed0cd3b0d9ce13c
  727. key: highl_BUNE4VyYmGm1H7X2NHjGrD
  728. license: GPL
  729. maintainer: jgm@berkeley.edu
  730. homepage: http://github.com/jgm/highlighting-kate
  731. synopsis: Syntax highlighting
  732. description:
  733. highlighting-kate is a syntax highlighting library
  734. with support for nearly one hundred languages. The syntax
  735. parsers are automatically generated from Kate
  736. syntax descriptions (<http://kate-editor.org/>),
  737. so any syntax supported by Kate can be added.
  738. An (optional) command-line program is provided, along
  739. with a utility for generating new parsers from Kate
  740. XML syntax descriptions.
  741. category: Text
  742. author: John MacFarlane
  743. exposed: True
  744. exposed-modules:
  745. Text.Highlighting.Kate Text.Highlighting.Kate.Syntax
  746. Text.Highlighting.Kate.Types Text.Highlighting.Kate.Styles
  747. Text.Highlighting.Kate.Format.HTML
  748. Text.Highlighting.Kate.Format.LaTeX
  749. hidden-modules: Text.Highlighting.Kate.Common
  750. Paths_highlighting_kate Text.Highlighting.Kate.Syntax.Abc
  751. Text.Highlighting.Kate.Syntax.Actionscript
  752. Text.Highlighting.Kate.Syntax.Ada
  753. Text.Highlighting.Kate.Syntax.Agda
  754. Text.Highlighting.Kate.Syntax.Alert
  755. Text.Highlighting.Kate.Syntax.Alert_indent
  756. Text.Highlighting.Kate.Syntax.Apache
  757. Text.Highlighting.Kate.Syntax.Asn1
  758. Text.Highlighting.Kate.Syntax.Asp Text.Highlighting.Kate.Syntax.Awk
  759. Text.Highlighting.Kate.Syntax.Bash
  760. Text.Highlighting.Kate.Syntax.Bibtex
  761. Text.Highlighting.Kate.Syntax.Boo Text.Highlighting.Kate.Syntax.C
  762. Text.Highlighting.Kate.Syntax.Changelog
  763. Text.Highlighting.Kate.Syntax.Clojure
  764. Text.Highlighting.Kate.Syntax.Cmake
  765. Text.Highlighting.Kate.Syntax.Coffee
  766. Text.Highlighting.Kate.Syntax.Coldfusion
  767. Text.Highlighting.Kate.Syntax.Commonlisp
  768. Text.Highlighting.Kate.Syntax.Cpp Text.Highlighting.Kate.Syntax.Cs
  769. Text.Highlighting.Kate.Syntax.Css
  770. Text.Highlighting.Kate.Syntax.Curry Text.Highlighting.Kate.Syntax.D
  771. Text.Highlighting.Kate.Syntax.Diff
  772. Text.Highlighting.Kate.Syntax.Djangotemplate
  773. Text.Highlighting.Kate.Syntax.Dockerfile
  774. Text.Highlighting.Kate.Syntax.Dot
  775. Text.Highlighting.Kate.Syntax.Doxygen
  776. Text.Highlighting.Kate.Syntax.Doxygenlua
  777. Text.Highlighting.Kate.Syntax.Dtd
  778. Text.Highlighting.Kate.Syntax.Eiffel
  779. Text.Highlighting.Kate.Syntax.Email
  780. Text.Highlighting.Kate.Syntax.Erlang
  781. Text.Highlighting.Kate.Syntax.Fasm
  782. Text.Highlighting.Kate.Syntax.Fortran
  783. Text.Highlighting.Kate.Syntax.Fsharp
  784. Text.Highlighting.Kate.Syntax.Gcc
  785. Text.Highlighting.Kate.Syntax.Glsl
  786. Text.Highlighting.Kate.Syntax.Gnuassembler
  787. Text.Highlighting.Kate.Syntax.Go
  788. Text.Highlighting.Kate.Syntax.Haskell
  789. Text.Highlighting.Kate.Syntax.Haxe
  790. Text.Highlighting.Kate.Syntax.Html
  791. Text.Highlighting.Kate.Syntax.Idris
  792. Text.Highlighting.Kate.Syntax.Ini
  793. Text.Highlighting.Kate.Syntax.Isocpp
  794. Text.Highlighting.Kate.Syntax.Java
  795. Text.Highlighting.Kate.Syntax.Javadoc
  796. Text.Highlighting.Kate.Syntax.Javascript
  797. Text.Highlighting.Kate.Syntax.Json
  798. Text.Highlighting.Kate.Syntax.Jsp
  799. Text.Highlighting.Kate.Syntax.Julia
  800. Text.Highlighting.Kate.Syntax.Kotlin
  801. Text.Highlighting.Kate.Syntax.Latex
  802. Text.Highlighting.Kate.Syntax.Lex
  803. Text.Highlighting.Kate.Syntax.Lilypond
  804. Text.Highlighting.Kate.Syntax.LiterateCurry
  805. Text.Highlighting.Kate.Syntax.LiterateHaskell
  806. Text.Highlighting.Kate.Syntax.Lua Text.Highlighting.Kate.Syntax.M4
  807. Text.Highlighting.Kate.Syntax.Makefile
  808. Text.Highlighting.Kate.Syntax.Mandoc
  809. Text.Highlighting.Kate.Syntax.Markdown
  810. Text.Highlighting.Kate.Syntax.Mathematica
  811. Text.Highlighting.Kate.Syntax.Matlab
  812. Text.Highlighting.Kate.Syntax.Maxima
  813. Text.Highlighting.Kate.Syntax.Mediawiki
  814. Text.Highlighting.Kate.Syntax.Metafont
  815. Text.Highlighting.Kate.Syntax.Mips
  816. Text.Highlighting.Kate.Syntax.Modelines
  817. Text.Highlighting.Kate.Syntax.Modula2
  818. Text.Highlighting.Kate.Syntax.Modula3
  819. Text.Highlighting.Kate.Syntax.Monobasic
  820. Text.Highlighting.Kate.Syntax.Nasm
  821. Text.Highlighting.Kate.Syntax.Noweb
  822. Text.Highlighting.Kate.Syntax.Objectivec
  823. Text.Highlighting.Kate.Syntax.Objectivecpp
  824. Text.Highlighting.Kate.Syntax.Ocaml
  825. Text.Highlighting.Kate.Syntax.Octave
  826. Text.Highlighting.Kate.Syntax.Opencl
  827. Text.Highlighting.Kate.Syntax.Pascal
  828. Text.Highlighting.Kate.Syntax.Perl
  829. Text.Highlighting.Kate.Syntax.Php
  830. Text.Highlighting.Kate.Syntax.Pike
  831. Text.Highlighting.Kate.Syntax.Postscript
  832. Text.Highlighting.Kate.Syntax.Prolog
  833. Text.Highlighting.Kate.Syntax.Pure
  834. Text.Highlighting.Kate.Syntax.Python
  835. Text.Highlighting.Kate.Syntax.R
  836. Text.Highlighting.Kate.Syntax.Relaxng
  837. Text.Highlighting.Kate.Syntax.Relaxngcompact
  838. Text.Highlighting.Kate.Syntax.Rest
  839. Text.Highlighting.Kate.Syntax.Rhtml
  840. Text.Highlighting.Kate.Syntax.Roff
  841. Text.Highlighting.Kate.Syntax.Ruby
  842. Text.Highlighting.Kate.Syntax.Rust
  843. Text.Highlighting.Kate.Syntax.Scala
  844. Text.Highlighting.Kate.Syntax.Scheme
  845. Text.Highlighting.Kate.Syntax.Sci Text.Highlighting.Kate.Syntax.Sed
  846. Text.Highlighting.Kate.Syntax.Sgml
  847. Text.Highlighting.Kate.Syntax.Sql
  848. Text.Highlighting.Kate.Syntax.SqlMysql
  849. Text.Highlighting.Kate.Syntax.SqlPostgresql
  850. Text.Highlighting.Kate.Syntax.Tcl
  851. Text.Highlighting.Kate.Syntax.Tcsh
  852. Text.Highlighting.Kate.Syntax.Texinfo
  853. Text.Highlighting.Kate.Syntax.Verilog
  854. Text.Highlighting.Kate.Syntax.Vhdl
  855. Text.Highlighting.Kate.Syntax.Xml
  856. Text.Highlighting.Kate.Syntax.Xorg
  857. Text.Highlighting.Kate.Syntax.Xslt
  858. Text.Highlighting.Kate.Syntax.Xul
  859. Text.Highlighting.Kate.Syntax.Yacc
  860. Text.Highlighting.Kate.Syntax.Yaml
  861. Text.Highlighting.Kate.Syntax.Zsh
  862. trusted: False
  863. import-dirs: /usr/lib/ghc-7.10.2/site-local/highlighting-kate-0.6
  864. library-dirs: /usr/lib/ghc-7.10.2/site-local/highlighting-kate-0.6
  865. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/highlighting-kate-0.6
  866. hs-libraries: HShighlighting-kate-0.6-BUNE4VyYmGm1H7X2NHjGrD
  867. depends:
  868. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  869. blaze-html-0.8.1.1-208b16df3c7b8e9cbda008beca47a891
  870. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  871. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  872. parsec-3.1.9-17a89c45a3c01da8e6b14fc16ea38bc7
  873. regex-pcre-builtin-0.94.4.8.8.35-ddd064ccaea57310d68f194475bebdee
  874. utf8-string-1.0.1.1-b57dc726e3e886b2723bf233523c9c97
  875. haddock-interfaces: /usr/share/doc/haskell-highlighting-kate/html/highlighting-kate.haddock
  876. haddock-html: /usr/share/doc/haskell-highlighting-kate/html
  877. pkgroot: "/usr/lib/ghc-7.10.2"
  878. ---
  879. name: css-text
  880. version: 0.1.2.1
  881. id: css-text-0.1.2.1-fcf026a53d74b4b0754d9796733022df
  882. key: csste_CKzrMPzfwFPAIiuWlt6oBz
  883. license: BSD3
  884. maintainer: Michael Snoyman <michael@snoyman.com>, Greg Weber <greg@gregweber.info>
  885. stability: Stable
  886. homepage: http://www.yesodweb.com/
  887. synopsis: CSS parser and renderer.
  888. category: Web, Yesod
  889. author: Michael Snoyman <michael@snoyman.com>
  890. exposed: True
  891. exposed-modules:
  892. Text.CSS.Parse Text.CSS.Render
  893. trusted: False
  894. import-dirs: /usr/lib/ghc-7.10.2/site-local/css-text-0.1.2.1
  895. library-dirs: /usr/lib/ghc-7.10.2/site-local/css-text-0.1.2.1
  896. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/css-text-0.1.2.1
  897. hs-libraries: HScss-text-0.1.2.1-CKzrMPzfwFPAIiuWlt6oBz
  898. depends:
  899. attoparsec-0.13.0.1-465de0a24d80e424544fc2f318b29ffa
  900. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  901. text-1.2.1.3-202edba6fea901191194d38d810da662
  902. haddock-interfaces: /usr/share/doc/haskell-css-text/html/css-text.haddock
  903. haddock-html: /usr/share/doc/haskell-css-text/html
  904. pkgroot: "/usr/lib/ghc-7.10.2"
  905. ---
  906. name: crypto-pubkey
  907. version: 0.2.8
  908. id: crypto-pubkey-0.2.8-f76a6f11c5e18941566e38368a0d5f2b
  909. key: crypt_JWByh0zP7Dh0gnQp4O4hsJ
  910. license: BSD3
  911. copyright: Vincent Hanquez <vincent@snarc.org>
  912. maintainer: Vincent Hanquez <vincent@snarc.org>
  913. homepage: https://github.com/vincenthz/hs-crypto-pubkey
  914. synopsis: Public Key cryptography
  915. description:
  916. Public Key cryptography
  917. .
  918. Supports RSA PKCS15, RSA OAEP, RSA PSS, DSA, ElGamal signature.
  919. .
  920. Also have primitive support for Diffie Hellman, and ElGamal encryption
  921. category: Cryptography
  922. author: Vincent Hanquez <vincent@snarc.org>
  923. exposed: True
  924. exposed-modules:
  925. Crypto.PubKey.RSA Crypto.PubKey.RSA.PKCS15 Crypto.PubKey.RSA.OAEP
  926. Crypto.PubKey.RSA.PSS Crypto.PubKey.RSA.Prim Crypto.PubKey.DSA
  927. Crypto.PubKey.DH Crypto.PubKey.HashDescr
  928. Crypto.PubKey.MaskGenFunction Crypto.PubKey.ECC.Generate
  929. Crypto.PubKey.ECC.Prim Crypto.PubKey.ECC.DH Crypto.PubKey.ECC.ECDSA
  930. hidden-modules: Crypto.PubKey.ElGamal Crypto.PubKey.RSA.Types
  931. Crypto.PubKey.Internal
  932. trusted: False
  933. import-dirs: /usr/lib/ghc-7.10.2/site-local/crypto-pubkey-0.2.8
  934. library-dirs: /usr/lib/ghc-7.10.2/site-local/crypto-pubkey-0.2.8
  935. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/crypto-pubkey-0.2.8
  936. hs-libraries: HScrypto-pubkey-0.2.8-JWByh0zP7Dh0gnQp4O4hsJ
  937. depends:
  938. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  939. byteable-0.1.1-9e873c18965555f56eacd6eafe98c9d1
  940. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  941. crypto-numbers-0.2.7-3eb3ee2e92d9579d3b08feb55f2d04da
  942. crypto-pubkey-types-0.4.3-14745a5bd383efb74817bf9001e6fd74
  943. crypto-random-0.0.9-4c7ad60990037161d8b4707830ef104d
  944. cryptohash-0.11.6-2a2f001c6cf1f21f3ee88c81ddd39ad6
  945. haddock-interfaces: /usr/share/doc/haskell-crypto-pubkey/html/crypto-pubkey.haddock
  946. haddock-html: /usr/share/doc/haskell-crypto-pubkey/html
  947. pkgroot: "/usr/lib/ghc-7.10.2"
  948. ---
  949. name: crypto-numbers
  950. version: 0.2.7
  951. id: crypto-numbers-0.2.7-3eb3ee2e92d9579d3b08feb55f2d04da
  952. key: crypt_HcRgvMaSDf88s0YjTKokdk
  953. license: BSD3
  954. copyright: Vincent Hanquez <vincent@snarc.org>
  955. maintainer: Vincent Hanquez <vincent@snarc.org>
  956. homepage: https://github.com/vincenthz/hs-crypto-numbers
  957. synopsis: Cryptographic numbers: functions and algorithms
  958. description:
  959. Cryptographic numbers: functions and algorithms
  960. category: Cryptography
  961. author: Vincent Hanquez <vincent@snarc.org>
  962. exposed: True
  963. exposed-modules:
  964. Crypto.Number.ModArithmetic Crypto.Number.Serialize
  965. Crypto.Number.Generate Crypto.Number.Basic Crypto.Number.Polynomial
  966. Crypto.Number.F2m Crypto.Number.Prime
  967. trusted: False
  968. import-dirs: /usr/lib/ghc-7.10.2/site-local/crypto-numbers-0.2.7
  969. library-dirs: /usr/lib/ghc-7.10.2/site-local/crypto-numbers-0.2.7
  970. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/crypto-numbers-0.2.7
  971. hs-libraries: HScrypto-numbers-0.2.7-HcRgvMaSDf88s0YjTKokdk
  972. depends:
  973. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  974. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  975. crypto-random-0.0.9-4c7ad60990037161d8b4707830ef104d
  976. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  977. integer-gmp-1.0.0.0-8e0f14d0262184533b417ca1f8b44482
  978. vector-0.11.0.0-a3d62f13dd9bf59f0f8bbb8613e9a160
  979. haddock-interfaces: /usr/share/doc/haskell-crypto-numbers/html/crypto-numbers.haddock
  980. haddock-html: /usr/share/doc/haskell-crypto-numbers/html
  981. pkgroot: "/usr/lib/ghc-7.10.2"
  982. ---
  983. name: crypto-random
  984. version: 0.0.9
  985. id: crypto-random-0.0.9-4c7ad60990037161d8b4707830ef104d
  986. key: crypt_GfHAwNTAq72DraxI8Xche5
  987. license: BSD3
  988. copyright: Vincent Hanquez <vincent@snarc.org>
  989. maintainer: Vincent Hanquez <vincent@snarc.org>
  990. homepage: http://github.com/vincenthz/hs-crypto-random
  991. synopsis: Simple cryptographic random related types
  992. description:
  993. Simple cryptographic random related types
  994. category: Cryptography
  995. author: Vincent Hanquez <vincent@snarc.org>
  996. exposed: True
  997. exposed-modules:
  998. Crypto.Random Crypto.Random.Test Crypto.Random.API
  999. hidden-modules: Crypto.Random.Generator Crypto.Random.Entropy
  1000. Crypto.Random.Entropy.Source Crypto.Random.Entropy.Unix
  1001. Crypto.Random.Entropy.RDRand
  1002. trusted: False
  1003. import-dirs: /usr/lib/ghc-7.10.2/site-local/crypto-random-0.0.9
  1004. library-dirs: /usr/lib/ghc-7.10.2/site-local/crypto-random-0.0.9
  1005. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/crypto-random-0.0.9
  1006. hs-libraries: HScrypto-random-0.0.9-GfHAwNTAq72DraxI8Xche5
  1007. depends:
  1008. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1009. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1010. securemem-0.1.9-7a4c9dd0c826f52b1dca71ecde367652
  1011. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  1012. vector-0.11.0.0-a3d62f13dd9bf59f0f8bbb8613e9a160
  1013. haddock-interfaces: /usr/share/doc/haskell-crypto-random/html/crypto-random.haddock
  1014. haddock-html: /usr/share/doc/haskell-crypto-random/html
  1015. pkgroot: "/usr/lib/ghc-7.10.2"
  1016. ---
  1017. name: connection
  1018. version: 0.2.5
  1019. id: connection-0.2.5-ac1d7e957d4da92428b91de1a6dbc989
  1020. key: conne_1HPeXtU20f3HWg6sSsHYCT
  1021. license: BSD3
  1022. copyright: Vincent Hanquez <vincent@snarc.org>
  1023. maintainer: Vincent Hanquez <vincent@snarc.org>
  1024. stability: experimental
  1025. homepage: http://github.com/vincenthz/hs-connection
  1026. synopsis: Simple and easy network connections API
  1027. description:
  1028. Simple network library for all your connection need.
  1029. .
  1030. Features: Really simple to use, SSL/TLS, SOCKS.
  1031. .
  1032. This library provides a very simple api to create sockets
  1033. to a destination with the choice of SSL/TLS, and SOCKS.
  1034. category: Network
  1035. author: Vincent Hanquez <vincent@snarc.org>
  1036. exposed: True
  1037. exposed-modules:
  1038. Network.Connection
  1039. hidden-modules: Network.Connection.Types
  1040. trusted: False
  1041. import-dirs: /usr/lib/ghc-7.10.2/site-local/connection-0.2.5
  1042. library-dirs: /usr/lib/ghc-7.10.2/site-local/connection-0.2.5
  1043. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/connection-0.2.5
  1044. hs-libraries: HSconnection-0.2.5-1HPeXtU20f3HWg6sSsHYCT
  1045. depends:
  1046. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1047. byteable-0.1.1-9e873c18965555f56eacd6eafe98c9d1
  1048. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1049. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  1050. data-default-class-0.0.1-06f131700d8043a79c55259693817561
  1051. network-2.6.2.1-5775b7a6b2773d45ba73f5345cb259c0
  1052. socks-0.5.4-cf53864635716855aa4716065ebe9521
  1053. tls-1.3.3-ce23475acc5bec9a8778a9876800b33f
  1054. x509-1.6.3-a43293c09f088b17e1f933da413b8cf2
  1055. x509-store-1.6.1-a7cea860b76767ee0e4c081900451e35
  1056. x509-system-1.6.1-f496d14b795cca5cb2f4b09c6d23fda3
  1057. x509-validation-1.6.3-72f64cc4b87581030c6ac152b53038fe
  1058. haddock-interfaces: /usr/share/doc/haskell-connection/html/connection.haddock
  1059. haddock-html: /usr/share/doc/haskell-connection/html
  1060. pkgroot: "/usr/lib/ghc-7.10.2"
  1061. ---
  1062. name: x509-system
  1063. version: 1.6.1
  1064. id: x509-system-1.6.1-f496d14b795cca5cb2f4b09c6d23fda3
  1065. key: x509s_GJzjwK72N982SA5ulUWKr2
  1066. license: BSD3
  1067. copyright: Vincent Hanquez <vincent@snarc.org>
  1068. maintainer: Vincent Hanquez <vincent@snarc.org>
  1069. stability: experimental
  1070. homepage: http://github.com/vincenthz/hs-certificate
  1071. synopsis: Handle per-operating-system X.509 accessors and storage
  1072. description:
  1073. System X.509 handling
  1074. category: Data
  1075. author: Vincent Hanquez <vincent@snarc.org>
  1076. exposed: True
  1077. exposed-modules:
  1078. System.X509 System.X509.Unix System.X509.MacOS
  1079. trusted: False
  1080. import-dirs: /usr/lib/ghc-7.10.2/site-local/x509-system-1.6.1
  1081. library-dirs: /usr/lib/ghc-7.10.2/site-local/x509-system-1.6.1
  1082. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/x509-system-1.6.1
  1083. hs-libraries: HSx509-system-1.6.1-GJzjwK72N982SA5ulUWKr2
  1084. depends:
  1085. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1086. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1087. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  1088. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  1089. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  1090. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  1091. pem-0.2.2-1915bcbd4bc19a1641f8aea68494b375
  1092. process-1.2.3.0-f0287ac288afc0705be775d1adda59ee
  1093. x509-1.6.3-a43293c09f088b17e1f933da413b8cf2
  1094. x509-store-1.6.1-a7cea860b76767ee0e4c081900451e35
  1095. haddock-interfaces: /usr/share/doc/haskell-x509-system/html/x509-system.haddock
  1096. haddock-html: /usr/share/doc/haskell-x509-system/html
  1097. pkgroot: "/usr/lib/ghc-7.10.2"
  1098. ---
  1099. name: tls
  1100. version: 1.3.3
  1101. id: tls-1.3.3-ce23475acc5bec9a8778a9876800b33f
  1102. key: tls_LQmpF3tZWH4AhpFW79Ko9z
  1103. license: BSD3
  1104. copyright: Vincent Hanquez <vincent@snarc.org>
  1105. maintainer: Vincent Hanquez <vincent@snarc.org>
  1106. stability: experimental
  1107. homepage: http://github.com/vincenthz/hs-tls
  1108. synopsis: TLS/SSL protocol native implementation (Server and Client)
  1109. description:
  1110. Native Haskell TLS and SSL protocol implementation for server and client.
  1111. .
  1112. This provides a high-level implementation of a sensitive security protocol,
  1113. eliminating a common set of security issues through the use of the advanced
  1114. type system, high level constructions and common Haskell features.
  1115. .
  1116. Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol,
  1117. and support RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key exchanges,
  1118. and many extensions.
  1119. .
  1120. Some debug tools linked with tls, are available through the
  1121. <http://hackage.haskell.org/package/tls-debug/>.
  1122. category: Network
  1123. author: Vincent Hanquez <vincent@snarc.org>
  1124. exposed: True
  1125. exposed-modules:
  1126. Network.TLS Network.TLS.Cipher Network.TLS.Compression
  1127. Network.TLS.Internal Network.TLS.Extra Network.TLS.Extra.Cipher
  1128. hidden-modules: Network.TLS.Cap Network.TLS.Struct Network.TLS.Core
  1129. Network.TLS.Context Network.TLS.Context.Internal
  1130. Network.TLS.Credentials Network.TLS.Backend Network.TLS.Crypto
  1131. Network.TLS.Crypto.DH Network.TLS.Crypto.ECDH Network.TLS.ErrT
  1132. Network.TLS.Extension Network.TLS.Extension.EC
  1133. Network.TLS.Handshake Network.TLS.Handshake.Common
  1134. Network.TLS.Handshake.Certificate Network.TLS.Handshake.Key
  1135. Network.TLS.Handshake.Client Network.TLS.Handshake.Server
  1136. Network.TLS.Handshake.Process Network.TLS.Handshake.Signature
  1137. Network.TLS.Handshake.State Network.TLS.Hooks Network.TLS.IO
  1138. Network.TLS.MAC Network.TLS.Measurement Network.TLS.Packet
  1139. Network.TLS.Parameters Network.TLS.Record Network.TLS.Record.Types
  1140. Network.TLS.Record.Engage Network.TLS.Record.Disengage
  1141. Network.TLS.Record.State Network.TLS.RNG Network.TLS.State
  1142. Network.TLS.Session Network.TLS.Sending Network.TLS.Receiving
  1143. Network.TLS.Util Network.TLS.Util.ASN1
  1144. Network.TLS.Util.Serialization Network.TLS.Types Network.TLS.Wire
  1145. Network.TLS.X509
  1146. trusted: False
  1147. import-dirs: /usr/lib/ghc-7.10.2/site-local/tls-1.3.3
  1148. library-dirs: /usr/lib/ghc-7.10.2/site-local/tls-1.3.3
  1149. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/tls-1.3.3
  1150. hs-libraries: HStls-1.3.3-LQmpF3tZWH4AhpFW79Ko9z
  1151. depends:
  1152. asn1-encoding-0.9.3-e473d7ddb69d39ff330d01ca70d038c1
  1153. asn1-types-0.3.1-1620548c3ee5a61e7637ecf3e3a0e03f
  1154. async-2.0.2-7323ce9f8a31649b3f9f961e623ae0eb
  1155. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1156. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1157. cereal-0.4.1.1-d2a660c7294ac61347bc43b6e2c10684
  1158. cryptonite-0.8-59a7d4624f79a0d9d786a47cef99334c
  1159. data-default-class-0.0.1-06f131700d8043a79c55259693817561
  1160. memory-0.10-0ca289a8d6855978b73db0f68b6bbaa0
  1161. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  1162. network-2.6.2.1-5775b7a6b2773d45ba73f5345cb259c0
  1163. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  1164. x509-1.6.3-a43293c09f088b17e1f933da413b8cf2
  1165. x509-store-1.6.1-a7cea860b76767ee0e4c081900451e35
  1166. x509-validation-1.6.3-72f64cc4b87581030c6ac152b53038fe
  1167. haddock-interfaces: /usr/share/doc/haskell-tls/html/tls.haddock
  1168. haddock-html: /usr/share/doc/haskell-tls/html
  1169. pkgroot: "/usr/lib/ghc-7.10.2"
  1170. ---
  1171. name: x509-validation
  1172. version: 1.6.3
  1173. id: x509-validation-1.6.3-72f64cc4b87581030c6ac152b53038fe
  1174. key: x509v_3hhgdEOQzdXA1fLt689D4V
  1175. license: BSD3
  1176. copyright: Vincent Hanquez <vincent@snarc.org>
  1177. maintainer: Vincent Hanquez <vincent@snarc.org>
  1178. stability: experimental
  1179. homepage: http://github.com/vincenthz/hs-certificate
  1180. synopsis: X.509 Certificate and CRL validation
  1181. description:
  1182. X.509 Certificate and CRL validation
  1183. category: Data
  1184. author: Vincent Hanquez <vincent@snarc.org>
  1185. exposed: True
  1186. exposed-modules:
  1187. Data.X509.Validation
  1188. hidden-modules: Data.X509.Validation.Signature
  1189. Data.X509.Validation.Fingerprint Data.X509.Validation.Cache
  1190. Data.X509.Validation.Types
  1191. trusted: False
  1192. import-dirs: /usr/lib/ghc-7.10.2/site-local/x509-validation-1.6.3
  1193. library-dirs: /usr/lib/ghc-7.10.2/site-local/x509-validation-1.6.3
  1194. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/x509-validation-1.6.3
  1195. hs-libraries: HSx509-validation-1.6.3-3hhgdEOQzdXA1fLt689D4V
  1196. depends:
  1197. asn1-encoding-0.9.3-e473d7ddb69d39ff330d01ca70d038c1
  1198. asn1-types-0.3.1-1620548c3ee5a61e7637ecf3e3a0e03f
  1199. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1200. byteable-0.1.1-9e873c18965555f56eacd6eafe98c9d1
  1201. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1202. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  1203. cryptonite-0.8-59a7d4624f79a0d9d786a47cef99334c
  1204. data-default-class-0.0.1-06f131700d8043a79c55259693817561
  1205. hourglass-0.2.9-11135f1c71e84de49c8dae47ad78da18
  1206. memory-0.10-0ca289a8d6855978b73db0f68b6bbaa0
  1207. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  1208. pem-0.2.2-1915bcbd4bc19a1641f8aea68494b375
  1209. x509-1.6.3-a43293c09f088b17e1f933da413b8cf2
  1210. x509-store-1.6.1-a7cea860b76767ee0e4c081900451e35
  1211. haddock-interfaces: /usr/share/doc/haskell-x509-validation/html/x509-validation.haddock
  1212. haddock-html: /usr/share/doc/haskell-x509-validation/html
  1213. pkgroot: "/usr/lib/ghc-7.10.2"
  1214. ---
  1215. name: x509-store
  1216. version: 1.6.1
  1217. id: x509-store-1.6.1-a7cea860b76767ee0e4c081900451e35
  1218. key: x509s_JUatC7ghkOy1NL8XerLFSb
  1219. license: BSD3
  1220. copyright: Vincent Hanquez <vincent@snarc.org>
  1221. maintainer: Vincent Hanquez <vincent@snarc.org>
  1222. stability: experimental
  1223. homepage: http://github.com/vincenthz/hs-certificate
  1224. synopsis: X.509 collection accessing and storing methods
  1225. description:
  1226. X.509 collection accessing and storing methods for certificate, crl, exception list
  1227. category: Data
  1228. author: Vincent Hanquez <vincent@snarc.org>
  1229. exposed: True
  1230. exposed-modules:
  1231. Data.X509.CertificateStore Data.X509.File Data.X509.Memory
  1232. trusted: False
  1233. import-dirs: /usr/lib/ghc-7.10.2/site-local/x509-store-1.6.1
  1234. library-dirs: /usr/lib/ghc-7.10.2/site-local/x509-store-1.6.1
  1235. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/x509-store-1.6.1
  1236. hs-libraries: HSx509-store-1.6.1-JUatC7ghkOy1NL8XerLFSb
  1237. depends:
  1238. asn1-encoding-0.9.3-e473d7ddb69d39ff330d01ca70d038c1
  1239. asn1-types-0.3.1-1620548c3ee5a61e7637ecf3e3a0e03f
  1240. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1241. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1242. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  1243. cryptonite-0.8-59a7d4624f79a0d9d786a47cef99334c
  1244. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  1245. pem-0.2.2-1915bcbd4bc19a1641f8aea68494b375
  1246. x509-1.6.3-a43293c09f088b17e1f933da413b8cf2
  1247. haddock-interfaces: /usr/share/doc/haskell-x509-store/html/x509-store.haddock
  1248. haddock-html: /usr/share/doc/haskell-x509-store/html
  1249. pkgroot: "/usr/lib/ghc-7.10.2"
  1250. ---
  1251. name: x509
  1252. version: 1.6.3
  1253. id: x509-1.6.3-a43293c09f088b17e1f933da413b8cf2
  1254. key: x509_Lo899Fay8ip3m3sORMIJwO
  1255. license: BSD3
  1256. copyright: Vincent Hanquez <vincent@snarc.org>
  1257. maintainer: Vincent Hanquez <vincent@snarc.org>
  1258. stability: experimental
  1259. homepage: http://github.com/vincenthz/hs-certificate
  1260. synopsis: X509 reader and writer
  1261. description:
  1262. X509 reader and writer
  1263. category: Data
  1264. author: Vincent Hanquez <vincent@snarc.org>
  1265. exposed: True
  1266. exposed-modules:
  1267. Data.X509
  1268. hidden-modules: Data.X509.Internal Data.X509.CertificateChain
  1269. Data.X509.AlgorithmIdentifier Data.X509.DistinguishedName
  1270. Data.X509.Cert Data.X509.PublicKey Data.X509.PrivateKey
  1271. Data.X509.Ext Data.X509.ExtensionRaw Data.X509.CRL Data.X509.OID
  1272. Data.X509.Signed
  1273. trusted: False
  1274. import-dirs: /usr/lib/ghc-7.10.2/site-local/x509-1.6.3
  1275. library-dirs: /usr/lib/ghc-7.10.2/site-local/x509-1.6.3
  1276. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/x509-1.6.3
  1277. hs-libraries: HSx509-1.6.3-Lo899Fay8ip3m3sORMIJwO
  1278. depends:
  1279. asn1-encoding-0.9.3-e473d7ddb69d39ff330d01ca70d038c1
  1280. asn1-parse-0.9.4-3da372aad4ad99aa6d234751f748a13b
  1281. asn1-types-0.3.1-1620548c3ee5a61e7637ecf3e3a0e03f
  1282. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1283. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1284. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  1285. cryptonite-0.8-59a7d4624f79a0d9d786a47cef99334c
  1286. hourglass-0.2.9-11135f1c71e84de49c8dae47ad78da18
  1287. memory-0.10-0ca289a8d6855978b73db0f68b6bbaa0
  1288. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  1289. pem-0.2.2-1915bcbd4bc19a1641f8aea68494b375
  1290. haddock-interfaces: /usr/share/doc/haskell-x509/html/x509.haddock
  1291. haddock-html: /usr/share/doc/haskell-x509/html
  1292. pkgroot: "/usr/lib/ghc-7.10.2"
  1293. ---
  1294. name: cryptonite
  1295. version: 0.8
  1296. id: cryptonite-0.8-59a7d4624f79a0d9d786a47cef99334c
  1297. key: crypt_EUDjZkdt6Uh7p18jXJpW02
  1298. license: BSD3
  1299. copyright: Vincent Hanquez <vincent@snarc.org>
  1300. maintainer: vincent@snarc.org
  1301. stability: experimental
  1302. homepage: https://github.com/haskell-crypto/cryptonite
  1303. synopsis: Cryptography Primitives sink
  1304. description:
  1305. A repository of cryptographic primitives.
  1306. .
  1307. * Symmetric ciphers: AES, DES, 3DES, Blowfish, Camellia, RC4, Salsa, ChaCha.
  1308. .
  1309. * Hash: SHA1, SHA2, SHA3, MD2, MD4, MD5, Kekkak, Skein, Ripemd, Tiger, Whirlpool
  1310. .
  1311. * MAC: HMAC, Poly1305
  1312. .
  1313. * Assymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Ed25519
  1314. .
  1315. * Key Derivation Function: PBKDF2, Scrypt
  1316. .
  1317. * Cryptographic Random generation: System Entropy, Deterministic Random Generator
  1318. .
  1319. * Data related: Anti-Forensic Information Splitter (AFIS)
  1320. .
  1321. If anything cryptographic related is missing from here, submit
  1322. a pull request to have it added. This package strive to be a
  1323. cryptographic kitchen sink that provides cryptography for everyone.
  1324. .
  1325. Evaluate the security related to your requirements before using.
  1326. category: Cryptography
  1327. author: Vincent Hanquez <vincent@snarc.org>
  1328. exposed: True
  1329. exposed-modules:
  1330. Crypto.Cipher.AES Crypto.Cipher.Blowfish Crypto.Cipher.Camellia
  1331. Crypto.Cipher.ChaCha Crypto.Cipher.ChaChaPoly1305 Crypto.Cipher.DES
  1332. Crypto.Cipher.RC4 Crypto.Cipher.Salsa Crypto.Cipher.TripleDES
  1333. Crypto.Cipher.Types Crypto.Data.AFIS Crypto.Data.Padding
  1334. Crypto.Error Crypto.MAC.Poly1305 Crypto.MAC.HMAC
  1335. Crypto.Number.Basic Crypto.Number.F2m Crypto.Number.Generate
  1336. Crypto.Number.ModArithmetic Crypto.Number.Prime
  1337. Crypto.Number.Serialize Crypto.Number.Serialize.Internal
  1338. Crypto.KDF.PBKDF2 Crypto.KDF.Scrypt Crypto.KDF.BCrypt Crypto.Hash
  1339. Crypto.Hash.IO Crypto.Hash.Algorithms Crypto.PubKey.Curve25519
  1340. Crypto.PubKey.MaskGenFunction Crypto.PubKey.DH Crypto.PubKey.DSA
  1341. Crypto.PubKey.ECC.Generate Crypto.PubKey.ECC.Prim
  1342. Crypto.PubKey.ECC.DH Crypto.PubKey.ECC.ECDSA Crypto.PubKey.ECC.P256
  1343. Crypto.PubKey.ECC.Types Crypto.PubKey.Ed25519 Crypto.PubKey.RSA
  1344. Crypto.PubKey.RSA.PKCS15 Crypto.PubKey.RSA.Prim
  1345. Crypto.PubKey.RSA.PSS Crypto.PubKey.RSA.OAEP
  1346. Crypto.PubKey.RSA.Types Crypto.Random Crypto.Random.Types
  1347. Crypto.Random.Entropy Crypto.Random.EntropyPool
  1348. Crypto.Random.Entropy.Unsafe
  1349. hidden-modules: Crypto.Cipher.AES.Primitive
  1350. Crypto.Cipher.Blowfish.Box Crypto.Cipher.Blowfish.Primitive
  1351. Crypto.Cipher.Camellia.Primitive Crypto.Cipher.DES.Primitive
  1352. Crypto.Cipher.Types.AEAD Crypto.Cipher.Types.Base
  1353. Crypto.Cipher.Types.Block Crypto.Cipher.Types.GF
  1354. Crypto.Cipher.Types.Stream Crypto.Cipher.Types.Utils
  1355. Crypto.Error.Types Crypto.Number.Compat Crypto.Hash.Types
  1356. Crypto.Hash.SHA1 Crypto.Hash.SHA224 Crypto.Hash.SHA256
  1357. Crypto.Hash.SHA384 Crypto.Hash.SHA512 Crypto.Hash.SHA512t
  1358. Crypto.Hash.SHA3 Crypto.Hash.Kekkak Crypto.Hash.MD2 Crypto.Hash.MD4
  1359. Crypto.Hash.MD5 Crypto.Hash.RIPEMD160 Crypto.Hash.Skein256
  1360. Crypto.Hash.Skein512 Crypto.Hash.Tiger Crypto.Hash.Whirlpool
  1361. Crypto.Random.Entropy.Source Crypto.Random.Entropy.Backend
  1362. Crypto.Random.ChaChaDRG Crypto.Random.SystemDRG
  1363. Crypto.Random.Probabilistic Crypto.PubKey.Internal
  1364. Crypto.PubKey.ElGamal Crypto.Internal.ByteArray
  1365. Crypto.Internal.Compat Crypto.Internal.CompatPrim
  1366. Crypto.Internal.DeepSeq Crypto.Internal.Imports
  1367. Crypto.Internal.Words Crypto.Internal.WordArray
  1368. Crypto.Random.Entropy.RDRand Crypto.Random.Entropy.Unix
  1369. trusted: False
  1370. import-dirs: /usr/lib/ghc-7.10.2/site-local/cryptonite-0.8
  1371. library-dirs: /usr/lib/ghc-7.10.2/site-local/cryptonite-0.8
  1372. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/cryptonite-0.8
  1373. hs-libraries: HScryptonite-0.8-EUDjZkdt6Uh7p18jXJpW02
  1374. depends:
  1375. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1376. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1377. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  1378. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  1379. integer-gmp-1.0.0.0-8e0f14d0262184533b417ca1f8b44482
  1380. memory-0.10-0ca289a8d6855978b73db0f68b6bbaa0
  1381. haddock-interfaces: /usr/share/doc/haskell-cryptonite/html/cryptonite.haddock
  1382. haddock-html: /usr/share/doc/haskell-cryptonite/html
  1383. pkgroot: "/usr/lib/ghc-7.10.2"
  1384. ---
  1385. name: case-insensitive
  1386. version: 1.2.0.5
  1387. id: case-insensitive-1.2.0.5-9190b49c8c820b4ab92ec73fd3445e63
  1388. key: casei_9NseolisKnP80bb65s7rJ9
  1389. license: BSD3
  1390. copyright: 2011 Bas van Dijk
  1391. maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
  1392. homepage: https://github.com/basvandijk/case-insensitive
  1393. synopsis: Case insensitive string comparison
  1394. description:
  1395. The module @Data.CaseInsensitive@ provides the 'CI' type
  1396. constructor which can be parameterised by a string-like
  1397. type like: 'String', 'ByteString', 'Text',
  1398. etc.. Comparisons of values of the resulting type will be
  1399. insensitive to cases.
  1400. category: Data, Text
  1401. author: Bas van Dijk
  1402. exposed: True
  1403. exposed-modules:
  1404. Data.CaseInsensitive Data.CaseInsensitive.Unsafe
  1405. hidden-modules: Data.CaseInsensitive.Internal
  1406. trusted: False
  1407. import-dirs: /usr/lib/ghc-7.10.2/site-local/case-insensitive-1.2.0.5
  1408. library-dirs: /usr/lib/ghc-7.10.2/site-local/case-insensitive-1.2.0.5
  1409. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/case-insensitive-1.2.0.5
  1410. hs-libraries: HScase-insensitive-1.2.0.5-9NseolisKnP80bb65s7rJ9
  1411. depends:
  1412. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1413. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1414. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  1415. hashable-1.2.3.3-80550537c7909140be870afef59b4dda
  1416. text-1.2.1.3-202edba6fea901191194d38d810da662
  1417. haddock-interfaces: /usr/share/doc/haskell-case-insensitive/html/case-insensitive.haddock
  1418. haddock-html: /usr/share/doc/haskell-case-insensitive/html
  1419. pkgroot: "/usr/lib/ghc-7.10.2"
  1420. ---
  1421. name: blaze-html
  1422. version: 0.8.1.1
  1423. id: blaze-html-0.8.1.1-208b16df3c7b8e9cbda008beca47a891
  1424. key: blaze_1zXVsYxJvNk7KmCYUCIuBj
  1425. license: BSD3
  1426. maintainer: Jasper Van der Jeugt <m@jaspervdj.be>
  1427. stability: Experimental
  1428. homepage: http://jaspervdj.be/blaze
  1429. synopsis: A blazingly fast HTML combinator library for Haskell
  1430. description:
  1431. A blazingly fast HTML combinator library for the Haskell
  1432. programming language. The Text.Blaze module is a good
  1433. starting point, as well as this tutorial:
  1434. <http://jaspervdj.be/blaze/tutorial.html>.
  1435. category: Text
  1436. author: Jasper Van der Jeugt, Simon Meier
  1437. exposed: True
  1438. exposed-modules:
  1439. Text.Blaze.Html Text.Blaze.Html.Renderer.Pretty
  1440. Text.Blaze.Html.Renderer.String Text.Blaze.Html.Renderer.Text
  1441. Text.Blaze.Html.Renderer.Utf8 Text.Blaze.Html4.FrameSet
  1442. Text.Blaze.Html4.FrameSet.Attributes Text.Blaze.Html4.Strict
  1443. Text.Blaze.Html4.Strict.Attributes Text.Blaze.Html4.Transitional
  1444. Text.Blaze.Html4.Transitional.Attributes Text.Blaze.Html5
  1445. Text.Blaze.Html5.Attributes Text.Blaze.XHtml1.FrameSet
  1446. Text.Blaze.XHtml1.FrameSet.Attributes Text.Blaze.XHtml1.Strict
  1447. Text.Blaze.XHtml1.Strict.Attributes Text.Blaze.XHtml1.Transitional
  1448. Text.Blaze.XHtml1.Transitional.Attributes Text.Blaze.XHtml5
  1449. Text.Blaze.XHtml5.Attributes
  1450. trusted: False
  1451. import-dirs: /usr/lib/ghc-7.10.2/site-local/blaze-html-0.8.1.1
  1452. library-dirs: /usr/lib/ghc-7.10.2/site-local/blaze-html-0.8.1.1
  1453. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/blaze-html-0.8.1.1
  1454. hs-libraries: HSblaze-html-0.8.1.1-1zXVsYxJvNk7KmCYUCIuBj
  1455. depends:
  1456. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1457. blaze-builder-0.4.0.1-dbd2c683440ddafb55e513546e02fc25
  1458. blaze-markup-0.7.0.3-9c0b1e27aa09dbecef107351523f5b8c
  1459. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1460. text-1.2.1.3-202edba6fea901191194d38d810da662
  1461. haddock-interfaces: /usr/share/doc/haskell-blaze-html/html/blaze-html.haddock
  1462. haddock-html: /usr/share/doc/haskell-blaze-html/html
  1463. pkgroot: "/usr/lib/ghc-7.10.2"
  1464. ---
  1465. name: blaze-markup
  1466. version: 0.7.0.3
  1467. id: blaze-markup-0.7.0.3-9c0b1e27aa09dbecef107351523f5b8c
  1468. key: blaze_FhrnjaI7C1I5CvgGhchX3R
  1469. license: BSD3
  1470. maintainer: Jasper Van der Jeugt <m@jaspervdj.be>
  1471. stability: Experimental
  1472. homepage: http://jaspervdj.be/blaze
  1473. synopsis: A blazingly fast markup combinator library for Haskell
  1474. description:
  1475. Core modules of a blazingly fast markup combinator library for the Haskell
  1476. programming language. The Text.Blaze module is a good
  1477. starting point, as well as this tutorial:
  1478. <http://jaspervdj.be/blaze/tutorial.html>.
  1479. category: Text
  1480. author: Jasper Van der Jeugt, Simon Meier, Deepak Jois
  1481. exposed: True
  1482. exposed-modules:
  1483. Text.Blaze Text.Blaze.Internal Text.Blaze.Renderer.Pretty
  1484. Text.Blaze.Renderer.String Text.Blaze.Renderer.Text
  1485. Text.Blaze.Renderer.Utf8
  1486. trusted: False
  1487. import-dirs: /usr/lib/ghc-7.10.2/site-local/blaze-markup-0.7.0.3
  1488. library-dirs: /usr/lib/ghc-7.10.2/site-local/blaze-markup-0.7.0.3
  1489. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/blaze-markup-0.7.0.3
  1490. hs-libraries: HSblaze-markup-0.7.0.3-FhrnjaI7C1I5CvgGhchX3R
  1491. depends:
  1492. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1493. blaze-builder-0.4.0.1-dbd2c683440ddafb55e513546e02fc25
  1494. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1495. text-1.2.1.3-202edba6fea901191194d38d810da662
  1496. haddock-interfaces: /usr/share/doc/haskell-blaze-markup/html/blaze-markup.haddock
  1497. haddock-html: /usr/share/doc/haskell-blaze-markup/html
  1498. pkgroot: "/usr/lib/ghc-7.10.2"
  1499. ---
  1500. name: attoparsec
  1501. version: 0.13.0.1
  1502. id: attoparsec-0.13.0.1-465de0a24d80e424544fc2f318b29ffa
  1503. key: attop_969x13NRo2w1GLFNqu19TU
  1504. license: BSD3
  1505. maintainer: Bryan O'Sullivan <bos@serpentine.com>
  1506. stability: experimental
  1507. homepage: https://github.com/bos/attoparsec
  1508. synopsis: Fast combinator parsing for bytestrings and text
  1509. description:
  1510. A fast parser combinator library, aimed particularly at dealing
  1511. efficiently with network protocols and complicated text/binary
  1512. file formats.
  1513. category: Text, Parsing
  1514. author: Bryan O'Sullivan <bos@serpentine.com>
  1515. exposed: True
  1516. exposed-modules:
  1517. Data.Attoparsec Data.Attoparsec.ByteString
  1518. Data.Attoparsec.ByteString.Char8 Data.Attoparsec.ByteString.Lazy
  1519. Data.Attoparsec.Char8 Data.Attoparsec.Combinator
  1520. Data.Attoparsec.Internal Data.Attoparsec.Internal.Types
  1521. Data.Attoparsec.Lazy Data.Attoparsec.Number Data.Attoparsec.Text
  1522. Data.Attoparsec.Text.Lazy Data.Attoparsec.Types
  1523. Data.Attoparsec.Zepto
  1524. hidden-modules: Data.Attoparsec.ByteString.Buffer
  1525. Data.Attoparsec.ByteString.FastSet
  1526. Data.Attoparsec.ByteString.Internal
  1527. Data.Attoparsec.Internal.Fhthagn Data.Attoparsec.Text.Buffer
  1528. Data.Attoparsec.Text.FastSet Data.Attoparsec.Text.Internal
  1529. trusted: False
  1530. import-dirs: /usr/lib/ghc-7.10.2/site-local/attoparsec-0.13.0.1
  1531. library-dirs: /usr/lib/ghc-7.10.2/site-local/attoparsec-0.13.0.1
  1532. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/attoparsec-0.13.0.1
  1533. hs-libraries: HSattoparsec-0.13.0.1-969x13NRo2w1GLFNqu19TU
  1534. depends:
  1535. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  1536. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1537. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1538. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  1539. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  1540. scientific-0.3.4.2-4eab81f67477e4ede251473d0fb46640
  1541. text-1.2.1.3-202edba6fea901191194d38d810da662
  1542. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  1543. haddock-interfaces: /usr/share/doc/haskell-attoparsec/html/attoparsec.haddock
  1544. haddock-html: /usr/share/doc/haskell-attoparsec/html
  1545. pkgroot: "/usr/lib/ghc-7.10.2"
  1546. ---
  1547. name: scientific
  1548. version: 0.3.4.2
  1549. id: scientific-0.3.4.2-4eab81f67477e4ede251473d0fb46640
  1550. key: scien_1UL7hJs0dy8BYuo3rFsz84
  1551. license: BSD3
  1552. maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
  1553. homepage: https://github.com/basvandijk/scientific
  1554. synopsis: Numbers represented using scientific notation
  1555. description:
  1556. @Data.Scientific@ provides the number type 'Scientific'. Scientific numbers are
  1557. arbitrary precision and space efficient. They are represented using
  1558. <http://en.wikipedia.org/wiki/Scientific_notation scientific notation>.
  1559. The implementation uses a coefficient @c :: 'Integer'@ and a base-10 exponent
  1560. @e :: 'Int'@. A scientific number corresponds to the
  1561. 'Fractional' number: @'fromInteger' c * 10 '^^' e@.
  1562. .
  1563. Note that since we're using an 'Int' to represent the exponent these numbers
  1564. aren't truly arbitrary precision. I intend to change the type of the exponent
  1565. to 'Integer' in a future release.
  1566. .
  1567. The main application of 'Scientific' is to be used as the target of parsing
  1568. arbitrary precision numbers coming from an untrusted source. The advantages
  1569. over using 'Rational' for this are that:
  1570. .
  1571. * A 'Scientific' is more efficient to construct. Rational numbers need to be
  1572. constructed using '%' which has to compute the 'gcd' of the 'numerator' and
  1573. 'denominator'.
  1574. .
  1575. * 'Scientific' is safe against numbers with huge exponents. For example:
  1576. @1e1000000000 :: 'Rational'@ will fill up all space and crash your
  1577. program. Scientific works as expected:
  1578. .
  1579. > > read "1e1000000000" :: Scientific
  1580. > 1.0e1000000000
  1581. .
  1582. * Also, the space usage of converting scientific numbers with huge exponents to
  1583. @'Integral's@ (like: 'Int') or @'RealFloat's@ (like: 'Double' or 'Float')
  1584. will always be bounded by the target type.
  1585. category: Data
  1586. author: Bas van Dijk
  1587. exposed: True
  1588. exposed-modules:
  1589. Data.Scientific Data.Text.Lazy.Builder.Scientific
  1590. Data.ByteString.Builder.Scientific
  1591. hidden-modules: Math.NumberTheory.Logarithms
  1592. GHC.Integer.Logarithms.Compat Utils
  1593. trusted: False
  1594. import-dirs: /usr/lib/ghc-7.10.2/site-local/scientific-0.3.4.2
  1595. library-dirs: /usr/lib/ghc-7.10.2/site-local/scientific-0.3.4.2
  1596. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/scientific-0.3.4.2
  1597. hs-libraries: HSscientific-0.3.4.2-1UL7hJs0dy8BYuo3rFsz84
  1598. depends:
  1599. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1600. binary-0.7.5.0-07214b304bb0a2c4cbf50d9dc7914ee6
  1601. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1602. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  1603. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  1604. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  1605. hashable-1.2.3.3-80550537c7909140be870afef59b4dda
  1606. integer-gmp-1.0.0.0-8e0f14d0262184533b417ca1f8b44482
  1607. text-1.2.1.3-202edba6fea901191194d38d810da662
  1608. vector-0.11.0.0-a3d62f13dd9bf59f0f8bbb8613e9a160
  1609. haddock-interfaces: /usr/share/doc/haskell-scientific/html/scientific.haddock
  1610. haddock-html: /usr/share/doc/haskell-scientific/html
  1611. pkgroot: "/usr/lib/ghc-7.10.2"
  1612. ---
  1613. name: vector
  1614. version: 0.11.0.0
  1615. id: vector-0.11.0.0-a3d62f13dd9bf59f0f8bbb8613e9a160
  1616. key: vecto_A9qWf1eecPQGJD12EBZIxF
  1617. license: BSD3
  1618. copyright: (c) Roman Leshchinskiy 2008-2012
  1619. maintainer: Haskell Libraries Team <libraries@haskell.org>
  1620. homepage: https://github.com/haskell/vector
  1621. synopsis: Efficient Arrays
  1622. description:
  1623. .
  1624. An efficient implementation of Int-indexed arrays (both mutable
  1625. and immutable), with a powerful loop optimisation framework .
  1626. .
  1627. It is structured as follows:
  1628. .
  1629. ["Data.Vector"] Boxed vectors of arbitrary types.
  1630. .
  1631. ["Data.Vector.Unboxed"] Unboxed vectors with an adaptive
  1632. representation based on data type families.
  1633. .
  1634. ["Data.Vector.Storable"] Unboxed vectors of 'Storable' types.
  1635. .
  1636. ["Data.Vector.Primitive"] Unboxed vectors of primitive types as
  1637. defined by the @primitive@ package. "Data.Vector.Unboxed" is more
  1638. flexible at no performance cost.
  1639. .
  1640. ["Data.Vector.Generic"] Generic interface to the vector types.
  1641. .
  1642. There is also a (draft) tutorial on common uses of vector.
  1643. .
  1644. * <http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial>
  1645. category: Data, Data Structures
  1646. author: Roman Leshchinskiy <rl@cse.unsw.edu.au>
  1647. exposed: True
  1648. exposed-modules:
  1649. Data.Vector.Internal.Check Data.Vector.Fusion.Util
  1650. Data.Vector.Fusion.Stream.Monadic Data.Vector.Fusion.Bundle.Size
  1651. Data.Vector.Fusion.Bundle.Monadic Data.Vector.Fusion.Bundle
  1652. Data.Vector.Generic.Mutable.Base Data.Vector.Generic.Mutable
  1653. Data.Vector.Generic.Base Data.Vector.Generic.New
  1654. Data.Vector.Generic Data.Vector.Primitive.Mutable
  1655. Data.Vector.Primitive Data.Vector.Storable.Internal
  1656. Data.Vector.Storable.Mutable Data.Vector.Storable
  1657. Data.Vector.Unboxed.Base Data.Vector.Unboxed.Mutable
  1658. Data.Vector.Unboxed Data.Vector.Mutable Data.Vector
  1659. trusted: False
  1660. import-dirs: /usr/lib/ghc-7.10.2/site-local/vector-0.11.0.0
  1661. library-dirs: /usr/lib/ghc-7.10.2/site-local/vector-0.11.0.0
  1662. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/vector-0.11.0.0
  1663. hs-libraries: HSvector-0.11.0.0-A9qWf1eecPQGJD12EBZIxF
  1664. include-dirs: /usr/lib/ghc-7.10.2/site-local/vector-0.11.0.0/include
  1665. depends:
  1666. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1667. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  1668. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  1669. primitive-0.6.1.0-842c44bae4dcc3c70cd2af42599ab93d
  1670. haddock-interfaces: /usr/share/doc/haskell-vector/html/vector.haddock
  1671. haddock-html: /usr/share/doc/haskell-vector/html
  1672. pkgroot: "/usr/lib/ghc-7.10.2"
  1673. ---
  1674. name: zip-archive
  1675. version: 0.2.3.7
  1676. id: zip-archive-0.2.3.7-78f481898b58c9ab470deedf538c6c8f
  1677. key: zipar_5uxrAmKUVVUCY8qBHyAZQE
  1678. license: BSD3
  1679. maintainer: jgm@berkeley.edu
  1680. homepage: http://github.com/jgm/zip-archive
  1681. synopsis: Library for creating and modifying zip archives.
  1682. description:
  1683. The zip-archive library provides functions for creating, modifying,
  1684. and extracting files from zip archives.
  1685. category: Codec
  1686. author: John MacFarlane
  1687. exposed: True
  1688. exposed-modules:
  1689. Codec.Archive.Zip
  1690. trusted: False
  1691. import-dirs: /usr/lib/ghc-7.10.2/site-local/zip-archive-0.2.3.7
  1692. library-dirs: /usr/lib/ghc-7.10.2/site-local/zip-archive-0.2.3.7
  1693. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/zip-archive-0.2.3.7
  1694. hs-libraries: HSzip-archive-0.2.3.7-5uxrAmKUVVUCY8qBHyAZQE
  1695. depends:
  1696. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  1697. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1698. binary-0.7.5.0-07214b304bb0a2c4cbf50d9dc7914ee6
  1699. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1700. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  1701. digest-0.0.1.2-e380762561d43409767530acf04b7cf2
  1702. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  1703. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  1704. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  1705. old-time-1.1.0.3-81c58f7b590af5471e2e611eb5a1183c
  1706. pretty-1.1.2.0-2932d0905cc17ca1d9638eb9cca0a227
  1707. text-1.2.1.3-202edba6fea901191194d38d810da662
  1708. time-1.5.0.1-c208e8fcb3277879fd30f1140654d53e
  1709. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  1710. zlib-0.6.1.1-ac0e49219df6d7ec47e20f28bd2db0b8
  1711. haddock-interfaces: /usr/share/doc/haskell-zip-archive/html/zip-archive.haddock
  1712. haddock-html: /usr/share/doc/haskell-zip-archive/html
  1713. pkgroot: "/usr/lib/ghc-7.10.2"
  1714. ---
  1715. name: zlib
  1716. version: 0.6.1.1
  1717. id: zlib-0.6.1.1-ac0e49219df6d7ec47e20f28bd2db0b8
  1718. key: zlib_IYDcUciccRK7uPRFSGbDhG
  1719. license: BSD3
  1720. copyright: (c) 2006-2015 Duncan Coutts
  1721. maintainer: Duncan Coutts <duncan@community.haskell.org>
  1722. synopsis: Compression and decompression in the gzip and zlib formats
  1723. description:
  1724. This package provides a pure interface for compressing and
  1725. decompressing streams of data represented as lazy
  1726. 'ByteString's. It uses the zlib C library so it has high
  1727. performance. It supports the \"zlib\", \"gzip\" and \"raw\"
  1728. compression formats.
  1729. .
  1730. It provides a convenient high level API suitable for most
  1731. tasks and for the few cases where more control is needed it
  1732. provides access to the full zlib feature set.
  1733. category: Codec
  1734. author: Duncan Coutts <duncan@community.haskell.org>
  1735. exposed: True
  1736. exposed-modules:
  1737. Codec.Compression.GZip Codec.Compression.Zlib
  1738. Codec.Compression.Zlib.Raw Codec.Compression.Zlib.Internal
  1739. hidden-modules: Codec.Compression.Zlib.Stream
  1740. trusted: False
  1741. import-dirs: /usr/lib/ghc-7.10.2/site-local/zlib-0.6.1.1
  1742. library-dirs: /usr/lib/ghc-7.10.2/site-local/zlib-0.6.1.1
  1743. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/zlib-0.6.1.1
  1744. hs-libraries: HSzlib-0.6.1.1-IYDcUciccRK7uPRFSGbDhG
  1745. extra-libraries:
  1746. z
  1747. includes:
  1748. zlib.h
  1749. depends:
  1750. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1751. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  1752. haddock-interfaces: /usr/share/doc/haskell-zlib/html/zlib.haddock
  1753. haddock-html: /usr/share/doc/haskell-zlib/html
  1754. pkgroot: "/usr/lib/ghc-7.10.2"
  1755. ---
  1756. name: xmonad-contrib
  1757. version: 0.11.4
  1758. id: xmonad-contrib-0.11.4-394bc9fe1fcae5303ca4ba4cd46dc9fc
  1759. key: xmona_CqnfYYF67U2LO5i9tpnOFn
  1760. license: BSD3
  1761. maintainer: xmonad@haskell.org
  1762. homepage: http://xmonad.org/
  1763. synopsis: Third party extensions for xmonad
  1764. description:
  1765. Third party tiling algorithms, configurations and scripts to xmonad,
  1766. a tiling window manager for X.
  1767. .
  1768. For an introduction to building, configuring and using xmonad
  1769. extensions, see "XMonad.Doc". In particular:
  1770. .
  1771. "XMonad.Doc.Configuring", a guide to configuring xmonad
  1772. .
  1773. "XMonad.Doc.Extending", using the contributed extensions library
  1774. .
  1775. "XMonad.Doc.Developing", introduction to xmonad internals and writing
  1776. your own extensions.
  1777. .
  1778. category: System
  1779. author: Spencer Janssen & others
  1780. exposed: True
  1781. exposed-modules:
  1782. XMonad.Doc XMonad.Doc.Configuring XMonad.Doc.Extending
  1783. XMonad.Doc.Developing XMonad.Actions.BluetileCommands
  1784. XMonad.Actions.Commands XMonad.Actions.ConstrainedResize
  1785. XMonad.Actions.CopyWindow XMonad.Actions.CycleRecentWS
  1786. XMonad.Actions.CycleSelectedLayouts XMonad.Actions.CycleWindows
  1787. XMonad.Actions.CycleWS XMonad.Actions.DeManage
  1788. XMonad.Actions.DwmPromote XMonad.Actions.DynamicWorkspaces
  1789. XMonad.Actions.DynamicWorkspaceGroups
  1790. XMonad.Actions.DynamicWorkspaceOrder
  1791. XMonad.Actions.FindEmptyWorkspace XMonad.Actions.FlexibleManipulate
  1792. XMonad.Actions.FlexibleResize XMonad.Actions.FloatKeys
  1793. XMonad.Actions.FloatSnap XMonad.Actions.FocusNth
  1794. XMonad.Actions.GridSelect XMonad.Actions.GroupNavigation
  1795. XMonad.Actions.Launcher XMonad.Actions.MessageFeedback
  1796. XMonad.Actions.MouseGestures XMonad.Actions.MouseResize
  1797. XMonad.Actions.Navigation2D XMonad.Actions.NoBorders
  1798. XMonad.Actions.OnScreen XMonad.Actions.PerWorkspaceKeys
  1799. XMonad.Actions.PhysicalScreens XMonad.Actions.Plane
  1800. XMonad.Actions.Promote XMonad.Actions.RandomBackground
  1801. XMonad.Actions.KeyRemap XMonad.Actions.RotSlaves
  1802. XMonad.Actions.Search XMonad.Actions.ShowText
  1803. XMonad.Actions.SimpleDate XMonad.Actions.SinkAll
  1804. XMonad.Actions.SpawnOn XMonad.Actions.Submap
  1805. XMonad.Actions.SwapWorkspaces XMonad.Actions.TagWindows
  1806. XMonad.Actions.TopicSpace XMonad.Actions.UpdateFocus
  1807. XMonad.Actions.UpdatePointer XMonad.Actions.Warp
  1808. XMonad.Actions.WindowBringer XMonad.Actions.WindowGo
  1809. XMonad.Actions.WindowMenu XMonad.Actions.WindowNavigation
  1810. XMonad.Actions.WithAll XMonad.Actions.WorkspaceCursors
  1811. XMonad.Actions.WorkspaceNames XMonad.Actions.Workscreen
  1812. XMonad.Config.Arossato XMonad.Config.Azerty XMonad.Config.Bluetile
  1813. XMonad.Config.Desktop XMonad.Config.Droundy XMonad.Config.Gnome
  1814. XMonad.Config.Kde XMonad.Config.Sjanssen XMonad.Config.Xfce
  1815. XMonad.Hooks.CurrentWorkspaceOnTop XMonad.Hooks.DebugEvents
  1816. XMonad.Hooks.DebugKeyEvents XMonad.Hooks.DynamicBars
  1817. XMonad.Hooks.DynamicHooks XMonad.Hooks.DynamicLog
  1818. XMonad.Hooks.DebugStack XMonad.Hooks.EwmhDesktops
  1819. XMonad.Hooks.FadeInactive XMonad.Hooks.FadeWindows
  1820. XMonad.Hooks.FloatNext XMonad.Hooks.ICCCMFocus
  1821. XMonad.Hooks.InsertPosition XMonad.Hooks.ManageDocks
  1822. XMonad.Hooks.ManageHelpers XMonad.Hooks.Minimize XMonad.Hooks.Place
  1823. XMonad.Hooks.PositionStoreHooks XMonad.Hooks.RestoreMinimized
  1824. XMonad.Hooks.ScreenCorners XMonad.Hooks.Script
  1825. XMonad.Hooks.ServerMode XMonad.Hooks.SetWMName
  1826. XMonad.Hooks.ToggleHook XMonad.Hooks.UrgencyHook
  1827. XMonad.Hooks.WorkspaceByPos XMonad.Hooks.XPropManage
  1828. XMonad.Layout.Accordion XMonad.Layout.AutoMaster
  1829. XMonad.Layout.BorderResize XMonad.Layout.BoringWindows
  1830. XMonad.Layout.ButtonDecoration XMonad.Layout.CenteredMaster
  1831. XMonad.Layout.Circle XMonad.Layout.Column XMonad.Layout.Combo
  1832. XMonad.Layout.ComboP XMonad.Layout.Cross XMonad.Layout.Decoration
  1833. XMonad.Layout.DecorationAddons XMonad.Layout.DecorationMadness
  1834. XMonad.Layout.Dishes XMonad.Layout.DraggingVisualizer
  1835. XMonad.Layout.DragPane XMonad.Layout.Drawer XMonad.Layout.DwmStyle
  1836. XMonad.Layout.FixedColumn XMonad.Layout.Fullscreen
  1837. XMonad.Layout.Gaps XMonad.Layout.Grid XMonad.Layout.GridVariants
  1838. XMonad.Layout.Groups XMonad.Layout.Groups.Examples
  1839. XMonad.Layout.Groups.Helpers XMonad.Layout.Groups.Wmii
  1840. XMonad.Layout.HintedGrid XMonad.Layout.HintedTile XMonad.Layout.IM
  1841. XMonad.Layout.ImageButtonDecoration
  1842. XMonad.Layout.IndependentScreens XMonad.Layout.LayoutBuilder
  1843. XMonad.Layout.LayoutBuilderP XMonad.Layout.LayoutCombinators
  1844. XMonad.Layout.LayoutHints XMonad.Layout.LayoutModifier
  1845. XMonad.Layout.LayoutScreens XMonad.Layout.LimitWindows
  1846. XMonad.Layout.MagicFocus XMonad.Layout.Magnifier
  1847. XMonad.Layout.Master XMonad.Layout.Maximize
  1848. XMonad.Layout.MessageControl XMonad.Layout.Minimize
  1849. XMonad.Layout.Monitor XMonad.Layout.Mosaic XMonad.Layout.MosaicAlt
  1850. XMonad.Layout.MouseResizableTile XMonad.Layout.MultiColumns
  1851. XMonad.Layout.MultiToggle XMonad.Layout.MultiToggle.Instances
  1852. XMonad.Layout.Named XMonad.Layout.NoBorders
  1853. XMonad.Layout.NoFrillsDecoration XMonad.Layout.OnHost
  1854. XMonad.Layout.OneBig XMonad.Layout.PerWorkspace
  1855. XMonad.Layout.PositionStoreFloat XMonad.Layout.Reflect
  1856. XMonad.Layout.Renamed XMonad.Layout.ResizableTile
  1857. XMonad.Layout.ResizeScreen XMonad.Layout.Roledex
  1858. XMonad.Layout.ShowWName XMonad.Layout.SimpleDecoration
  1859. XMonad.Layout.SimpleFloat XMonad.Layout.Simplest
  1860. XMonad.Layout.SimplestFloat XMonad.Layout.Spacing
  1861. XMonad.Layout.Spiral XMonad.Layout.Square XMonad.Layout.StackTile
  1862. XMonad.Layout.SubLayouts XMonad.Layout.TabBarDecoration
  1863. XMonad.Layout.Tabbed XMonad.Layout.ThreeColumns
  1864. XMonad.Layout.ToggleLayouts XMonad.Layout.TrackFloating
  1865. XMonad.Layout.TwoPane XMonad.Layout.WindowArranger
  1866. XMonad.Layout.WindowNavigation
  1867. XMonad.Layout.WindowSwitcherDecoration XMonad.Layout.WorkspaceDir
  1868. XMonad.Layout.ZoomRow XMonad.Prompt XMonad.Prompt.AppendFile
  1869. XMonad.Prompt.AppLauncher XMonad.Prompt.Directory
  1870. XMonad.Prompt.DirExec XMonad.Prompt.Email XMonad.Prompt.Input
  1871. XMonad.Prompt.Layout XMonad.Prompt.Man XMonad.Prompt.RunOrRaise
  1872. XMonad.Prompt.Shell XMonad.Prompt.Ssh XMonad.Prompt.Theme
  1873. XMonad.Prompt.Window XMonad.Prompt.Workspace XMonad.Prompt.XMonad
  1874. XMonad.Util.Cursor XMonad.Util.CustomKeys XMonad.Util.DebugWindow
  1875. XMonad.Util.Dmenu XMonad.Util.Dzen XMonad.Util.ExtensibleState
  1876. XMonad.Util.EZConfig XMonad.Util.Font XMonad.Util.Image
  1877. XMonad.Util.Invisible XMonad.Util.Loggers XMonad.Util.NamedActions
  1878. XMonad.Util.NamedScratchpad XMonad.Util.NamedWindows
  1879. XMonad.Util.Paste XMonad.Util.PositionStore XMonad.Util.Replace
  1880. XMonad.Util.Run XMonad.Util.Scratchpad XMonad.Util.SpawnOnce
  1881. XMonad.Util.Stack XMonad.Util.StringProp XMonad.Util.Themes
  1882. XMonad.Util.Timer XMonad.Util.Types XMonad.Util.WindowProperties
  1883. XMonad.Util.WorkspaceCompare XMonad.Util.XSelection
  1884. XMonad.Util.XUtils
  1885. trusted: False
  1886. import-dirs: /usr/lib/ghc-7.10.2/site-local/xmonad-contrib-0.11.4
  1887. library-dirs: /usr/lib/ghc-7.10.2/site-local/xmonad-contrib-0.11.4
  1888. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/xmonad-contrib-0.11.4
  1889. hs-libraries: HSxmonad-contrib-0.11.4-CqnfYYF67U2LO5i9tpnOFn
  1890. depends:
  1891. X11-1.6.1.2-fc65fb691031a0bb6af99b6220870310
  1892. X11-xft-0.3.1-d3d2cbdf3645667720527e1fc224f9cd
  1893. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1894. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  1895. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  1896. extensible-exceptions-0.1.1.4-dae34b7345f33259ae772f45ee3cac62
  1897. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  1898. old-locale-1.0.0.7-2f3f4311e12e7847c2af472c26151237
  1899. old-time-1.1.0.3-81c58f7b590af5471e2e611eb5a1183c
  1900. process-1.2.3.0-f0287ac288afc0705be775d1adda59ee
  1901. random-1.1-19f24a9117ee66b96a6e2cbdda5f9ba1
  1902. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  1903. utf8-string-1.0.1.1-b57dc726e3e886b2723bf233523c9c97
  1904. xmonad-0.11.1-b49929ada86b2ae52679b08ad0f2af48
  1905. haddock-interfaces: /usr/share/doc/haskell-xmonad-contrib/html/xmonad-contrib.haddock
  1906. haddock-html: /usr/share/doc/haskell-xmonad-contrib/html
  1907. pkgroot: "/usr/lib/ghc-7.10.2"
  1908. ---
  1909. name: xmonad
  1910. version: 0.11.1
  1911. id: xmonad-0.11.1-b49929ada86b2ae52679b08ad0f2af48
  1912. key: xmona_DAYFA5glspD4BdIACd00h5
  1913. license: BSD3
  1914. maintainer: xmonad@haskell.org
  1915. homepage: http://xmonad.org
  1916. synopsis: A tiling window manager
  1917. description:
  1918. xmonad is a tiling window manager for X. Windows are arranged
  1919. automatically to tile the screen without gaps or overlap, maximising
  1920. screen use. All features of the window manager are accessible from
  1921. the keyboard: a mouse is strictly optional. xmonad is written and
  1922. extensible in Haskell. Custom layout algorithms, and other
  1923. extensions, may be written by the user in config files. Layouts are
  1924. applied dynamically, and different layouts may be used on each
  1925. workspace. Xinerama is fully supported, allowing windows to be tiled
  1926. on several screens.
  1927. category: System
  1928. author: Spencer Janssen
  1929. exposed: True
  1930. exposed-modules:
  1931. XMonad XMonad.Main XMonad.Core XMonad.Config XMonad.Layout
  1932. XMonad.ManageHook XMonad.Operations XMonad.StackSet
  1933. trusted: False
  1934. import-dirs: /usr/lib/ghc-7.10.2/site-local/xmonad-0.11.1
  1935. library-dirs: /usr/lib/ghc-7.10.2/site-local/xmonad-0.11.1
  1936. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/xmonad-0.11.1
  1937. hs-libraries: HSxmonad-0.11.1-DAYFA5glspD4BdIACd00h5
  1938. depends:
  1939. X11-1.6.1.2-fc65fb691031a0bb6af99b6220870310
  1940. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1941. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  1942. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  1943. extensible-exceptions-0.1.1.4-dae34b7345f33259ae772f45ee3cac62
  1944. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  1945. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  1946. process-1.2.3.0-f0287ac288afc0705be775d1adda59ee
  1947. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  1948. utf8-string-1.0.1.1-b57dc726e3e886b2723bf233523c9c97
  1949. haddock-interfaces: /usr/share/doc/haskell-xmonad/html/xmonad.haddock
  1950. haddock-html: /usr/share/doc/haskell-xmonad/html
  1951. pkgroot: "/usr/lib/ghc-7.10.2"
  1952. ---
  1953. name: X11-xft
  1954. version: 0.3.1
  1955. id: X11-xft-0.3.1-d3d2cbdf3645667720527e1fc224f9cd
  1956. key: X11xf_3ekMIX9ONsb3oDXgAYV1dX
  1957. license: LGPL
  1958. maintainer: clemens@endorphin.org
  1959. synopsis: Bindings to the Xft, X Free Type interface library, and some Xrender parts
  1960. description:
  1961. Bindings to the Xft, X Free Type interface library, and some Xrender parts
  1962. category: Graphics
  1963. author: Clemens Fruhwirth
  1964. exposed: True
  1965. exposed-modules:
  1966. Graphics.X11.Xft Graphics.X11.Xrender
  1967. trusted: False
  1968. import-dirs: /usr/lib/ghc-7.10.2/site-local/X11-xft-0.3.1
  1969. library-dirs: /usr/lib/ghc-7.10.2/site-local/X11-xft-0.3.1
  1970. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/X11-xft-0.3.1
  1971. hs-libraries: HSX11-xft-0.3.1-3ekMIX9ONsb3oDXgAYV1dX
  1972. extra-libraries:
  1973. Xft
  1974. include-dirs: /usr/include/freetype2 /usr/include/libpng16
  1975. /usr/include/harfbuzz /usr/include/glib-2.0
  1976. /usr/lib/glib-2.0/include
  1977. depends:
  1978. X11-1.6.1.2-fc65fb691031a0bb6af99b6220870310
  1979. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  1980. utf8-string-1.0.1.1-b57dc726e3e886b2723bf233523c9c97
  1981. haddock-interfaces: /usr/share/doc/haskell-x11-xft/html/X11-xft.haddock
  1982. haddock-html: /usr/share/doc/haskell-x11-xft/html
  1983. pkgroot: "/usr/lib/ghc-7.10.2"
  1984. ---
  1985. name: X11
  1986. version: 1.6.1.2
  1987. id: X11-1.6.1.2-fc65fb691031a0bb6af99b6220870310
  1988. key: X11_95VgzoSWlB182wdRadPHRw
  1989. license: BSD3
  1990. copyright: Alastair Reid, 1999-2003, libraries@haskell.org 2003-2007, Don Stewart 2007-2009, Spencer Janssen 2007-2009, Daniel Wagner 2009-2011.
  1991. maintainer: Daniel Wagner <daniel@wagner-home.com>
  1992. homepage: https://github.com/haskell-pkg-janitors/X11
  1993. synopsis: A binding to the X11 graphics library
  1994. description:
  1995. A Haskell binding to the X11 graphics library.
  1996. The binding is a direct translation of the C binding; for
  1997. documentation of these calls, refer to "The Xlib Programming
  1998. Manual", available online at <http://tronche.com/gui/x/xlib/>.
  1999. category: Graphics
  2000. exposed: True
  2001. exposed-modules:
  2002. Graphics.X11 Graphics.X11.Types Graphics.X11.Xlib
  2003. Graphics.X11.Xlib.Atom Graphics.X11.Xlib.Color
  2004. Graphics.X11.Xlib.Context Graphics.X11.Xlib.Cursor
  2005. Graphics.X11.Xlib.Display Graphics.X11.Xlib.Event
  2006. Graphics.X11.Xlib.Font Graphics.X11.Xlib.Misc
  2007. Graphics.X11.Xlib.Region Graphics.X11.Xlib.Screen
  2008. Graphics.X11.Xlib.Types Graphics.X11.Xlib.Window
  2009. Graphics.X11.Xlib.Image Graphics.X11.Xlib.Extras
  2010. Graphics.X11.Xinerama Graphics.X11.Xrandr Graphics.X11.XScreenSaver
  2011. Graphics.X11.ExtraTypes Graphics.X11.ExtraTypes.AP
  2012. Graphics.X11.ExtraTypes.DEC Graphics.X11.ExtraTypes.HP
  2013. Graphics.X11.ExtraTypes.Sun Graphics.X11.ExtraTypes.XF86
  2014. Graphics.X11.ExtraTypes.XorgDefault
  2015. hidden-modules: Graphics.X11.Xlib.Internal
  2016. trusted: False
  2017. import-dirs: /usr/lib/ghc-7.10.2/site-local/X11-1.6.1.2
  2018. library-dirs: /usr/lib/ghc-7.10.2/site-local/X11-1.6.1.2
  2019. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/X11-1.6.1.2
  2020. hs-libraries: HSX11-1.6.1.2-95VgzoSWlB182wdRadPHRw
  2021. extra-libraries:
  2022. Xinerama Xext X11 Xrandr Xext
  2023. include-dirs: /usr/lib/ghc-7.10.2/site-local/X11-1.6.1.2/include
  2024. includes:
  2025. HsXlib.h HsAllKeysyms.h
  2026. depends:
  2027. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2028. data-default-0.5.3-a2ece8050e447d921b001e26e14476f2
  2029. ld-options: "-Wl,-O1,--sort-common,--as-needed,-z,relro"
  2030. haddock-interfaces: /usr/share/doc/haskell-x11/html/X11.haddock
  2031. haddock-html: /usr/share/doc/haskell-x11/html
  2032. pkgroot: "/usr/lib/ghc-7.10.2"
  2033. ---
  2034. name: xml
  2035. version: 1.3.14
  2036. id: xml-1.3.14-238193d56bff9078b759b2ecc9e88d33
  2037. key: xml_A51W7Krf6npGWsiTbJ1zZV
  2038. license: BSD3
  2039. copyright: (c) 2007-2008 Galois Inc.
  2040. maintainer: diatchki@galois.com
  2041. homepage: http://code.galois.com
  2042. synopsis: A simple XML library.
  2043. description:
  2044. A simple XML library.
  2045. category: Text, XML
  2046. author: Galois Inc.
  2047. exposed: True
  2048. exposed-modules:
  2049. Text.XML.Light Text.XML.Light.Types Text.XML.Light.Output
  2050. Text.XML.Light.Input Text.XML.Light.Lexer Text.XML.Light.Proc
  2051. Text.XML.Light.Cursor
  2052. trusted: False
  2053. import-dirs: /usr/lib/ghc-7.10.2/site-local/xml-1.3.14
  2054. library-dirs: /usr/lib/ghc-7.10.2/site-local/xml-1.3.14
  2055. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/xml-1.3.14
  2056. hs-libraries: HSxml-1.3.14-A51W7Krf6npGWsiTbJ1zZV
  2057. depends:
  2058. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2059. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2060. text-1.2.1.3-202edba6fea901191194d38d810da662
  2061. haddock-interfaces: /usr/share/doc/haskell-xml/html/xml.haddock
  2062. haddock-html: /usr/share/doc/haskell-xml/html
  2063. pkgroot: "/usr/lib/ghc-7.10.2"
  2064. ---
  2065. name: temporary
  2066. version: 1.2.0.3
  2067. id: temporary-1.2.0.3-1b7f51310984ba880c6d24f90cf25db3
  2068. key: tempo_Il0r9HZboDhGin7P716nyP
  2069. license: BSD3
  2070. copyright: (c) 2003-2006, Isaac Jones
  2071. (c) 2005-2009, Duncan Coutts
  2072. maintainer: Max Bolingbroke <batterseapower@hotmail.com>
  2073. homepage: http://www.github.com/batterseapower/temporary
  2074. synopsis: Portable temporary file and directory support for Windows and Unix, based on code from Cabal
  2075. description:
  2076. The functions for creating temporary files and directories in the base library are quite limited. The unixutils
  2077. package contains some good ones, but they aren't portable to Windows.
  2078. This library just repackages the Cabal implementations of its own temporary file and folder functions so that
  2079. you can use them without linking against Cabal or depending on it being installed.
  2080. category: System, Utils
  2081. author: Isaac Jones <ijones@syntaxpolice.org>
  2082. Duncan Coutts <duncan@haskell.org>
  2083. exposed: True
  2084. exposed-modules:
  2085. System.IO.Temp
  2086. hidden-modules: Distribution.Compat.Exception
  2087. Distribution.Compat.TempFile
  2088. trusted: False
  2089. import-dirs: /usr/lib/ghc-7.10.2/site-local/temporary-1.2.0.3
  2090. library-dirs: /usr/lib/ghc-7.10.2/site-local/temporary-1.2.0.3
  2091. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/temporary-1.2.0.3
  2092. hs-libraries: HStemporary-1.2.0.3-Il0r9HZboDhGin7P716nyP
  2093. depends:
  2094. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2095. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  2096. exceptions-0.8.0.2-b08bd0de7dff383d124cad3f4c34eddd
  2097. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  2098. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  2099. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  2100. haddock-interfaces: /usr/share/doc/haskell-temporary/html/temporary.haddock
  2101. haddock-html: /usr/share/doc/haskell-temporary/html
  2102. pkgroot: "/usr/lib/ghc-7.10.2"
  2103. ---
  2104. name: SHA
  2105. version: 1.6.4.2
  2106. id: SHA-1.6.4.2-97d4671480b5e0f062d39db089492814
  2107. key: SHA_J9qY4eO8j9dC29WVKRYjfa
  2108. license: BSD3
  2109. maintainer: Adam Wick <awick@galois.com>,
  2110. Raphael Javaux <raphaeljavaux@gmail.com>
  2111. stability: stable
  2112. synopsis: Implementations of the SHA suite of message digest functions
  2113. description:
  2114. This library implements the SHA suite of message digest functions,
  2115. according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
  2116. as the SHA-based HMAC routines. The functions have been tested
  2117. against most of the NIST and RFC test vectors for the various
  2118. functions. While some attention has been paid to performance,
  2119. these do not presently reach the speed of well-tuned libraries,
  2120. like OpenSSL.
  2121. category: Cryptography, Codec
  2122. author: Adam Wick <awick@galois.com>, Brian Lewis <brian@lorf.org>
  2123. exposed: True
  2124. exposed-modules:
  2125. Data.Digest.Pure.SHA
  2126. trusted: False
  2127. import-dirs: /usr/lib/ghc-7.10.2/site-local/SHA-1.6.4.2
  2128. library-dirs: /usr/lib/ghc-7.10.2/site-local/SHA-1.6.4.2
  2129. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/SHA-1.6.4.2
  2130. hs-libraries: HSSHA-1.6.4.2-J9qY4eO8j9dC29WVKRYjfa
  2131. depends:
  2132. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  2133. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2134. binary-0.7.5.0-07214b304bb0a2c4cbf50d9dc7914ee6
  2135. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2136. haddock-interfaces: /usr/share/doc/haskell-sha/html/SHA.haddock
  2137. haddock-html: /usr/share/doc/haskell-sha/html
  2138. pkgroot: "/usr/lib/ghc-7.10.2"
  2139. ---
  2140. name: random
  2141. version: 1.1
  2142. id: random-1.1-19f24a9117ee66b96a6e2cbdda5f9ba1
  2143. key: rando_1z8Ujelqc6aKgvPnbRUKkP
  2144. license: BSD3
  2145. maintainer: core-libraries-committee@haskell.org
  2146. synopsis: random number library
  2147. description:
  2148. This package provides a basic random number generation
  2149. library, including the ability to split random number
  2150. generators.
  2151. category: System
  2152. exposed: True
  2153. exposed-modules:
  2154. System.Random
  2155. trusted: False
  2156. import-dirs: /usr/lib/ghc-7.10.2/site-local/random-1.1
  2157. library-dirs: /usr/lib/ghc-7.10.2/site-local/random-1.1
  2158. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/random-1.1
  2159. hs-libraries: HSrandom-1.1-1z8Ujelqc6aKgvPnbRUKkP
  2160. depends:
  2161. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2162. time-1.5.0.1-c208e8fcb3277879fd30f1140654d53e
  2163. haddock-interfaces: /usr/share/doc/haskell-random/html/random.haddock
  2164. haddock-html: /usr/share/doc/haskell-random/html
  2165. pkgroot: "/usr/lib/ghc-7.10.2"
  2166. ---
  2167. name: mime-types
  2168. version: 0.1.0.6
  2169. id: mime-types-0.1.0.6-78f8fc9630ced2933fec2038f8eb68e3
  2170. key: mimet_JHK4sTG5bkkIKqHr9mvNKl
  2171. license: MIT
  2172. maintainer: michael@snoyman.com
  2173. homepage: https://github.com/yesodweb/wai
  2174. synopsis: Basic mime-type handling types and functions
  2175. description:
  2176. API docs and the README are available at <http://www.stackage.org/package/mime-types>.
  2177. category: Web
  2178. author: Michael Snoyman
  2179. exposed: True
  2180. exposed-modules:
  2181. Network.Mime
  2182. trusted: False
  2183. import-dirs: /usr/lib/ghc-7.10.2/site-local/mime-types-0.1.0.6
  2184. library-dirs: /usr/lib/ghc-7.10.2/site-local/mime-types-0.1.0.6
  2185. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/mime-types-0.1.0.6
  2186. hs-libraries: HSmime-types-0.1.0.6-JHK4sTG5bkkIKqHr9mvNKl
  2187. depends:
  2188. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2189. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2190. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  2191. text-1.2.1.3-202edba6fea901191194d38d810da662
  2192. haddock-interfaces: /usr/share/doc/haskell-mime-types/html/mime-types.haddock
  2193. haddock-html: /usr/share/doc/haskell-mime-types/html
  2194. pkgroot: "/usr/lib/ghc-7.10.2"
  2195. ---
  2196. name: HTTP
  2197. version: 4000.2.20
  2198. id: HTTP-4000.2.20-984ba8ccc20bac404eae90df29479449
  2199. key: HTTP_I3KwBZTyYzDKWfJ8oWET6e
  2200. license: BSD3
  2201. maintainer: Ganesh Sittampalam <ganesh@earth.li>
  2202. homepage: https://github.com/haskell/HTTP
  2203. synopsis: A library for client-side HTTP
  2204. description:
  2205. The HTTP package supports client-side web programming in Haskell. It lets you set up
  2206. HTTP connections, transmitting requests and processing the responses coming back, all
  2207. from within the comforts of Haskell. It's dependent on the network package to operate,
  2208. but other than that, the implementation is all written in Haskell.
  2209. .
  2210. A basic API for issuing single HTTP requests + receiving responses is provided. On top
  2211. of that, a session-level abstraction is also on offer (the @BrowserAction@ monad);
  2212. it taking care of handling the management of persistent connections, proxies,
  2213. state (cookies) and authentication credentials required to handle multi-step
  2214. interactions with a web server.
  2215. .
  2216. The representation of the bytes flowing across is extensible via the use of a type class,
  2217. letting you pick the representation of requests and responses that best fits your use.
  2218. Some pre-packaged, common instances are provided for you (@ByteString@, @String@).
  2219. .
  2220. Here's an example use:
  2221. .
  2222. >
  2223. > do
  2224. > rsp <- Network.HTTP.simpleHTTP (getRequest "http://www.haskell.org/")
  2225. > -- fetch document and return it (as a 'String'.)
  2226. > fmap (take 100) (getResponseBody rsp)
  2227. >
  2228. > do
  2229. > (_, rsp)
  2230. > <- Network.Browser.browse $ do
  2231. > setAllowRedirects True -- handle HTTP redirects
  2232. > request $ getRequest "http://www.haskell.org/"
  2233. > return (take 100 (rspBody rsp))
  2234. category: Network
  2235. author: Warrick Gray <warrick.gray@hotmail.com>
  2236. exposed: True
  2237. exposed-modules:
  2238. Network.BufferType Network.Stream Network.StreamDebugger
  2239. Network.StreamSocket Network.TCP Network.HTTP Network.HTTP.Headers
  2240. Network.HTTP.Base Network.HTTP.Stream Network.HTTP.Auth
  2241. Network.HTTP.Cookie Network.HTTP.Proxy Network.HTTP.HandleStream
  2242. Network.Browser
  2243. hidden-modules: Network.HTTP.Base64 Network.HTTP.MD5Aux
  2244. Network.HTTP.Utils Paths_HTTP
  2245. trusted: False
  2246. import-dirs: /usr/lib/ghc-7.10.2/site-local/HTTP-4000.2.20
  2247. library-dirs: /usr/lib/ghc-7.10.2/site-local/HTTP-4000.2.20
  2248. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/HTTP-4000.2.20
  2249. hs-libraries: HSHTTP-4000.2.20-I3KwBZTyYzDKWfJ8oWET6e
  2250. depends:
  2251. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  2252. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2253. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2254. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  2255. network-2.6.2.1-5775b7a6b2773d45ba73f5345cb259c0
  2256. network-uri-2.6.0.3-5a35e1a679e187d20a12ff1be6f10206
  2257. old-time-1.1.0.3-81c58f7b590af5471e2e611eb5a1183c
  2258. parsec-3.1.9-17a89c45a3c01da8e6b14fc16ea38bc7
  2259. haddock-interfaces: /usr/share/doc/haskell-http/html/HTTP.haddock
  2260. haddock-html: /usr/share/doc/haskell-http/html
  2261. pkgroot: "/usr/lib/ghc-7.10.2"
  2262. ---
  2263. name: old-time
  2264. version: 1.1.0.3
  2265. id: old-time-1.1.0.3-81c58f7b590af5471e2e611eb5a1183c
  2266. key: oldti_FBWJJDS5FKr7UKFScBcUW2
  2267. license: BSD3
  2268. maintainer: libraries@haskell.org
  2269. synopsis: Time library
  2270. description:
  2271. This package provides the old time library.
  2272. .
  2273. For new projects, the newer
  2274. <http://hackage.haskell.org/package/time time library>
  2275. is recommended.
  2276. category: System
  2277. exposed: True
  2278. exposed-modules:
  2279. System.Time
  2280. trusted: False
  2281. import-dirs: /usr/lib/ghc-7.10.2/site-local/old-time-1.1.0.3
  2282. library-dirs: /usr/lib/ghc-7.10.2/site-local/old-time-1.1.0.3
  2283. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/old-time-1.1.0.3
  2284. hs-libraries: HSold-time-1.1.0.3-FBWJJDS5FKr7UKFScBcUW2
  2285. include-dirs: /usr/lib/ghc-7.10.2/site-local/old-time-1.1.0.3/include
  2286. includes:
  2287. HsTime.h
  2288. depends:
  2289. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2290. old-locale-1.0.0.7-2f3f4311e12e7847c2af472c26151237
  2291. haddock-interfaces: /usr/share/doc/haskell-old-time/html/old-time.haddock
  2292. haddock-html: /usr/share/doc/haskell-old-time/html
  2293. pkgroot: "/usr/lib/ghc-7.10.2"
  2294. ---
  2295. name: network-uri
  2296. version: 2.6.0.3
  2297. id: network-uri-2.6.0.3-5a35e1a679e187d20a12ff1be6f10206
  2298. key: netwo_LFMzacKIfjmC6gRt5N3aSz
  2299. license: BSD3
  2300. maintainer: ezra@ezrakilty.net
  2301. homepage: https://github.com/haskell/network-uri
  2302. synopsis: URI manipulation
  2303. description:
  2304. This package provides an URI manipulation inteface.
  2305. .
  2306. In network-2.6 the @Network.URI@ module was split off from the
  2307. network package into this package. If you're using the @Network.URI@
  2308. module you can automatically get it from the right package by adding
  2309. this to your .cabal file:
  2310. .
  2311. > flag network-uri
  2312. > description: Get Network.URI from the network-uri package
  2313. > default: True
  2314. >
  2315. > library
  2316. > -- ...
  2317. > if flag(network-uri)
  2318. > build-depends: network-uri >= 2.6, network >= 2.6
  2319. > else
  2320. > build-depends: network-uri < 2.6, network < 2.6
  2321. .
  2322. That is, get the module from either network < 2.6 or from
  2323. network-uri >= 2.6.
  2324. category: Network
  2325. exposed: True
  2326. exposed-modules:
  2327. Network.URI
  2328. trusted: False
  2329. import-dirs: /usr/lib/ghc-7.10.2/site-local/network-uri-2.6.0.3
  2330. library-dirs: /usr/lib/ghc-7.10.2/site-local/network-uri-2.6.0.3
  2331. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/network-uri-2.6.0.3
  2332. hs-libraries: HSnetwork-uri-2.6.0.3-LFMzacKIfjmC6gRt5N3aSz
  2333. depends:
  2334. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2335. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  2336. parsec-3.1.9-17a89c45a3c01da8e6b14fc16ea38bc7
  2337. haddock-interfaces: /usr/share/doc/haskell-network-uri/html/network-uri.haddock
  2338. haddock-html: /usr/share/doc/haskell-network-uri/html
  2339. pkgroot: "/usr/lib/ghc-7.10.2"
  2340. ---
  2341. name: hslua
  2342. version: 0.4.1
  2343. id: hslua-0.4.1-6d1d7cc91b4f7afcc0b9e9c18c3e545b
  2344. key: hslua_DAXOloNJurRCYy4KgxvZeZ
  2345. license: MIT
  2346. copyright: Gracjan Polak 2007-2012, Γ–mer Sinan Ağacan 2012-2015
  2347. maintainer: omeragacan@gmail.com
  2348. stability: beta
  2349. synopsis: A Lua language interpreter embedding in Haskell
  2350. description:
  2351. The Scripting.Lua module is a wrapper of Lua language interpreter
  2352. as described in [lua.org](http://www.lua.org/).
  2353. .
  2354. This package contains full Lua interpreter version 5.1.5.
  2355. If you want to link it with system-wide Lua installation, use @system-lua@ flag.
  2356. .
  2357. [Example programs](https://github.com/osa1/hslua/tree/master/examples)
  2358. category: Scripting
  2359. author: Gracjan Polak, Γ–mer Sinan Ağacan
  2360. exposed: True
  2361. exposed-modules:
  2362. Scripting.Lua Scripting.Lua.Raw
  2363. trusted: False
  2364. import-dirs: /usr/lib/ghc-7.10.2/site-local/hslua-0.4.1
  2365. library-dirs: /usr/lib/ghc-7.10.2/site-local/hslua-0.4.1
  2366. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/hslua-0.4.1
  2367. hs-libraries: HShslua-0.4.1-DAXOloNJurRCYy4KgxvZeZ
  2368. depends:
  2369. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2370. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2371. haddock-interfaces: /usr/share/doc/haskell-hslua/html/hslua.haddock
  2372. haddock-html: /usr/share/doc/haskell-hslua/html
  2373. pkgroot: "/usr/lib/ghc-7.10.2"
  2374. ---
  2375. name: utf8-string
  2376. version: 1.0.1.1
  2377. id: utf8-string-1.0.1.1-b57dc726e3e886b2723bf233523c9c97
  2378. key: utf8s_HWC8Qen5AZrArJxFQJuE72
  2379. license: BSD3
  2380. maintainer: emertens@galois.com
  2381. homepage: http://github.com/glguy/utf8-string/
  2382. synopsis: Support for reading and writing UTF8 Strings
  2383. description:
  2384. A UTF8 layer for Strings. The utf8-string
  2385. package provides operations for encoding UTF8
  2386. strings to Word8 lists and back, and for reading and
  2387. writing UTF8 without truncation.
  2388. category: Codec
  2389. author: Eric Mertens
  2390. exposed: True
  2391. exposed-modules:
  2392. Codec.Binary.UTF8.String Codec.Binary.UTF8.Generic Data.String.UTF8
  2393. Data.ByteString.UTF8 Data.ByteString.Lazy.UTF8
  2394. trusted: False
  2395. import-dirs: /usr/lib/ghc-7.10.2/site-local/utf8-string-1.0.1.1
  2396. library-dirs: /usr/lib/ghc-7.10.2/site-local/utf8-string-1.0.1.1
  2397. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/utf8-string-1.0.1.1
  2398. hs-libraries: HSutf8-string-1.0.1.1-HWC8Qen5AZrArJxFQJuE72
  2399. depends:
  2400. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2401. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2402. haddock-interfaces: /usr/share/doc/haskell-utf8-string/html/utf8-string.haddock
  2403. haddock-html: /usr/share/doc/haskell-utf8-string/html
  2404. pkgroot: "/usr/lib/ghc-7.10.2"
  2405. ---
  2406. name: regex-pcre-builtin
  2407. version: 0.94.4.8.8.35
  2408. id: regex-pcre-builtin-0.94.4.8.8.35-ddd064ccaea57310d68f194475bebdee
  2409. key: regex_7B4bK0KdRVF1CoLFJiB28Y
  2410. license: BSD3
  2411. copyright: See LICENSE file
  2412. maintainer: audreyt@audreyt.org
  2413. stability: Seems to work, passes a few tests
  2414. homepage: http://hackage.haskell.org/package/regex-pcre
  2415. package-url: http://code.haskell.org/regex-pcre/
  2416. synopsis: Replaces/Enhances Text.Regex
  2417. description:
  2418. The PCRE backend to accompany regex-base, with bundled code from www.pcre.org
  2419. category: Text
  2420. author: Audrey Tang
  2421. exposed: True
  2422. exposed-modules:
  2423. Text.Regex.PCRE Text.Regex.PCRE.Wrap Text.Regex.PCRE.String
  2424. Text.Regex.PCRE.Sequence Text.Regex.PCRE.ByteString
  2425. Text.Regex.PCRE.ByteString.Lazy
  2426. trusted: False
  2427. import-dirs: /usr/lib/ghc-7.10.2/site-local/regex-pcre-builtin-0.94.4.8.8.35
  2428. library-dirs: /usr/lib/ghc-7.10.2/site-local/regex-pcre-builtin-0.94.4.8.8.35
  2429. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/regex-pcre-builtin-0.94.4.8.8.35
  2430. hs-libraries: HSregex-pcre-builtin-0.94.4.8.8.35-7B4bK0KdRVF1CoLFJiB28Y
  2431. includes:
  2432. pcre.h config.h
  2433. depends:
  2434. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  2435. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2436. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2437. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  2438. regex-base-0.93.2-0f1947ad46bd7a2b2bc66550057f87aa
  2439. haddock-interfaces: /usr/share/doc/haskell-regex-pcre-builtin/html/regex-pcre-builtin.haddock
  2440. haddock-html: /usr/share/doc/haskell-regex-pcre-builtin/html
  2441. pkgroot: "/usr/lib/ghc-7.10.2"
  2442. ---
  2443. name: regex-base
  2444. version: 0.93.2
  2445. id: regex-base-0.93.2-0f1947ad46bd7a2b2bc66550057f87aa
  2446. key: regex_2j0nR3pc4q24HZdEmShSMX
  2447. license: BSD3
  2448. copyright: Copyright (c) 2006, Christopher Kuklewicz
  2449. maintainer: TextRegexLazy@personal.mightyreason.com
  2450. stability: Seems to work, passes a few tests
  2451. homepage: http://sourceforge.net/projects/lazy-regex
  2452. package-url: http://darcs.haskell.org/packages/regex-unstable/regex-base/
  2453. synopsis: Replaces/Enhances Text.Regex
  2454. description:
  2455. Interface API for regex-posix,pcre,parsec,tdfa,dfa
  2456. category: Text
  2457. author: Christopher Kuklewicz
  2458. exposed: True
  2459. exposed-modules:
  2460. Text.Regex.Base Text.Regex.Base.RegexLike Text.Regex.Base.Context
  2461. Text.Regex.Base.Impl
  2462. trusted: False
  2463. import-dirs: /usr/lib/ghc-7.10.2/site-local/regex-base-0.93.2
  2464. library-dirs: /usr/lib/ghc-7.10.2/site-local/regex-base-0.93.2
  2465. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/regex-base-0.93.2
  2466. hs-libraries: HSregex-base-0.93.2-2j0nR3pc4q24HZdEmShSMX
  2467. depends:
  2468. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  2469. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2470. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2471. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  2472. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  2473. haddock-interfaces: /usr/share/doc/haskell-regex-base/html/regex-base.haddock
  2474. haddock-html: /usr/share/doc/haskell-regex-base/html
  2475. pkgroot: "/usr/lib/ghc-7.10.2"
  2476. ---
  2477. name: parsec
  2478. version: 3.1.9
  2479. id: parsec-3.1.9-17a89c45a3c01da8e6b14fc16ea38bc7
  2480. key: parse_8fSmqig53hOL2SEu1k9Tv0
  2481. license: BSD3
  2482. maintainer: Antoine Latter <aslatter@gmail.com>
  2483. homepage: https://github.com/aslatter/parsec
  2484. synopsis: Monadic parser combinators
  2485. description:
  2486. Parsec is designed from scratch as an industrial-strength parser
  2487. library. It is simple, safe, well documented (on the package
  2488. homepage), has extensive libraries, good error messages,
  2489. and is fast. It is defined as a monad transformer that can be
  2490. stacked on arbitrary monads, and it is also parametric in the
  2491. input stream type.
  2492. category: Parsing
  2493. author: Daan Leijen <daan@microsoft.com>, Paolo Martini <paolo@nemail.it>
  2494. exposed: True
  2495. exposed-modules:
  2496. Text.Parsec Text.Parsec.String Text.Parsec.ByteString
  2497. Text.Parsec.ByteString.Lazy Text.Parsec.Text Text.Parsec.Text.Lazy
  2498. Text.Parsec.Pos Text.Parsec.Error Text.Parsec.Prim Text.Parsec.Char
  2499. Text.Parsec.Combinator Text.Parsec.Token Text.Parsec.Expr
  2500. Text.Parsec.Language Text.Parsec.Perm Text.ParserCombinators.Parsec
  2501. Text.ParserCombinators.Parsec.Char
  2502. Text.ParserCombinators.Parsec.Combinator
  2503. Text.ParserCombinators.Parsec.Error
  2504. Text.ParserCombinators.Parsec.Expr
  2505. Text.ParserCombinators.Parsec.Language
  2506. Text.ParserCombinators.Parsec.Perm
  2507. Text.ParserCombinators.Parsec.Pos
  2508. Text.ParserCombinators.Parsec.Prim
  2509. Text.ParserCombinators.Parsec.Token
  2510. trusted: False
  2511. import-dirs: /usr/lib/ghc-7.10.2/site-local/parsec-3.1.9
  2512. library-dirs: /usr/lib/ghc-7.10.2/site-local/parsec-3.1.9
  2513. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/parsec-3.1.9
  2514. hs-libraries: HSparsec-3.1.9-8fSmqig53hOL2SEu1k9Tv0
  2515. depends:
  2516. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2517. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2518. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  2519. text-1.2.1.3-202edba6fea901191194d38d810da662
  2520. haddock-interfaces: /usr/share/doc/haskell-parsec/html/parsec.haddock
  2521. haddock-html: /usr/share/doc/haskell-parsec/html
  2522. pkgroot: "/usr/lib/ghc-7.10.2"
  2523. ---
  2524. name: haddock-library
  2525. version: 1.2.1
  2526. id: haddock-library-1.2.1-dc2caa39e6e34d6ca384bd3a65bfdff0
  2527. key: haddo_6rFKURNqZiZKeKHZfpv3RU
  2528. license: BSD3
  2529. maintainer: Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
  2530. stability: experimental
  2531. homepage: http://www.haskell.org/haddock/
  2532. synopsis: Library exposing some functionality of Haddock.
  2533. description:
  2534. Haddock is a documentation-generation tool for Haskell
  2535. libraries. These modules expose some functionality of it
  2536. without pulling in the GHC dependency. Please note that the
  2537. API is likely to change so specify upper bounds in your
  2538. project if you can't release often. For interacting with Haddock
  2539. itself, see the β€˜haddock’ package.
  2540. category: Documentation
  2541. exposed: True
  2542. exposed-modules:
  2543. Documentation.Haddock.Parser Documentation.Haddock.Parser.Monad
  2544. Documentation.Haddock.Types Documentation.Haddock.Doc
  2545. hidden-modules: Data.Attoparsec Data.Attoparsec.ByteString
  2546. Data.Attoparsec.ByteString.Buffer Data.Attoparsec.ByteString.Char8
  2547. Data.Attoparsec.ByteString.FastSet
  2548. Data.Attoparsec.ByteString.Internal Data.Attoparsec.Combinator
  2549. Data.Attoparsec.Internal Data.Attoparsec.Internal.Fhthagn
  2550. Data.Attoparsec.Internal.Types Data.Attoparsec.Number
  2551. Documentation.Haddock.Parser.Util Documentation.Haddock.Utf8
  2552. trusted: False
  2553. import-dirs: /usr/lib/ghc-7.10.2/site-local/haddock-library-1.2.1
  2554. library-dirs: /usr/lib/ghc-7.10.2/site-local/haddock-library-1.2.1
  2555. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/haddock-library-1.2.1
  2556. hs-libraries: HShaddock-library-1.2.1-6rFKURNqZiZKeKHZfpv3RU
  2557. depends:
  2558. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2559. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2560. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  2561. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  2562. haddock-interfaces: /usr/share/doc/haskell-haddock-library/html/haddock-library.haddock
  2563. haddock-html: /usr/share/doc/haskell-haddock-library/html
  2564. pkgroot: "/usr/lib/ghc-7.10.2"
  2565. ---
  2566. name: filemanip
  2567. version: 0.3.6.3
  2568. id: filemanip-0.3.6.3-bca305aa8c5c9cec218439f4ddeb38d0
  2569. key: filem_9t6J8C8SZo8ByOBqCRvuwL
  2570. license: BSD3
  2571. maintainer: Bryan O'Sullivan
  2572. homepage: https://github.com/bos/filemanip
  2573. synopsis: Expressive file and directory manipulation for Haskell.
  2574. description:
  2575. A Haskell library for working with files and directories.
  2576. Includes code for pattern matching, finding files,
  2577. modifying file contents, and more.
  2578. category: System
  2579. author: Bryan O'Sullivan <bos@serpentine.com>
  2580. exposed: True
  2581. exposed-modules:
  2582. System.FilePath.Find System.FilePath.Glob
  2583. System.FilePath.GlobPattern System.FilePath.Manip
  2584. trusted: False
  2585. import-dirs: /usr/lib/ghc-7.10.2/site-local/filemanip-0.3.6.3
  2586. library-dirs: /usr/lib/ghc-7.10.2/site-local/filemanip-0.3.6.3
  2587. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/filemanip-0.3.6.3
  2588. hs-libraries: HSfilemanip-0.3.6.3-9t6J8C8SZo8ByOBqCRvuwL
  2589. depends:
  2590. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2591. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2592. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  2593. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  2594. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  2595. unix-compat-0.4.1.4-9ef662e5ffac43dc2b2de57ea5a8204d
  2596. haddock-interfaces: /usr/share/doc/haskell-filemanip/html/filemanip.haddock
  2597. haddock-html: /usr/share/doc/haskell-filemanip/html
  2598. pkgroot: "/usr/lib/ghc-7.10.2"
  2599. ---
  2600. name: unix-compat
  2601. version: 0.4.1.4
  2602. id: unix-compat-0.4.1.4-9ef662e5ffac43dc2b2de57ea5a8204d
  2603. key: unixc_DeAF5HEzYMu4CPLnbGbHUz
  2604. license: BSD3
  2605. maintainer: Jacob Stanley <jacob@stanley.io>
  2606. homepage: http://github.com/jystic/unix-compat
  2607. synopsis: Portable POSIX-compatibility layer.
  2608. description:
  2609. This package provides portable implementations of parts
  2610. of the unix package. This package re-exports the unix
  2611. package when available. When it isn't available,
  2612. portable implementations are used.
  2613. category: System
  2614. author: BjΓΆrn Bringert, Duncan Coutts, Jacob Stanley, Bryan O'Sullivan
  2615. exposed: True
  2616. exposed-modules:
  2617. System.PosixCompat System.PosixCompat.Extensions
  2618. System.PosixCompat.Files System.PosixCompat.Temp
  2619. System.PosixCompat.Time System.PosixCompat.Types
  2620. System.PosixCompat.Unistd System.PosixCompat.User
  2621. trusted: False
  2622. import-dirs: /usr/lib/ghc-7.10.2/site-local/unix-compat-0.4.1.4
  2623. library-dirs: /usr/lib/ghc-7.10.2/site-local/unix-compat-0.4.1.4
  2624. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/unix-compat-0.4.1.4
  2625. hs-libraries: HSunix-compat-0.4.1.4-DeAF5HEzYMu4CPLnbGbHUz
  2626. include-dirs: /usr/lib/ghc-7.10.2/site-local/unix-compat-0.4.1.4/include
  2627. includes:
  2628. HsUnixCompat.h
  2629. depends:
  2630. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2631. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  2632. haddock-interfaces: /usr/share/doc/haskell-unix-compat/html/unix-compat.haddock
  2633. haddock-html: /usr/share/doc/haskell-unix-compat/html
  2634. pkgroot: "/usr/lib/ghc-7.10.2"
  2635. ---
  2636. name: extensible-exceptions
  2637. version: 0.1.1.4
  2638. id: extensible-exceptions-0.1.1.4-dae34b7345f33259ae772f45ee3cac62
  2639. key: exten_CmaSmA8CMpz45lfrjKH2bq
  2640. license: BSD3
  2641. maintainer: libraries@haskell.org
  2642. synopsis: Extensible exceptions
  2643. description:
  2644. This package provides extensible exceptions for both new and
  2645. old versions of GHC (i.e., < 6.10).
  2646. category: Control
  2647. exposed: True
  2648. exposed-modules:
  2649. Control.Exception.Extensible
  2650. trusted: False
  2651. import-dirs: /usr/lib/ghc-7.10.2/site-local/extensible-exceptions-0.1.1.4
  2652. library-dirs: /usr/lib/ghc-7.10.2/site-local/extensible-exceptions-0.1.1.4
  2653. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/extensible-exceptions-0.1.1.4
  2654. hs-libraries: HSextensible-exceptions-0.1.1.4-CmaSmA8CMpz45lfrjKH2bq
  2655. depends:
  2656. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2657. haddock-interfaces: /usr/share/doc/haskell-extensible-exceptions/html/extensible-exceptions.haddock
  2658. haddock-html: /usr/share/doc/haskell-extensible-exceptions/html
  2659. pkgroot: "/usr/lib/ghc-7.10.2"
  2660. ---
  2661. name: enclosed-exceptions
  2662. version: 1.0.1.1
  2663. id: enclosed-exceptions-1.0.1.1-87dfa9a8dc33b617d61ff319a4600072
  2664. key: enclo_If8PKDjmmIx5GJMVs0vIri
  2665. license: MIT
  2666. maintainer: jmacristovao@gmail.com, michael@snoyman.com
  2667. homepage: https://github.com/jcristovao/enclosed-exceptions
  2668. synopsis: Catching all exceptions from within an enclosed computation
  2669. description:
  2670. Catching all exceptions raised within an enclosed computation,
  2671. while remaining responsive to (external) asynchronous exceptions.
  2672. For more information on the technique, please see:
  2673. <https://www.fpcomplete.com/user/snoyberg/general-haskell/exceptions/catching-all-exceptions>
  2674. category: Control
  2675. author: Michael Snoyman, JoΓ£o CristΓ³vΓ£o
  2676. exposed: True
  2677. exposed-modules:
  2678. Control.Exception.Enclosed
  2679. trusted: False
  2680. import-dirs: /usr/lib/ghc-7.10.2/site-local/enclosed-exceptions-1.0.1.1
  2681. library-dirs: /usr/lib/ghc-7.10.2/site-local/enclosed-exceptions-1.0.1.1
  2682. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/enclosed-exceptions-1.0.1.1
  2683. hs-libraries: HSenclosed-exceptions-1.0.1.1-If8PKDjmmIx5GJMVs0vIri
  2684. depends:
  2685. async-2.0.2-7323ce9f8a31649b3f9f961e623ae0eb
  2686. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2687. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  2688. lifted-base-0.2.3.6-1ea9ab12420eb052a383e6ce52307f24
  2689. monad-control-1.0.0.4-9b806c409db033e571fac7650e2dbb97
  2690. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  2691. transformers-base-0.4.4-47d17665c0db26ffcb68c46caa7346c1
  2692. haddock-interfaces: /usr/share/doc/haskell-enclosed-exceptions/html/enclosed-exceptions.haddock
  2693. haddock-html: /usr/share/doc/haskell-enclosed-exceptions/html
  2694. pkgroot: "/usr/lib/ghc-7.10.2"
  2695. ---
  2696. name: digest
  2697. version: 0.0.1.2
  2698. id: digest-0.0.1.2-e380762561d43409767530acf04b7cf2
  2699. key: diges_7KtP89n8I1o4JgyYTH4ifS
  2700. license: BSD3
  2701. copyright: (c) 2009 Eugene Kirpichov
  2702. maintainer: Eugene Kirpichov <ekirpichov@gmail.com>
  2703. stability: provisional
  2704. synopsis: Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now.
  2705. description:
  2706. This package provides efficient cryptographic hash implementations for
  2707. strict and lazy bytestrings. For now, CRC32 and Adler32 are supported;
  2708. they are implemented as FFI bindings to efficient code from zlib.
  2709. category: Cryptography
  2710. author: Eugene Kirpichov <ekirpichov@gmail.com>
  2711. exposed: True
  2712. exposed-modules:
  2713. Data.Digest.CRC32 Data.Digest.Adler32
  2714. trusted: False
  2715. import-dirs: /usr/lib/ghc-7.10.2/site-local/digest-0.0.1.2
  2716. library-dirs: /usr/lib/ghc-7.10.2/site-local/digest-0.0.1.2
  2717. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/digest-0.0.1.2
  2718. hs-libraries: HSdigest-0.0.1.2-7KtP89n8I1o4JgyYTH4ifS
  2719. extra-libraries:
  2720. z
  2721. includes:
  2722. zlib.h
  2723. depends:
  2724. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2725. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2726. haddock-interfaces: /usr/share/doc/haskell-digest/html/digest.haddock
  2727. haddock-html: /usr/share/doc/haskell-digest/html
  2728. pkgroot: "/usr/lib/ghc-7.10.2"
  2729. ---
  2730. name: deepseq-generics
  2731. version: 0.1.1.2
  2732. id: deepseq-generics-0.1.1.2-c5880075fab24cdc5477b71a6294e38b
  2733. key: deeps_DEEECRcRDqs7mEZKKfUYi6
  2734. license: BSD3
  2735. copyright: 2012, Herbert Valerio Riedel
  2736. maintainer: hvr@gnu.org
  2737. homepage: https://github.com/hvr/deepseq-generics
  2738. synopsis: GHC.Generics-based Control.DeepSeq.rnf implementation
  2739. description:
  2740. This package provides a "GHC.Generics"-based
  2741. 'Control.DeepSeq.Generics.genericRnf' function which can be used
  2742. for providing a 'rnf' implementation. See the documentation for
  2743. the 'genericRnf' function in the "Control.DeepSeq.Generics" module
  2744. to get started.
  2745. .
  2746. The original idea was pioneered in the @generic-deepseq@ package
  2747. (see <http://www.haskell.org/pipermail/haskell-cafe/2012-February/099551.html>
  2748. for more information).
  2749. .
  2750. This package differs from the @generic-deepseq@ package by working
  2751. in combination with the existing @deepseq@ package as opposed to
  2752. defining a conflicting drop-in replacement for @deepseq@'s
  2753. @Control.Deepseq@ module.
  2754. .
  2755. Note: The ability to auto-derive via "GHC.Generics" has been
  2756. merged into @deepseq-1.4.0.0@. This package is now still useful
  2757. for writing code that's also compatible with older @deepseq@
  2758. versions not yet providing "GHC.Generics"-support.
  2759. category: Control
  2760. author: Herbert Valerio Riedel
  2761. exposed: True
  2762. exposed-modules:
  2763. Control.DeepSeq.Generics
  2764. trusted: False
  2765. import-dirs: /usr/lib/ghc-7.10.2/site-local/deepseq-generics-0.1.1.2
  2766. library-dirs: /usr/lib/ghc-7.10.2/site-local/deepseq-generics-0.1.1.2
  2767. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/deepseq-generics-0.1.1.2
  2768. hs-libraries: HSdeepseq-generics-0.1.1.2-DEEECRcRDqs7mEZKKfUYi6
  2769. depends:
  2770. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2771. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  2772. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  2773. haddock-interfaces: /usr/share/doc/haskell-deepseq-generics/html/deepseq-generics.haddock
  2774. haddock-html: /usr/share/doc/haskell-deepseq-generics/html
  2775. pkgroot: "/usr/lib/ghc-7.10.2"
  2776. ---
  2777. name: data-default
  2778. version: 0.5.3
  2779. id: data-default-0.5.3-a2ece8050e447d921b001e26e14476f2
  2780. key: datad_5ESg1VNmkW3BMxo7EwKQrK
  2781. license: BSD3
  2782. maintainer: <l.mai@web.de>
  2783. synopsis: A class for types with a default value
  2784. category: Data
  2785. author: Lukas Mai
  2786. exposed: True
  2787. exposed-modules:
  2788. Data.Default
  2789. trusted: False
  2790. import-dirs: /usr/lib/ghc-7.10.2/site-local/data-default-0.5.3
  2791. library-dirs: /usr/lib/ghc-7.10.2/site-local/data-default-0.5.3
  2792. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/data-default-0.5.3
  2793. hs-libraries: HSdata-default-0.5.3-5ESg1VNmkW3BMxo7EwKQrK
  2794. depends:
  2795. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2796. data-default-class-0.0.1-06f131700d8043a79c55259693817561
  2797. data-default-instances-base-0.0.1-5e8caf1230d1532aae2dcd7b31c5772d
  2798. data-default-instances-containers-0.0.1-a3734650fc08e3f7222eedc02af1a500
  2799. data-default-instances-dlist-0.0.1-c001803a941473bf85f843f3c8a0a09e
  2800. data-default-instances-old-locale-0.0.1-9c744d030b7cfbc0ab31959b18b1906c
  2801. haddock-interfaces: /usr/share/doc/haskell-data-default/html/data-default.haddock
  2802. haddock-html: /usr/share/doc/haskell-data-default/html
  2803. pkgroot: "/usr/lib/ghc-7.10.2"
  2804. ---
  2805. name: data-default-instances-old-locale
  2806. version: 0.0.1
  2807. id: data-default-instances-old-locale-0.0.1-9c744d030b7cfbc0ab31959b18b1906c
  2808. key: datad_D3fIWe3ExBN6VISnKTEJV3
  2809. license: BSD3
  2810. maintainer: <l.mai@web.de>
  2811. synopsis: Default instances for types in old-locale
  2812. category: Data
  2813. author: Lukas Mai
  2814. exposed: True
  2815. exposed-modules:
  2816. Data.Default.Instances.OldLocale
  2817. trusted: False
  2818. import-dirs: /usr/lib/ghc-7.10.2/site-local/data-default-instances-old-locale-0.0.1
  2819. library-dirs: /usr/lib/ghc-7.10.2/site-local/data-default-instances-old-locale-0.0.1
  2820. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/data-default-instances-old-locale-0.0.1
  2821. hs-libraries: HSdata-default-instances-old-locale-0.0.1-D3fIWe3ExBN6VISnKTEJV3
  2822. depends:
  2823. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2824. data-default-class-0.0.1-06f131700d8043a79c55259693817561
  2825. old-locale-1.0.0.7-2f3f4311e12e7847c2af472c26151237
  2826. haddock-interfaces: /usr/share/doc/haskell-data-default-instances-old-locale/html/data-default-instances-old-locale.haddock
  2827. haddock-html: /usr/share/doc/haskell-data-default-instances-old-locale/html
  2828. pkgroot: "/usr/lib/ghc-7.10.2"
  2829. ---
  2830. name: data-default-instances-dlist
  2831. version: 0.0.1
  2832. id: data-default-instances-dlist-0.0.1-c001803a941473bf85f843f3c8a0a09e
  2833. key: datad_EXwD6nMCvj82LJzl8Xo6bb
  2834. license: BSD3
  2835. maintainer: <l.mai@web.de>
  2836. synopsis: Default instances for types in dlist
  2837. category: Data
  2838. author: Lukas Mai
  2839. exposed: True
  2840. exposed-modules:
  2841. Data.Default.Instances.DList
  2842. trusted: False
  2843. import-dirs: /usr/lib/ghc-7.10.2/site-local/data-default-instances-dlist-0.0.1
  2844. library-dirs: /usr/lib/ghc-7.10.2/site-local/data-default-instances-dlist-0.0.1
  2845. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/data-default-instances-dlist-0.0.1
  2846. hs-libraries: HSdata-default-instances-dlist-0.0.1-EXwD6nMCvj82LJzl8Xo6bb
  2847. depends:
  2848. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2849. data-default-class-0.0.1-06f131700d8043a79c55259693817561
  2850. dlist-0.7.1.2-2ee7ccabb5af73780c27d45186b61b2a
  2851. haddock-interfaces: /usr/share/doc/haskell-data-default-instances-dlist/html/data-default-instances-dlist.haddock
  2852. haddock-html: /usr/share/doc/haskell-data-default-instances-dlist/html
  2853. pkgroot: "/usr/lib/ghc-7.10.2"
  2854. ---
  2855. name: data-default-instances-containers
  2856. version: 0.0.1
  2857. id: data-default-instances-containers-0.0.1-a3734650fc08e3f7222eedc02af1a500
  2858. key: datad_2eq6fuwf8Tk14CtKGZXhB5
  2859. license: BSD3
  2860. maintainer: <l.mai@web.de>
  2861. synopsis: Default instances for types in containers
  2862. category: Data
  2863. author: Lukas Mai
  2864. exposed: True
  2865. exposed-modules:
  2866. Data.Default.Instances.Containers
  2867. trusted: False
  2868. import-dirs: /usr/lib/ghc-7.10.2/site-local/data-default-instances-containers-0.0.1
  2869. library-dirs: /usr/lib/ghc-7.10.2/site-local/data-default-instances-containers-0.0.1
  2870. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/data-default-instances-containers-0.0.1
  2871. hs-libraries: HSdata-default-instances-containers-0.0.1-2eq6fuwf8Tk14CtKGZXhB5
  2872. depends:
  2873. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2874. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  2875. data-default-class-0.0.1-06f131700d8043a79c55259693817561
  2876. haddock-interfaces: /usr/share/doc/haskell-data-default-instances-containers/html/data-default-instances-containers.haddock
  2877. haddock-html: /usr/share/doc/haskell-data-default-instances-containers/html
  2878. pkgroot: "/usr/lib/ghc-7.10.2"
  2879. ---
  2880. name: data-default-instances-base
  2881. version: 0.0.1
  2882. id: data-default-instances-base-0.0.1-5e8caf1230d1532aae2dcd7b31c5772d
  2883. key: datad_6bNp7ygtVUW3TbxeJU4Irf
  2884. license: BSD3
  2885. maintainer: <l.mai@web.de>
  2886. synopsis: Default instances for types in base
  2887. category: Data
  2888. author: Lukas Mai
  2889. exposed: True
  2890. exposed-modules:
  2891. Data.Default.Instances.Base
  2892. trusted: False
  2893. import-dirs: /usr/lib/ghc-7.10.2/site-local/data-default-instances-base-0.0.1
  2894. library-dirs: /usr/lib/ghc-7.10.2/site-local/data-default-instances-base-0.0.1
  2895. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/data-default-instances-base-0.0.1
  2896. hs-libraries: HSdata-default-instances-base-0.0.1-6bNp7ygtVUW3TbxeJU4Irf
  2897. depends:
  2898. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2899. data-default-class-0.0.1-06f131700d8043a79c55259693817561
  2900. haddock-interfaces: /usr/share/doc/haskell-data-default-instances-base/html/data-default-instances-base.haddock
  2901. haddock-html: /usr/share/doc/haskell-data-default-instances-base/html
  2902. pkgroot: "/usr/lib/ghc-7.10.2"
  2903. ---
  2904. name: cryptohash
  2905. version: 0.11.6
  2906. id: cryptohash-0.11.6-2a2f001c6cf1f21f3ee88c81ddd39ad6
  2907. key: crypt_5epyAhdyCoGIBkp2icUC24
  2908. license: BSD3
  2909. copyright: Vincent Hanquez <vincent@snarc.org>
  2910. maintainer: Vincent Hanquez <vincent@snarc.org>
  2911. homepage: http://github.com/vincenthz/hs-cryptohash
  2912. synopsis: collection of crypto hashes, fast, pure and practical
  2913. description:
  2914. A collection of crypto hashes, with a practical incremental and one-pass, pure APIs,
  2915. with performance close to the fastest implementations available in other languages.
  2916. .
  2917. The implementations are made in C with a haskell FFI wrapper that hide the C implementation.
  2918. .
  2919. Simple examples using the unified API:
  2920. .
  2921. > import Crypto.Hash
  2922. >
  2923. > sha1 :: ByteString -> Digest SHA1
  2924. > sha1 = hash
  2925. >
  2926. > hexSha3_512 :: ByteString -> String
  2927. > hexSha3_512 bs = show (hash bs :: Digest SHA3_512)
  2928. .
  2929. Simple examples using the module API:
  2930. .
  2931. > import qualified Crypto.Hash.SHA1 as SHA1
  2932. >
  2933. > main = putStrLn $ show $ SHA1.hash (Data.ByteString.pack [0..255])
  2934. .
  2935. > import qualified Crypto.Hash.SHA3 as SHA3
  2936. >
  2937. > main = putStrLn $ show $ digest
  2938. > where digest = SHA3.finalize ctx
  2939. > ctx = foldl' SHA3.update iCtx (map Data.ByteString.pack [ [1,2,3], [4,5,6] ]
  2940. > iCtx = SHA3.init 224
  2941. category: Data, Cryptography
  2942. author: Vincent Hanquez <vincent@snarc.org>
  2943. exposed: True
  2944. exposed-modules:
  2945. Crypto.Hash Crypto.Hash.Types Crypto.MAC Crypto.Hash.SHA1
  2946. Crypto.Hash.SHA224 Crypto.Hash.SHA256 Crypto.Hash.SHA384
  2947. Crypto.Hash.SHA512 Crypto.Hash.SHA512t Crypto.Hash.SHA3
  2948. Crypto.Hash.MD2 Crypto.Hash.MD4 Crypto.Hash.MD5
  2949. Crypto.Hash.RIPEMD160 Crypto.Hash.Skein256 Crypto.Hash.Skein512
  2950. Crypto.Hash.Tiger Crypto.Hash.Whirlpool Crypto.MAC.HMAC
  2951. Crypto.MAC.SHA3
  2952. hidden-modules: Crypto.Hash.Utils Crypto.Hash.Utils.Cpu
  2953. Crypto.Hash.Internal
  2954. trusted: False
  2955. import-dirs: /usr/lib/ghc-7.10.2/site-local/cryptohash-0.11.6
  2956. library-dirs: /usr/lib/ghc-7.10.2/site-local/cryptohash-0.11.6
  2957. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/cryptohash-0.11.6
  2958. hs-libraries: HScryptohash-0.11.6-5epyAhdyCoGIBkp2icUC24
  2959. depends:
  2960. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2961. byteable-0.1.1-9e873c18965555f56eacd6eafe98c9d1
  2962. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  2963. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  2964. haddock-interfaces: /usr/share/doc/haskell-cryptohash/html/cryptohash.haddock
  2965. haddock-html: /usr/share/doc/haskell-cryptohash/html
  2966. pkgroot: "/usr/lib/ghc-7.10.2"
  2967. ---
  2968. name: crypto-pubkey-types
  2969. version: 0.4.3
  2970. id: crypto-pubkey-types-0.4.3-14745a5bd383efb74817bf9001e6fd74
  2971. key: crypt_HADiZzqHomD7Q8YPT5OtGX
  2972. license: BSD3
  2973. copyright: Vincent Hanquez <vincent@snarc.org>
  2974. maintainer: Vincent Hanquez <vincent@snarc.org>
  2975. homepage: http://github.com/vincenthz/hs-crypto-pubkey-types
  2976. synopsis: Generic cryptography Public keys algorithm types
  2977. description:
  2978. Generic cryptography public keys algorithm types
  2979. category: Cryptography
  2980. author: Vincent Hanquez <vincent@snarc.org>
  2981. exposed: True
  2982. exposed-modules:
  2983. Crypto.Types.PubKey.RSA Crypto.Types.PubKey.DSA
  2984. Crypto.Types.PubKey.DH Crypto.Types.PubKey.ECC
  2985. Crypto.Types.PubKey.ECDSA
  2986. trusted: False
  2987. import-dirs: /usr/lib/ghc-7.10.2/site-local/crypto-pubkey-types-0.4.3
  2988. library-dirs: /usr/lib/ghc-7.10.2/site-local/crypto-pubkey-types-0.4.3
  2989. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/crypto-pubkey-types-0.4.3
  2990. hs-libraries: HScrypto-pubkey-types-0.4.3-HADiZzqHomD7Q8YPT5OtGX
  2991. depends:
  2992. asn1-encoding-0.9.3-e473d7ddb69d39ff330d01ca70d038c1
  2993. asn1-types-0.3.1-1620548c3ee5a61e7637ecf3e3a0e03f
  2994. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  2995. haddock-interfaces: /usr/share/doc/haskell-crypto-pubkey-types/html/crypto-pubkey-types.haddock
  2996. haddock-html: /usr/share/doc/haskell-crypto-pubkey-types/html
  2997. pkgroot: "/usr/lib/ghc-7.10.2"
  2998. ---
  2999. name: cookie
  3000. version: 0.4.1.6
  3001. id: cookie-0.4.1.6-d32e0f8f95b0ffc16373897c1d6f8a49
  3002. key: cooki_FJHZaRHUUOJ8okSoq5Xh3V
  3003. license: BSD3
  3004. maintainer: Michael Snoyman <michael@snoyman.com>
  3005. stability: Stable
  3006. homepage: http://github.com/snoyberg/cookie
  3007. synopsis: HTTP cookie parsing and rendering
  3008. category: Web, Yesod
  3009. author: Michael Snoyman <michael@snoyman.com>
  3010. exposed: True
  3011. exposed-modules:
  3012. Web.Cookie
  3013. trusted: False
  3014. import-dirs: /usr/lib/ghc-7.10.2/site-local/cookie-0.4.1.6
  3015. library-dirs: /usr/lib/ghc-7.10.2/site-local/cookie-0.4.1.6
  3016. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/cookie-0.4.1.6
  3017. hs-libraries: HScookie-0.4.1.6-FJHZaRHUUOJ8okSoq5Xh3V
  3018. depends:
  3019. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3020. blaze-builder-0.4.0.1-dbd2c683440ddafb55e513546e02fc25
  3021. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3022. data-default-class-0.0.1-06f131700d8043a79c55259693817561
  3023. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  3024. old-locale-1.0.0.7-2f3f4311e12e7847c2af472c26151237
  3025. text-1.2.1.3-202edba6fea901191194d38d810da662
  3026. time-1.5.0.1-c208e8fcb3277879fd30f1140654d53e
  3027. haddock-interfaces: /usr/share/doc/haskell-cookie/html/cookie.haddock
  3028. haddock-html: /usr/share/doc/haskell-cookie/html
  3029. pkgroot: "/usr/lib/ghc-7.10.2"
  3030. ---
  3031. name: old-locale
  3032. version: 1.0.0.7
  3033. id: old-locale-1.0.0.7-2f3f4311e12e7847c2af472c26151237
  3034. key: oldlo_D6X1KPq5Sui5XjrHMwvFwK
  3035. license: BSD3
  3036. maintainer: libraries@haskell.org
  3037. synopsis: locale library
  3038. description:
  3039. This package provides the ability to adapt to
  3040. locale conventions such as date and time formats.
  3041. category: System
  3042. exposed: True
  3043. exposed-modules:
  3044. System.Locale
  3045. trusted: False
  3046. import-dirs: /usr/lib/ghc-7.10.2/site-local/old-locale-1.0.0.7
  3047. library-dirs: /usr/lib/ghc-7.10.2/site-local/old-locale-1.0.0.7
  3048. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/old-locale-1.0.0.7
  3049. hs-libraries: HSold-locale-1.0.0.7-D6X1KPq5Sui5XjrHMwvFwK
  3050. depends:
  3051. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3052. haddock-interfaces: /usr/share/doc/haskell-old-locale/html/old-locale.haddock
  3053. haddock-html: /usr/share/doc/haskell-old-locale/html
  3054. pkgroot: "/usr/lib/ghc-7.10.2"
  3055. ---
  3056. name: pem
  3057. version: 0.2.2
  3058. id: pem-0.2.2-1915bcbd4bc19a1641f8aea68494b375
  3059. key: pem_FobxOIdj6uGIHonZNFATO6
  3060. license: BSD3
  3061. copyright: Vincent Hanquez <vincent@snarc.org>
  3062. maintainer: Vincent Hanquez <vincent@snarc.org>
  3063. stability: experimental
  3064. homepage: http://github.com/vincenthz/hs-pem
  3065. synopsis: Privacy Enhanced Mail (PEM) format reader and writer.
  3066. description:
  3067. Privacy Enhanced Mail (PEM) format reader and writer.
  3068. category: Data
  3069. author: Vincent Hanquez <vincent@snarc.org>
  3070. exposed: True
  3071. exposed-modules:
  3072. Data.PEM
  3073. hidden-modules: Data.PEM.Parser Data.PEM.Writer Data.PEM.Types
  3074. trusted: False
  3075. import-dirs: /usr/lib/ghc-7.10.2/site-local/pem-0.2.2
  3076. library-dirs: /usr/lib/ghc-7.10.2/site-local/pem-0.2.2
  3077. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/pem-0.2.2
  3078. hs-libraries: HSpem-0.2.2-FobxOIdj6uGIHonZNFATO6
  3079. depends:
  3080. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3081. base64-bytestring-1.0.0.1-813fd6740a5a52ebe93ba173dbdc266e
  3082. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3083. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  3084. haddock-interfaces: /usr/share/doc/haskell-pem/html/pem.haddock
  3085. haddock-html: /usr/share/doc/haskell-pem/html
  3086. pkgroot: "/usr/lib/ghc-7.10.2"
  3087. ---
  3088. name: socks
  3089. version: 0.5.4
  3090. id: socks-0.5.4-cf53864635716855aa4716065ebe9521
  3091. key: socks_9FgpVcsLUOt9Bxui5SOHLA
  3092. license: BSD3
  3093. copyright: Vincent Hanquez <vincent@snarc.org>
  3094. maintainer: Vincent Hanquez <vincent@snarc.org>
  3095. stability: experimental
  3096. homepage: http://github.com/vincenthz/hs-socks
  3097. synopsis: Socks proxy (version 5) implementation.
  3098. description:
  3099. Socks proxy (version 5) implementation.
  3100. category: Network
  3101. author: Vincent Hanquez <vincent@snarc.org>
  3102. exposed: True
  3103. exposed-modules:
  3104. Network.Socks5 Network.Socks5.Lowlevel Network.Socks5.Types
  3105. hidden-modules: Network.Socks5.Wire Network.Socks5.Conf
  3106. Network.Socks5.Command
  3107. trusted: False
  3108. import-dirs: /usr/lib/ghc-7.10.2/site-local/socks-0.5.4
  3109. library-dirs: /usr/lib/ghc-7.10.2/site-local/socks-0.5.4
  3110. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/socks-0.5.4
  3111. hs-libraries: HSsocks-0.5.4-9FgpVcsLUOt9Bxui5SOHLA
  3112. depends:
  3113. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3114. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3115. cereal-0.4.1.1-d2a660c7294ac61347bc43b6e2c10684
  3116. network-2.6.2.1-5775b7a6b2773d45ba73f5345cb259c0
  3117. haddock-interfaces: /usr/share/doc/haskell-socks/html/socks.haddock
  3118. haddock-html: /usr/share/doc/haskell-socks/html
  3119. pkgroot: "/usr/lib/ghc-7.10.2"
  3120. ---
  3121. name: network
  3122. version: 2.6.2.1
  3123. id: network-2.6.2.1-5775b7a6b2773d45ba73f5345cb259c0
  3124. key: netwo_F6mK9sCIw3M5SbZMt2lUQE
  3125. license: BSD3
  3126. maintainer: Johan Tibell <johan.tibell@gmail.com>
  3127. homepage: https://github.com/haskell/network
  3128. synopsis: Low-level networking interface
  3129. description:
  3130. This package provides a low-level networking interface.
  3131. .
  3132. In network-2.6 the @Network.URI@ module was split off into its own
  3133. package, network-uri-2.6. If you're using the @Network.URI@ module
  3134. you can automatically get it from the right package by adding this
  3135. to your .cabal file:
  3136. .
  3137. > flag network-uri
  3138. > description: Get Network.URI from the network-uri package
  3139. > default: True
  3140. >
  3141. > library
  3142. > -- ...
  3143. > if flag(network-uri)
  3144. > build-depends: network-uri >= 2.6, network >= 2.6
  3145. > else
  3146. > build-depends: network-uri < 2.6, network < 2.6
  3147. .
  3148. That is, get the module from either network < 2.6 or from
  3149. network-uri >= 2.6.
  3150. category: Network
  3151. exposed: True
  3152. exposed-modules:
  3153. Network Network.BSD Network.Socket Network.Socket.ByteString
  3154. Network.Socket.ByteString.Lazy Network.Socket.Internal
  3155. hidden-modules: Network.Socket.ByteString.Internal
  3156. Network.Socket.Types Network.Socket.ByteString.IOVec
  3157. Network.Socket.ByteString.Lazy.Posix
  3158. Network.Socket.ByteString.MsgHdr
  3159. trusted: False
  3160. import-dirs: /usr/lib/ghc-7.10.2/site-local/network-2.6.2.1
  3161. library-dirs: /usr/lib/ghc-7.10.2/site-local/network-2.6.2.1
  3162. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/network-2.6.2.1
  3163. hs-libraries: HSnetwork-2.6.2.1-F6mK9sCIw3M5SbZMt2lUQE
  3164. include-dirs: /usr/lib/ghc-7.10.2/site-local/network-2.6.2.1/include
  3165. includes:
  3166. HsNet.h
  3167. depends:
  3168. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3169. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3170. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  3171. ld-options: "-Wl,-O1,--sort-common,--as-needed,-z,relro"
  3172. haddock-interfaces: /usr/share/doc/haskell-network/html/network.haddock
  3173. haddock-html: /usr/share/doc/haskell-network/html
  3174. pkgroot: "/usr/lib/ghc-7.10.2"
  3175. ---
  3176. name: data-default-class
  3177. version: 0.0.1
  3178. id: data-default-class-0.0.1-06f131700d8043a79c55259693817561
  3179. key: datad_CgDdtafiXY68XlqDb5IqXw
  3180. license: BSD3
  3181. maintainer: <l.mai@web.de>
  3182. synopsis: A class for types with a default value
  3183. category: Data
  3184. author: Lukas Mai
  3185. exposed: True
  3186. exposed-modules:
  3187. Data.Default.Class
  3188. trusted: False
  3189. import-dirs: /usr/lib/ghc-7.10.2/site-local/data-default-class-0.0.1
  3190. library-dirs: /usr/lib/ghc-7.10.2/site-local/data-default-class-0.0.1
  3191. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/data-default-class-0.0.1
  3192. hs-libraries: HSdata-default-class-0.0.1-CgDdtafiXY68XlqDb5IqXw
  3193. depends:
  3194. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3195. haddock-interfaces: /usr/share/doc/haskell-data-default-class/html/data-default-class.haddock
  3196. haddock-html: /usr/share/doc/haskell-data-default-class/html
  3197. pkgroot: "/usr/lib/ghc-7.10.2"
  3198. ---
  3199. name: resourcet
  3200. version: 1.1.6
  3201. id: resourcet-1.1.6-aa4d4748879f2a401d3ca99d9aec7bf1
  3202. key: resou_Ic1TzDDmqYbFNHpzRsDmfS
  3203. license: BSD3
  3204. maintainer: michael@snoyman.com
  3205. homepage: http://github.com/snoyberg/conduit
  3206. synopsis: Deterministic allocation and freeing of scarce resources.
  3207. description:
  3208. Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/resourcet>.
  3209. category: Data, Conduit
  3210. author: Michael Snoyman
  3211. exposed: True
  3212. exposed-modules:
  3213. Control.Monad.Trans.Resource Control.Monad.Trans.Resource.Internal
  3214. Data.Acquire Data.Acquire.Internal
  3215. trusted: False
  3216. import-dirs: /usr/lib/ghc-7.10.2/site-local/resourcet-1.1.6
  3217. library-dirs: /usr/lib/ghc-7.10.2/site-local/resourcet-1.1.6
  3218. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/resourcet-1.1.6
  3219. hs-libraries: HSresourcet-1.1.6-Ic1TzDDmqYbFNHpzRsDmfS
  3220. depends:
  3221. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3222. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  3223. exceptions-0.8.0.2-b08bd0de7dff383d124cad3f4c34eddd
  3224. lifted-base-0.2.3.6-1ea9ab12420eb052a383e6ce52307f24
  3225. mmorph-1.0.4-dd38bfb9311d09724528d9d040ed8e39
  3226. monad-control-1.0.0.4-9b806c409db033e571fac7650e2dbb97
  3227. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  3228. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  3229. transformers-base-0.4.4-47d17665c0db26ffcb68c46caa7346c1
  3230. transformers-compat-0.4.0.4-3ca5cbcec233c17da785d5f27705643c
  3231. haddock-interfaces: /usr/share/doc/haskell-resourcet/html/resourcet.haddock
  3232. haddock-html: /usr/share/doc/haskell-resourcet/html
  3233. pkgroot: "/usr/lib/ghc-7.10.2"
  3234. ---
  3235. name: mmorph
  3236. version: 1.0.4
  3237. id: mmorph-1.0.4-dd38bfb9311d09724528d9d040ed8e39
  3238. key: mmorp_8dNpUU8QFPe77rrwKAb20b
  3239. license: BSD3
  3240. copyright: 2013 Gabriel Gonzalez
  3241. maintainer: Gabriel439@gmail.com
  3242. synopsis: Monad morphisms
  3243. description:
  3244. This library provides monad morphism utilities, most commonly used
  3245. for manipulating monad transformer stacks.
  3246. category: Control
  3247. author: Gabriel Gonzalez
  3248. exposed: True
  3249. exposed-modules:
  3250. Control.Monad.Morph Control.Monad.Trans.Compose
  3251. trusted: False
  3252. import-dirs: /usr/lib/ghc-7.10.2/site-local/mmorph-1.0.4
  3253. library-dirs: /usr/lib/ghc-7.10.2/site-local/mmorph-1.0.4
  3254. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/mmorph-1.0.4
  3255. hs-libraries: HSmmorph-1.0.4-8dNpUU8QFPe77rrwKAb20b
  3256. depends:
  3257. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3258. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  3259. haddock-interfaces: /usr/share/doc/haskell-mmorph/html/mmorph.haddock
  3260. haddock-html: /usr/share/doc/haskell-mmorph/html
  3261. pkgroot: "/usr/lib/ghc-7.10.2"
  3262. ---
  3263. name: lifted-base
  3264. version: 0.2.3.6
  3265. id: lifted-base-0.2.3.6-1ea9ab12420eb052a383e6ce52307f24
  3266. key: lifte_K3cQFA6mRg85rpDaA9numU
  3267. license: BSD3
  3268. copyright: (c) 2011-2012 Bas van Dijk, Anders Kaseorg
  3269. maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
  3270. homepage: https://github.com/basvandijk/lifted-base
  3271. synopsis: lifted IO operations from the base library
  3272. description:
  3273. @lifted-base@ exports IO operations from the base library lifted to
  3274. any instance of 'MonadBase' or 'MonadBaseControl'.
  3275. .
  3276. Note that not all modules from @base@ are converted yet. If
  3277. you need a lifted version of a function from @base@, just
  3278. ask me to add it or send me a patch.
  3279. .
  3280. The package includes a copy of the @monad-peel@ testsuite written
  3281. by Anders Kaseorg The tests can be performed using @cabal test@.
  3282. category: Control
  3283. author: Bas van Dijk, Anders Kaseorg
  3284. exposed: True
  3285. exposed-modules:
  3286. Control.Exception.Lifted Control.Concurrent.MVar.Lifted
  3287. Control.Concurrent.Chan.Lifted Control.Concurrent.QSem.Lifted
  3288. Control.Concurrent.QSemN.Lifted Control.Concurrent.Lifted
  3289. Data.IORef.Lifted Foreign.Marshal.Utils.Lifted
  3290. System.Timeout.Lifted
  3291. trusted: False
  3292. import-dirs: /usr/lib/ghc-7.10.2/site-local/lifted-base-0.2.3.6
  3293. library-dirs: /usr/lib/ghc-7.10.2/site-local/lifted-base-0.2.3.6
  3294. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/lifted-base-0.2.3.6
  3295. hs-libraries: HSlifted-base-0.2.3.6-K3cQFA6mRg85rpDaA9numU
  3296. includes:
  3297. inlinable.h
  3298. depends:
  3299. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3300. monad-control-1.0.0.4-9b806c409db033e571fac7650e2dbb97
  3301. transformers-base-0.4.4-47d17665c0db26ffcb68c46caa7346c1
  3302. haddock-interfaces: /usr/share/doc/haskell-lifted-base/html/lifted-base.haddock
  3303. haddock-html: /usr/share/doc/haskell-lifted-base/html
  3304. pkgroot: "/usr/lib/ghc-7.10.2"
  3305. ---
  3306. name: monad-control
  3307. version: 1.0.0.4
  3308. id: monad-control-1.0.0.4-9b806c409db033e571fac7650e2dbb97
  3309. key: monad_3XCDr1mqlERGZgaxuwJF6b
  3310. license: BSD3
  3311. copyright: (c) 2011 Bas van Dijk, Anders Kaseorg
  3312. maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
  3313. homepage: https://github.com/basvandijk/monad-control
  3314. synopsis: Lift control operations, like exception catching, through monad transformers
  3315. description:
  3316. This package defines the type class @MonadBaseControl@, a subset of
  3317. @MonadBase@ into which generic control operations such as @catch@ can be
  3318. lifted from @IO@ or any other base monad. Instances are based on monad
  3319. transformers in @MonadTransControl@, which includes all standard monad
  3320. transformers in the @transformers@ library except @ContT@.
  3321. .
  3322. See the @lifted-base@ package which uses @monad-control@ to lift @IO@
  3323. operations from the @base@ library (like @catch@ or @bracket@) into any monad
  3324. that is an instance of @MonadBase@ or @MonadBaseControl@.
  3325. .
  3326. Note that this package is a rewrite of Anders Kaseorg's @monad-peel@
  3327. library. The main difference is that this package provides CPS style operators
  3328. and exploits the @RankNTypes@ and @TypeFamilies@ language extensions to
  3329. simplify and speedup most definitions.
  3330. category: Control
  3331. author: Bas van Dijk, Anders Kaseorg
  3332. exposed: True
  3333. exposed-modules:
  3334. Control.Monad.Trans.Control
  3335. trusted: False
  3336. import-dirs: /usr/lib/ghc-7.10.2/site-local/monad-control-1.0.0.4
  3337. library-dirs: /usr/lib/ghc-7.10.2/site-local/monad-control-1.0.0.4
  3338. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/monad-control-1.0.0.4
  3339. hs-libraries: HSmonad-control-1.0.0.4-3XCDr1mqlERGZgaxuwJF6b
  3340. depends:
  3341. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3342. stm-2.4.4-2526ff89874f899372b2e4f544bb03cd
  3343. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  3344. transformers-base-0.4.4-47d17665c0db26ffcb68c46caa7346c1
  3345. transformers-compat-0.4.0.4-3ca5cbcec233c17da785d5f27705643c
  3346. haddock-interfaces: /usr/share/doc/haskell-monad-control/html/monad-control.haddock
  3347. haddock-html: /usr/share/doc/haskell-monad-control/html
  3348. pkgroot: "/usr/lib/ghc-7.10.2"
  3349. ---
  3350. name: transformers-base
  3351. version: 0.4.4
  3352. id: transformers-base-0.4.4-47d17665c0db26ffcb68c46caa7346c1
  3353. key: trans_88TAFm21vtn2NrYUppy50c
  3354. license: BSD3
  3355. copyright: 2011 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>,
  3356. Bas van Dijk <v.dijk.bas@gmail.com>
  3357. maintainer: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
  3358. stability: experimental
  3359. homepage: https://github.com/mvv/transformers-base
  3360. synopsis: Lift computations from the bottom of a transformer stack
  3361. description:
  3362. This package provides a straightforward port of @monadLib@'s BaseM
  3363. typeclass to @transformers@.
  3364. category: Control
  3365. author: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>,
  3366. Bas van Dijk <v.dijk.bas@gmail.com>
  3367. exposed: True
  3368. exposed-modules:
  3369. Control.Monad.Base
  3370. trusted: False
  3371. import-dirs: /usr/lib/ghc-7.10.2/site-local/transformers-base-0.4.4
  3372. library-dirs: /usr/lib/ghc-7.10.2/site-local/transformers-base-0.4.4
  3373. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/transformers-base-0.4.4
  3374. hs-libraries: HStransformers-base-0.4.4-88TAFm21vtn2NrYUppy50c
  3375. depends:
  3376. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3377. stm-2.4.4-2526ff89874f899372b2e4f544bb03cd
  3378. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  3379. transformers-compat-0.4.0.4-3ca5cbcec233c17da785d5f27705643c
  3380. haddock-interfaces: /usr/share/doc/haskell-transformers-base/html/transformers-base.haddock
  3381. haddock-html: /usr/share/doc/haskell-transformers-base/html
  3382. pkgroot: "/usr/lib/ghc-7.10.2"
  3383. ---
  3384. name: exceptions
  3385. version: 0.8.0.2
  3386. id: exceptions-0.8.0.2-b08bd0de7dff383d124cad3f4c34eddd
  3387. key: excep_8GsEeHgaIks3pVGk6GaELJ
  3388. license: BSD3
  3389. copyright: Copyright (C) 2013-2015 Edward A. Kmett
  3390. Copyright (C) 2012 Google Inc.
  3391. maintainer: Edward A. Kmett <ekmett@gmail.com>
  3392. stability: provisional
  3393. homepage: http://github.com/ekmett/exceptions/
  3394. synopsis: Extensible optionally-pure exceptions
  3395. description:
  3396. Extensible optionally-pure exceptions
  3397. category: Control, Exceptions, Monad
  3398. author: Edward A. Kmett
  3399. exposed: True
  3400. exposed-modules:
  3401. Control.Monad.Catch Control.Monad.Catch.Pure
  3402. trusted: False
  3403. import-dirs: /usr/lib/ghc-7.10.2/site-local/exceptions-0.8.0.2
  3404. library-dirs: /usr/lib/ghc-7.10.2/site-local/exceptions-0.8.0.2
  3405. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/exceptions-0.8.0.2
  3406. hs-libraries: HSexceptions-0.8.0.2-8GsEeHgaIks3pVGk6GaELJ
  3407. depends:
  3408. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3409. mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  3410. stm-2.4.4-2526ff89874f899372b2e4f544bb03cd
  3411. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  3412. transformers-compat-0.4.0.4-3ca5cbcec233c17da785d5f27705643c
  3413. haddock-interfaces: /usr/share/doc/haskell-exceptions/html/exceptions.haddock
  3414. haddock-html: /usr/share/doc/haskell-exceptions/html
  3415. pkgroot: "/usr/lib/ghc-7.10.2"
  3416. ---
  3417. name: transformers-compat
  3418. version: 0.4.0.4
  3419. id: transformers-compat-0.4.0.4-3ca5cbcec233c17da785d5f27705643c
  3420. key: trans_DCQioW2d4vYEa3T0AmFBPv
  3421. license: BSD3
  3422. copyright: Copyright (C) 2012 Edward A. Kmett
  3423. maintainer: Edward A. Kmett <ekmett@gmail.com>
  3424. stability: provisional
  3425. homepage: http://github.com/ekmett/transformers-compat/
  3426. synopsis: A small compatibility shim exposing the new types from transformers 0.3 and 0.4 to older Haskell platforms.
  3427. description:
  3428. This package includes backported versions of types that were added
  3429. to transformers in transformers 0.3 and 0.4 for users who need strict
  3430. transformers 0.2 or 0.3 compatibility to run on old versions of the
  3431. platform, but also need those types.
  3432. .
  3433. Those users should be able to just depend on @transformers >= 0.2@
  3434. and @transformers-compat >= 0.3@.
  3435. .
  3436. Note: missing methods are not supplied, but this at least permits the types to be used.
  3437. category: Compatibility
  3438. author: Edward A. Kmett
  3439. exposed: True
  3440. hidden-modules: Paths_transformers_compat
  3441. trusted: False
  3442. import-dirs: /usr/lib/ghc-7.10.2/site-local/transformers-compat-0.4.0.4
  3443. library-dirs: /usr/lib/ghc-7.10.2/site-local/transformers-compat-0.4.0.4
  3444. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/transformers-compat-0.4.0.4
  3445. hs-libraries: HStransformers-compat-0.4.0.4-DCQioW2d4vYEa3T0AmFBPv
  3446. depends:
  3447. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3448. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  3449. haddock-interfaces: /usr/share/doc/haskell-transformers-compat/html/transformers-compat.haddock
  3450. haddock-html: /usr/share/doc/haskell-transformers-compat/html
  3451. pkgroot: "/usr/lib/ghc-7.10.2"
  3452. ---
  3453. name: cmark
  3454. version: 0.4.1
  3455. id: cmark-0.4.1-1b19ecb22b6e827394a7cb36415197f1
  3456. key: cmark_JBAkJhqtQdDC7teYNJOjXQ
  3457. license: BSD3
  3458. copyright: (C) 2015 John MacFarlane
  3459. maintainer: jgm@berkeley.edu
  3460. homepage: https://github.com/jgm/commonmark-hs
  3461. synopsis: Fast, accurate CommonMark (Markdown) parser and renderer
  3462. description:
  3463. This package provides Haskell bindings for
  3464. <https://github.com/jgm/cmark libcmark>, the reference
  3465. parser for <http://commonmark.org CommonMark>, a fully
  3466. specified variant of Markdown. It includes sources for
  3467. libcmark (0.21.0) and does not require prior installation of the
  3468. C library.
  3469. category: Text
  3470. author: John MacFarlane
  3471. exposed: True
  3472. exposed-modules:
  3473. CMark
  3474. trusted: False
  3475. import-dirs: /usr/lib/ghc-7.10.2/site-local/cmark-0.4.1
  3476. library-dirs: /usr/lib/ghc-7.10.2/site-local/cmark-0.4.1
  3477. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/cmark-0.4.1
  3478. hs-libraries: HScmark-0.4.1-JBAkJhqtQdDC7teYNJOjXQ
  3479. includes:
  3480. cmark.h
  3481. depends:
  3482. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3483. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3484. text-1.2.1.3-202edba6fea901191194d38d810da662
  3485. haddock-interfaces: /usr/share/doc/haskell-cmark/html/cmark.haddock
  3486. haddock-html: /usr/share/doc/haskell-cmark/html
  3487. pkgroot: "/usr/lib/ghc-7.10.2"
  3488. ---
  3489. name: cipher-rc4
  3490. version: 0.1.4
  3491. id: cipher-rc4-0.1.4-823551a3cc9569b7547d6bbcf41c934f
  3492. key: ciphe_G3k95YffmwuD6Vuy2sk1JG
  3493. license: BSD3
  3494. copyright: Vincent Hanquez <vincent@snarc.org>
  3495. maintainer: Vincent Hanquez <vincent@snarc.org>
  3496. homepage: http://github.com/vincenthz/hs-cipher-rc4
  3497. synopsis: Fast RC4 cipher implementation
  3498. description:
  3499. Fast RC4 cipher implementation
  3500. category: Cryptography
  3501. author: Vincent Hanquez <vincent@snarc.org>
  3502. exposed: True
  3503. exposed-modules:
  3504. Crypto.Cipher.RC4
  3505. trusted: False
  3506. import-dirs: /usr/lib/ghc-7.10.2/site-local/cipher-rc4-0.1.4
  3507. library-dirs: /usr/lib/ghc-7.10.2/site-local/cipher-rc4-0.1.4
  3508. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/cipher-rc4-0.1.4
  3509. hs-libraries: HScipher-rc4-0.1.4-G3k95YffmwuD6Vuy2sk1JG
  3510. depends:
  3511. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3512. byteable-0.1.1-9e873c18965555f56eacd6eafe98c9d1
  3513. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3514. crypto-cipher-types-0.0.9-5499e257f920bc158452ec384178a339
  3515. haddock-interfaces: /usr/share/doc/haskell-cipher-rc4/html/cipher-rc4.haddock
  3516. haddock-html: /usr/share/doc/haskell-cipher-rc4/html
  3517. pkgroot: "/usr/lib/ghc-7.10.2"
  3518. ---
  3519. name: cipher-des
  3520. version: 0.0.6
  3521. id: cipher-des-0.0.6-18921d736cd855ee150718369ac663cc
  3522. key: ciphe_I51fCymSyvL9dVHjOXme9k
  3523. license: BSD3
  3524. copyright: Vincent Hanquez <vincent@snarc.org>
  3525. maintainer: Vincent Hanquez <vincent@snarc.org>
  3526. homepage: http://github.com/vincenthz/hs-crypto-cipher
  3527. synopsis: DES and 3DES primitives
  3528. description:
  3529. DES and 3DES primitives
  3530. category: Cryptography
  3531. author: Vincent Hanquez <vincent@snarc.org>
  3532. exposed: True
  3533. exposed-modules:
  3534. Crypto.Cipher.DES Crypto.Cipher.TripleDES
  3535. hidden-modules: Crypto.Cipher.DES.Primitive
  3536. Crypto.Cipher.DES.Serialization
  3537. trusted: False
  3538. import-dirs: /usr/lib/ghc-7.10.2/site-local/cipher-des-0.0.6
  3539. library-dirs: /usr/lib/ghc-7.10.2/site-local/cipher-des-0.0.6
  3540. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/cipher-des-0.0.6
  3541. hs-libraries: HScipher-des-0.0.6-I51fCymSyvL9dVHjOXme9k
  3542. depends:
  3543. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3544. byteable-0.1.1-9e873c18965555f56eacd6eafe98c9d1
  3545. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3546. crypto-cipher-types-0.0.9-5499e257f920bc158452ec384178a339
  3547. securemem-0.1.9-7a4c9dd0c826f52b1dca71ecde367652
  3548. haddock-interfaces: /usr/share/doc/haskell-cipher-des/html/cipher-des.haddock
  3549. haddock-html: /usr/share/doc/haskell-cipher-des/html
  3550. pkgroot: "/usr/lib/ghc-7.10.2"
  3551. ---
  3552. name: cipher-aes
  3553. version: 0.2.11
  3554. id: cipher-aes-0.2.11-1912de7c16adc4182fe09aa2fc0bcb09
  3555. key: ciphe_16H5NxLr1JoHgIW4v6Woyx
  3556. license: BSD3
  3557. copyright: Vincent Hanquez <vincent@snarc.org>
  3558. maintainer: Vincent Hanquez <vincent@snarc.org>
  3559. homepage: https://github.com/vincenthz/hs-cipher-aes
  3560. synopsis: Fast AES cipher implementation with advanced mode of operations
  3561. description:
  3562. Fast AES cipher implementation with advanced mode of operations.
  3563. .
  3564. The modes of operations available are ECB (Electronic code book),
  3565. CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext stealing),
  3566. GCM (Galois Counter Mode).
  3567. .
  3568. The AES implementation uses AES-NI when available (on x86 and x86-64 architecture),
  3569. but fallback gracefully to a software C implementation.
  3570. .
  3571. The software implementation uses S-Boxes, which might suffer for cache timing issues.
  3572. However do notes that most other known software implementations, including very popular
  3573. one (openssl, gnutls) also uses similar implementation. If it matters for your
  3574. case, you should make sure you have AES-NI available, or you'll need to use a different
  3575. implementation.
  3576. .
  3577. category: Cryptography
  3578. author: Vincent Hanquez <vincent@snarc.org>
  3579. exposed: True
  3580. exposed-modules:
  3581. Crypto.Cipher.AES
  3582. trusted: False
  3583. import-dirs: /usr/lib/ghc-7.10.2/site-local/cipher-aes-0.2.11
  3584. library-dirs: /usr/lib/ghc-7.10.2/site-local/cipher-aes-0.2.11
  3585. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/cipher-aes-0.2.11
  3586. hs-libraries: HScipher-aes-0.2.11-16H5NxLr1JoHgIW4v6Woyx
  3587. depends:
  3588. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3589. byteable-0.1.1-9e873c18965555f56eacd6eafe98c9d1
  3590. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3591. crypto-cipher-types-0.0.9-5499e257f920bc158452ec384178a339
  3592. securemem-0.1.9-7a4c9dd0c826f52b1dca71ecde367652
  3593. haddock-interfaces: /usr/share/doc/haskell-cipher-aes/html/cipher-aes.haddock
  3594. haddock-html: /usr/share/doc/haskell-cipher-aes/html
  3595. pkgroot: "/usr/lib/ghc-7.10.2"
  3596. ---
  3597. name: crypto-cipher-types
  3598. version: 0.0.9
  3599. id: crypto-cipher-types-0.0.9-5499e257f920bc158452ec384178a339
  3600. key: crypt_FgUekZykqzbE0H1eTCGzLO
  3601. license: BSD3
  3602. copyright: Vincent Hanquez <vincent@snarc.org>
  3603. maintainer: vincent@snarc.org
  3604. stability: experimental
  3605. homepage: http://github.com/vincenthz/hs-crypto-cipher
  3606. synopsis: Generic cryptography cipher types
  3607. description:
  3608. Generic cryptography cipher types
  3609. category: Cryptography
  3610. author: Vincent Hanquez <vincent@snarc.org>
  3611. exposed: True
  3612. exposed-modules:
  3613. Crypto.Cipher.Types Crypto.Cipher.Types.Unsafe
  3614. hidden-modules: Crypto.Cipher.Types.GF Crypto.Cipher.Types.Block
  3615. Crypto.Cipher.Types.BlockIO Crypto.Cipher.Types.Stream
  3616. Crypto.Cipher.Types.OfIO Crypto.Cipher.Types.AEAD
  3617. Crypto.Cipher.Types.Base Crypto.Cipher.Types.Utils
  3618. trusted: False
  3619. import-dirs: /usr/lib/ghc-7.10.2/site-local/crypto-cipher-types-0.0.9
  3620. library-dirs: /usr/lib/ghc-7.10.2/site-local/crypto-cipher-types-0.0.9
  3621. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/crypto-cipher-types-0.0.9
  3622. hs-libraries: HScrypto-cipher-types-0.0.9-FgUekZykqzbE0H1eTCGzLO
  3623. depends:
  3624. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3625. byteable-0.1.1-9e873c18965555f56eacd6eafe98c9d1
  3626. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3627. securemem-0.1.9-7a4c9dd0c826f52b1dca71ecde367652
  3628. haddock-interfaces: /usr/share/doc/haskell-crypto-cipher-types/html/crypto-cipher-types.haddock
  3629. haddock-html: /usr/share/doc/haskell-crypto-cipher-types/html
  3630. pkgroot: "/usr/lib/ghc-7.10.2"
  3631. ---
  3632. name: securemem
  3633. version: 0.1.9
  3634. id: securemem-0.1.9-7a4c9dd0c826f52b1dca71ecde367652
  3635. key: secur_DTkdHUF4RjQ63c2IVq9ndA
  3636. license: BSD3
  3637. copyright: Vincent Hanquez <vincent@snarc.org>
  3638. maintainer: vincent@snarc.org
  3639. stability: experimental
  3640. homepage: http://github.com/vincenthz/hs-securemem
  3641. synopsis: abstraction to an auto scrubbing and const time eq, memory chunk.
  3642. description:
  3643. SecureMem is similar to ByteString, except that it provides a memory chunk that
  3644. will be auto-scrubbed after it run out of scope.
  3645. category: Data
  3646. author: Vincent Hanquez <vincent@snarc.org>
  3647. exposed: True
  3648. exposed-modules:
  3649. Data.SecureMem
  3650. trusted: False
  3651. import-dirs: /usr/lib/ghc-7.10.2/site-local/securemem-0.1.9
  3652. library-dirs: /usr/lib/ghc-7.10.2/site-local/securemem-0.1.9
  3653. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/securemem-0.1.9
  3654. hs-libraries: HSsecuremem-0.1.9-DTkdHUF4RjQ63c2IVq9ndA
  3655. depends:
  3656. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3657. byteable-0.1.1-9e873c18965555f56eacd6eafe98c9d1
  3658. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3659. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  3660. memory-0.10-0ca289a8d6855978b73db0f68b6bbaa0
  3661. haddock-interfaces: /usr/share/doc/haskell-securemem/html/securemem.haddock
  3662. haddock-html: /usr/share/doc/haskell-securemem/html
  3663. pkgroot: "/usr/lib/ghc-7.10.2"
  3664. ---
  3665. name: cereal
  3666. version: 0.4.1.1
  3667. id: cereal-0.4.1.1-d2a660c7294ac61347bc43b6e2c10684
  3668. key: cerea_LMaR4P6lFvNJtmY00msKYH
  3669. license: BSD3
  3670. maintainer: Trevor Elliott <trevor@galois.com>
  3671. stability: provisional
  3672. synopsis: A binary serialization library
  3673. description:
  3674. A binary serialization library, similar to binary, that introduces an isolate
  3675. primitive for parser isolation, and labeled blocks for better error messages.
  3676. category: Data, Parsing
  3677. author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>,
  3678. Galois Inc.,
  3679. Lemmih <lemmih@gmail.com>,
  3680. Bas van Dijk <v.dijk.bas@gmail.com>
  3681. exposed: True
  3682. exposed-modules:
  3683. Data.Serialize Data.Serialize.Put Data.Serialize.Get
  3684. Data.Serialize.Builder Data.Serialize.IEEE754
  3685. trusted: False
  3686. import-dirs: /usr/lib/ghc-7.10.2/site-local/cereal-0.4.1.1
  3687. library-dirs: /usr/lib/ghc-7.10.2/site-local/cereal-0.4.1.1
  3688. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/cereal-0.4.1.1
  3689. hs-libraries: HScereal-0.4.1.1-LMaR4P6lFvNJtmY00msKYH
  3690. depends:
  3691. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  3692. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3693. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3694. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  3695. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  3696. haddock-interfaces: /usr/share/doc/haskell-cereal/html/cereal.haddock
  3697. haddock-html: /usr/share/doc/haskell-cereal/html
  3698. pkgroot: "/usr/lib/ghc-7.10.2"
  3699. ---
  3700. name: byteable
  3701. version: 0.1.1
  3702. id: byteable-0.1.1-9e873c18965555f56eacd6eafe98c9d1
  3703. key: bytea_F2pcQljAfpbDG2panTEyo8
  3704. license: BSD3
  3705. copyright: Vincent Hanquez <vincent@snarc.org>
  3706. maintainer: vincent@snarc.org
  3707. stability: experimental
  3708. homepage: http://github.com/vincenthz/hs-byteable
  3709. synopsis: Type class for sequence of bytes
  3710. description:
  3711. Abstract class to manipulate sequence of bytes
  3712. .
  3713. The use case of this class is abstracting manipulation of
  3714. types that are just wrapping a bytestring with stronger and
  3715. more meaniful name.
  3716. .
  3717. Usual definition of those types are of the form: newtype MyType = MyType ByteString
  3718. category: Data
  3719. author: Vincent Hanquez <vincent@snarc.org>
  3720. exposed: True
  3721. exposed-modules:
  3722. Data.Byteable
  3723. trusted: False
  3724. import-dirs: /usr/lib/ghc-7.10.2/site-local/byteable-0.1.1
  3725. library-dirs: /usr/lib/ghc-7.10.2/site-local/byteable-0.1.1
  3726. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/byteable-0.1.1
  3727. hs-libraries: HSbyteable-0.1.1-F2pcQljAfpbDG2panTEyo8
  3728. depends:
  3729. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3730. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3731. haddock-interfaces: /usr/share/doc/haskell-byteable/html/byteable.haddock
  3732. haddock-html: /usr/share/doc/haskell-byteable/html
  3733. pkgroot: "/usr/lib/ghc-7.10.2"
  3734. ---
  3735. name: blaze-builder
  3736. version: 0.4.0.1
  3737. id: blaze-builder-0.4.0.1-dbd2c683440ddafb55e513546e02fc25
  3738. key: blaze_6BKEupqZliOD9r4rLG9ckJ
  3739. license: BSD3
  3740. copyright: (c) 2010-2014 Simon Meier
  3741. (c) 2010 Jasper Van der Jeugt
  3742. (c) 2013-2015 Leon P Smith
  3743. maintainer: Leon Smith <leon@melding-monads.com>
  3744. stability: Experimental
  3745. homepage: http://github.com/lpsmith/blaze-builder
  3746. synopsis: Efficient buffered output.
  3747. description:
  3748. This library provides an implementation of the older
  3749. blaze-builder interface in terms of the new builder that
  3750. shipped with bytestring-0.10.4.0
  3751. .
  3752. This implementation is mostly intended as a bridge to the
  3753. new builder, so that code that uses the old interface
  3754. can interoperate with code that uses the new
  3755. implementation. Note that no attempt has been made
  3756. to preserve the old internal modules, so code that
  3757. has these dependencies cannot use this interface.
  3758. .
  3759. New code should, for the most part, use the new
  3760. interface. However, this module does implement
  3761. a chunked HTTP encoding, which is not otherwise
  3762. implemented (yet?) with the new builder.
  3763. category: Data
  3764. author: Jasper Van der Jeugt, Simon Meier, Leon P Smith
  3765. exposed: True
  3766. exposed-modules:
  3767. Blaze.ByteString.Builder Blaze.ByteString.Builder.Int
  3768. Blaze.ByteString.Builder.Word Blaze.ByteString.Builder.ByteString
  3769. Blaze.ByteString.Builder.Char.Utf8 Blaze.ByteString.Builder.Char8
  3770. Blaze.ByteString.Builder.Html.Utf8 Blaze.ByteString.Builder.HTTP
  3771. Blaze.ByteString.Builder.Compat.Write
  3772. Blaze.ByteString.Builder.Internal.Write
  3773. trusted: False
  3774. import-dirs: /usr/lib/ghc-7.10.2/site-local/blaze-builder-0.4.0.1
  3775. library-dirs: /usr/lib/ghc-7.10.2/site-local/blaze-builder-0.4.0.1
  3776. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/blaze-builder-0.4.0.1
  3777. hs-libraries: HSblaze-builder-0.4.0.1-6BKEupqZliOD9r4rLG9ckJ
  3778. depends:
  3779. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3780. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3781. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  3782. text-1.2.1.3-202edba6fea901191194d38d810da662
  3783. haddock-interfaces: /usr/share/doc/haskell-blaze-builder/html/blaze-builder.haddock
  3784. haddock-html: /usr/share/doc/haskell-blaze-builder/html
  3785. pkgroot: "/usr/lib/ghc-7.10.2"
  3786. ---
  3787. name: base64-bytestring
  3788. version: 1.0.0.1
  3789. id: base64-bytestring-1.0.0.1-813fd6740a5a52ebe93ba173dbdc266e
  3790. key: base6_5ombtuUXex39dVe2nth8cH
  3791. license: BSD3
  3792. copyright: 2010-2012 Bryan O'Sullivan
  3793. maintainer: Bryan O'Sullivan <bos@serpentine.com>
  3794. homepage: https://github.com/bos/base64-bytestring
  3795. synopsis: Fast base64 encoding and decoding for ByteStrings
  3796. description:
  3797. Fast base64 encoding and decoding for ByteStrings
  3798. category: Data
  3799. author: Bryan O'Sullivan <bos@serpentine.com>
  3800. exposed: True
  3801. exposed-modules:
  3802. Data.ByteString.Base64 Data.ByteString.Base64.URL
  3803. Data.ByteString.Base64.Lazy Data.ByteString.Base64.URL.Lazy
  3804. hidden-modules: Data.ByteString.Base64.Internal
  3805. trusted: False
  3806. import-dirs: /usr/lib/ghc-7.10.2/site-local/base64-bytestring-1.0.0.1
  3807. library-dirs: /usr/lib/ghc-7.10.2/site-local/base64-bytestring-1.0.0.1
  3808. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/base64-bytestring-1.0.0.1
  3809. hs-libraries: HSbase64-bytestring-1.0.0.1-5ombtuUXex39dVe2nth8cH
  3810. depends:
  3811. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3812. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3813. haddock-interfaces: /usr/share/doc/haskell-base64-bytestring/html/base64-bytestring.haddock
  3814. haddock-html: /usr/share/doc/haskell-base64-bytestring/html
  3815. pkgroot: "/usr/lib/ghc-7.10.2"
  3816. ---
  3817. name: async
  3818. version: 2.0.2
  3819. id: async-2.0.2-7323ce9f8a31649b3f9f961e623ae0eb
  3820. key: async_J3wPtBMkDlC1zlPIsbgEk9
  3821. license: BSD3
  3822. copyright: (c) Simon Marlow 2012
  3823. maintainer: Simon Marlow <marlowsd@gmail.com>
  3824. homepage: https://github.com/simonmar/async
  3825. synopsis: Run IO operations asynchronously and wait for their results
  3826. description:
  3827. This package provides a higher-level interface over
  3828. threads, in which an @Async a@ is a concurrent
  3829. thread that will eventually deliver a value of
  3830. type @a@. The package provides ways to create
  3831. @Async@ computations, wait for their results, and
  3832. cancel them.
  3833. .
  3834. Using @Async@ is safer than using threads in two
  3835. ways:
  3836. .
  3837. * When waiting for a thread to return a result,
  3838. if the thread dies with an exception then the
  3839. caller must either re-throw the exception
  3840. ('wait') or handle it ('waitCatch'); the
  3841. exception cannot be ignored.
  3842. .
  3843. * The API makes it possible to build a tree of
  3844. threads that are automatically killed when
  3845. their parent dies (see 'withAsync').
  3846. .
  3847. Changes in 2.0.2:
  3848. .
  3849. * Add a Monad instance for Concurrently
  3850. * Bump base dependency to allow 4.9
  3851. .
  3852. Changes in 2.0.1.6:
  3853. .
  3854. * Add workaround to waitCatch for #14
  3855. .
  3856. Changes in 2.0.1.5:
  3857. .
  3858. * Bump @base@ dependencies for GHC 7.8
  3859. .
  3860. Changes in 2.0.1.4:
  3861. .
  3862. * Bump @base@ dependency of test suite
  3863. .
  3864. Changes in 2.0.1.3:
  3865. .
  3866. * Bump @base@ dependency to allow 4.6
  3867. .
  3868. Changes in 2.0.1.2:
  3869. .
  3870. * Bump @stm@ dependency to 2.4
  3871. .
  3872. Changes in 2.0.1.1:
  3873. .
  3874. * Safe Haskell support: @Control.Concurrent.Async@ is now @Trustworthy@
  3875. .
  3876. Changes in 2.0.1.0:
  3877. .
  3878. * Added a @Functor@ instance for @Async@
  3879. .
  3880. * Added @asyncBound@, @asyncOn@, @asyncWithUnmask@, @asyncOnWithUnmask@, @withAsyncBound@, @withAsyncOn@, @withAsyncWithUnmask@, @withAsyncOnWithUnmask@.
  3881. .
  3882. * Added @mapConcurrently@
  3883. .
  3884. * Added @Concurrently@ (with @Applicative@ and @Alternative@ instances)
  3885. category: Concurrency
  3886. author: Simon Marlow
  3887. exposed: True
  3888. exposed-modules:
  3889. Control.Concurrent.Async
  3890. trusted: False
  3891. import-dirs: /usr/lib/ghc-7.10.2/site-local/async-2.0.2
  3892. library-dirs: /usr/lib/ghc-7.10.2/site-local/async-2.0.2
  3893. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/async-2.0.2
  3894. hs-libraries: HSasync-2.0.2-J3wPtBMkDlC1zlPIsbgEk9
  3895. depends:
  3896. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3897. stm-2.4.4-2526ff89874f899372b2e4f544bb03cd
  3898. haddock-interfaces: /usr/share/doc/haskell-async/html/async.haddock
  3899. haddock-html: /usr/share/doc/haskell-async/html
  3900. pkgroot: "/usr/lib/ghc-7.10.2"
  3901. ---
  3902. name: stm
  3903. version: 2.4.4
  3904. id: stm-2.4.4-2526ff89874f899372b2e4f544bb03cd
  3905. key: stm_C1kFMnPqFjvDhFjgMZGUpr
  3906. license: BSD3
  3907. maintainer: libraries@haskell.org
  3908. synopsis: Software Transactional Memory
  3909. description:
  3910. A modular composable concurrency abstraction.
  3911. category: Concurrency
  3912. exposed: True
  3913. exposed-modules:
  3914. Control.Concurrent.STM Control.Concurrent.STM.TArray
  3915. Control.Concurrent.STM.TVar Control.Concurrent.STM.TChan
  3916. Control.Concurrent.STM.TMVar Control.Concurrent.STM.TQueue
  3917. Control.Concurrent.STM.TBQueue Control.Concurrent.STM.TSem
  3918. Control.Monad.STM
  3919. hidden-modules: Control.Sequential.STM
  3920. trusted: False
  3921. import-dirs: /usr/lib/ghc-7.10.2/site-local/stm-2.4.4
  3922. library-dirs: /usr/lib/ghc-7.10.2/site-local/stm-2.4.4
  3923. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/stm-2.4.4
  3924. hs-libraries: HSstm-2.4.4-C1kFMnPqFjvDhFjgMZGUpr
  3925. depends:
  3926. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  3927. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3928. haddock-interfaces: /usr/share/doc/haskell-stm/html/stm.haddock
  3929. haddock-html: /usr/share/doc/haskell-stm/html
  3930. pkgroot: "/usr/lib/ghc-7.10.2"
  3931. ---
  3932. name: asn1-parse
  3933. version: 0.9.4
  3934. id: asn1-parse-0.9.4-3da372aad4ad99aa6d234751f748a13b
  3935. key: asn1p_4S6v2KMAnnQ9iNnhE64Q4Z
  3936. license: BSD3
  3937. copyright: Vincent Hanquez <vincent@snarc.org>
  3938. maintainer: Vincent Hanquez <vincent@snarc.org>
  3939. stability: experimental
  3940. homepage: https://github.com/vincenthz/hs-asn1
  3941. synopsis: Simple monadic parser for ASN1 stream types.
  3942. description:
  3943. Simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not convenient.
  3944. category: Data
  3945. author: Vincent Hanquez <vincent@snarc.org>
  3946. exposed: True
  3947. exposed-modules:
  3948. Data.ASN1.Parse
  3949. trusted: False
  3950. import-dirs: /usr/lib/ghc-7.10.2/site-local/asn1-parse-0.9.4
  3951. library-dirs: /usr/lib/ghc-7.10.2/site-local/asn1-parse-0.9.4
  3952. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/asn1-parse-0.9.4
  3953. hs-libraries: HSasn1-parse-0.9.4-4S6v2KMAnnQ9iNnhE64Q4Z
  3954. depends:
  3955. asn1-encoding-0.9.3-e473d7ddb69d39ff330d01ca70d038c1
  3956. asn1-types-0.3.1-1620548c3ee5a61e7637ecf3e3a0e03f
  3957. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3958. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3959. haddock-interfaces: /usr/share/doc/haskell-asn1-parse/html/asn1-parse.haddock
  3960. haddock-html: /usr/share/doc/haskell-asn1-parse/html
  3961. pkgroot: "/usr/lib/ghc-7.10.2"
  3962. ---
  3963. name: asn1-encoding
  3964. version: 0.9.3
  3965. id: asn1-encoding-0.9.3-e473d7ddb69d39ff330d01ca70d038c1
  3966. key: asn1e_5wVmq8P8V0e338cEewsRpR
  3967. license: BSD3
  3968. copyright: Vincent Hanquez <vincent@snarc.org>
  3969. maintainer: vincent@snarc.org
  3970. stability: experimental
  3971. homepage: http://github.com/vincenthz/hs-asn1
  3972. synopsis: ASN1 data reader and writer in RAW, BER and DER forms
  3973. description:
  3974. ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, and DER).
  3975. category: Data
  3976. author: Vincent Hanquez <vincent@snarc.org>
  3977. exposed: True
  3978. exposed-modules:
  3979. Data.ASN1.Error Data.ASN1.BinaryEncoding
  3980. Data.ASN1.BinaryEncoding.Raw Data.ASN1.Encoding Data.ASN1.Stream
  3981. Data.ASN1.Object
  3982. hidden-modules: Data.ASN1.Prim Data.ASN1.BinaryEncoding.Parse
  3983. Data.ASN1.BinaryEncoding.Writer Data.ASN1.Internal
  3984. Data.ASN1.Serialize Data.ASN1.Get
  3985. trusted: False
  3986. import-dirs: /usr/lib/ghc-7.10.2/site-local/asn1-encoding-0.9.3
  3987. library-dirs: /usr/lib/ghc-7.10.2/site-local/asn1-encoding-0.9.3
  3988. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/asn1-encoding-0.9.3
  3989. hs-libraries: HSasn1-encoding-0.9.3-5wVmq8P8V0e338cEewsRpR
  3990. depends:
  3991. asn1-types-0.3.1-1620548c3ee5a61e7637ecf3e3a0e03f
  3992. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  3993. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  3994. hourglass-0.2.9-11135f1c71e84de49c8dae47ad78da18
  3995. haddock-interfaces: /usr/share/doc/haskell-asn1-encoding/html/asn1-encoding.haddock
  3996. haddock-html: /usr/share/doc/haskell-asn1-encoding/html
  3997. pkgroot: "/usr/lib/ghc-7.10.2"
  3998. ---
  3999. name: asn1-types
  4000. version: 0.3.1
  4001. id: asn1-types-0.3.1-1620548c3ee5a61e7637ecf3e3a0e03f
  4002. key: asn1t_DOsAgJNQOupCocxhyjO79P
  4003. license: BSD3
  4004. copyright: Vincent Hanquez <vincent@snarc.org>
  4005. maintainer: Vincent Hanquez <vincent@snarc.org>
  4006. stability: experimental
  4007. homepage: http://github.com/vincenthz/hs-asn1-types
  4008. synopsis: ASN.1 types
  4009. description:
  4010. ASN.1 standard types
  4011. category: Data
  4012. author: Vincent Hanquez <vincent@snarc.org>
  4013. exposed: True
  4014. exposed-modules:
  4015. Data.ASN1.BitArray Data.ASN1.OID Data.ASN1.Pretty Data.ASN1.Types
  4016. Data.ASN1.Types.String Data.ASN1.Types.Lowlevel
  4017. trusted: False
  4018. import-dirs: /usr/lib/ghc-7.10.2/site-local/asn1-types-0.3.1
  4019. library-dirs: /usr/lib/ghc-7.10.2/site-local/asn1-types-0.3.1
  4020. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/asn1-types-0.3.1
  4021. hs-libraries: HSasn1-types-0.3.1-DOsAgJNQOupCocxhyjO79P
  4022. depends:
  4023. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4024. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  4025. hourglass-0.2.9-11135f1c71e84de49c8dae47ad78da18
  4026. memory-0.10-0ca289a8d6855978b73db0f68b6bbaa0
  4027. haddock-interfaces: /usr/share/doc/haskell-asn1-types/html/asn1-types.haddock
  4028. haddock-html: /usr/share/doc/haskell-asn1-types/html
  4029. pkgroot: "/usr/lib/ghc-7.10.2"
  4030. ---
  4031. name: memory
  4032. version: 0.10
  4033. id: memory-0.10-0ca289a8d6855978b73db0f68b6bbaa0
  4034. key: memor_JREhiXyVoWvD3PjsXYOmPC
  4035. license: BSD3
  4036. copyright: Vincent Hanquez <vincent@snarc.org>
  4037. maintainer: vincent@snarc.org
  4038. stability: experimental
  4039. homepage: https://github.com/vincenthz/hs-memory
  4040. synopsis: memory and related abstraction stuff
  4041. description:
  4042. Chunk of memory, polymorphic byte array management and manipulation
  4043. .
  4044. * A polymorphic byte array abstraction and function similar to strict ByteString.
  4045. .
  4046. * Different type of byte array abstraction.
  4047. .
  4048. * Raw memory IO operations (memory set, memory copy, ..)
  4049. .
  4050. * Aliasing with endianness support.
  4051. .
  4052. * Encoding : Base16, Base32, Base64.
  4053. category: memory
  4054. author: Vincent Hanquez <vincent@snarc.org>
  4055. exposed: True
  4056. exposed-modules:
  4057. Data.ByteArray Data.ByteArray.Encoding Data.ByteArray.Mapping
  4058. Data.ByteArray.Pack Data.ByteArray.Parse Data.ByteArray.Hash
  4059. Data.Memory.Endian Data.Memory.PtrMethods Data.Memory.ExtendedWords
  4060. Data.Memory.Encoding.Base16 Data.Memory.Encoding.Base32
  4061. Data.Memory.Encoding.Base64
  4062. hidden-modules: Data.Memory.Internal.Compat
  4063. Data.Memory.Internal.CompatPrim Data.Memory.Internal.CompatPrim64
  4064. Data.Memory.Internal.DeepSeq Data.Memory.Internal.Imports
  4065. Data.Memory.Internal.Scrubber Data.Memory.Hash.SipHash
  4066. Data.Memory.Hash.FNV Data.ByteArray.Pack.Internal
  4067. Data.ByteArray.Types Data.ByteArray.Bytes
  4068. Data.ByteArray.ScrubbedBytes Data.ByteArray.Methods
  4069. Data.ByteArray.MemView Data.ByteArray.View Data.Memory.MemMap.Posix
  4070. trusted: False
  4071. import-dirs: /usr/lib/ghc-7.10.2/site-local/memory-0.10
  4072. library-dirs: /usr/lib/ghc-7.10.2/site-local/memory-0.10
  4073. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/memory-0.10
  4074. hs-libraries: HSmemory-0.10-JREhiXyVoWvD3PjsXYOmPC
  4075. depends:
  4076. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4077. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  4078. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  4079. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  4080. haddock-interfaces: /usr/share/doc/haskell-memory/html/memory.haddock
  4081. haddock-html: /usr/share/doc/haskell-memory/html
  4082. pkgroot: "/usr/lib/ghc-7.10.2"
  4083. ---
  4084. name: hourglass
  4085. version: 0.2.9
  4086. id: hourglass-0.2.9-11135f1c71e84de49c8dae47ad78da18
  4087. key: hourg_6Wf2z6eXMVzIFxt1igqsEA
  4088. license: BSD3
  4089. copyright: Vincent Hanquez <vincent@snarc.org>
  4090. maintainer: vincent@snarc.org
  4091. stability: experimental
  4092. homepage: https://github.com/vincenthz/hs-hourglass
  4093. synopsis: simple performant time related library
  4094. description:
  4095. Simple time library focusing on simple but powerful and performant API
  4096. .
  4097. The backbone of the library are the Timeable and Time type classes.
  4098. .
  4099. Each Timeable instances can be converted to type that has a Time instances,
  4100. and thus are different representations of current time.
  4101. category: Time
  4102. author: Vincent Hanquez <vincent@snarc.org>
  4103. exposed: True
  4104. exposed-modules:
  4105. Data.Hourglass Data.Hourglass.Types Data.Hourglass.Epoch
  4106. Data.Hourglass.Compat System.Hourglass
  4107. hidden-modules: Data.Hourglass.Time Data.Hourglass.Format
  4108. Data.Hourglass.Diff Data.Hourglass.Local Data.Hourglass.Calendar
  4109. Data.Hourglass.Zone Data.Hourglass.Internal Data.Hourglass.Utils
  4110. Data.Hourglass.Internal.Unix
  4111. trusted: False
  4112. import-dirs: /usr/lib/ghc-7.10.2/site-local/hourglass-0.2.9
  4113. library-dirs: /usr/lib/ghc-7.10.2/site-local/hourglass-0.2.9
  4114. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/hourglass-0.2.9
  4115. hs-libraries: HShourglass-0.2.9-6Wf2z6eXMVzIFxt1igqsEA
  4116. depends:
  4117. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4118. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  4119. haddock-interfaces: /usr/share/doc/haskell-hourglass/html/hourglass.haddock
  4120. haddock-html: /usr/share/doc/haskell-hourglass/html
  4121. pkgroot: "/usr/lib/ghc-7.10.2"
  4122. ---
  4123. name: primitive
  4124. version: 0.6.1.0
  4125. id: primitive-0.6.1.0-842c44bae4dcc3c70cd2af42599ab93d
  4126. key: primi_5Jnw7oEuYtM9dmKXelGXVb
  4127. license: BSD3
  4128. copyright: (c) Roman Leshchinskiy 2009-2012
  4129. maintainer: libraries@haskell.org
  4130. homepage: https://github.com/haskell/primitive
  4131. synopsis: Primitive memory-related operations
  4132. description:
  4133. This package provides various primitive memory-related operations.
  4134. category: Data
  4135. author: Roman Leshchinskiy <rl@cse.unsw.edu.au>
  4136. exposed: True
  4137. exposed-modules:
  4138. Control.Monad.Primitive Data.Primitive Data.Primitive.MachDeps
  4139. Data.Primitive.Types Data.Primitive.Array Data.Primitive.ByteArray
  4140. Data.Primitive.Addr Data.Primitive.MutVar
  4141. hidden-modules: Data.Primitive.Internal.Compat
  4142. Data.Primitive.Internal.Operations
  4143. trusted: False
  4144. import-dirs: /usr/lib/ghc-7.10.2/site-local/primitive-0.6.1.0
  4145. library-dirs: /usr/lib/ghc-7.10.2/site-local/primitive-0.6.1.0
  4146. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/primitive-0.6.1.0
  4147. hs-libraries: HSprimitive-0.6.1.0-5Jnw7oEuYtM9dmKXelGXVb
  4148. include-dirs: /usr/lib/ghc-7.10.2/site-local/primitive-0.6.1.0/include
  4149. includes:
  4150. primitive-memops.h
  4151. depends:
  4152. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4153. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  4154. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  4155. haddock-interfaces: /usr/share/doc/haskell-primitive/html/primitive.haddock
  4156. haddock-html: /usr/share/doc/haskell-primitive/html
  4157. pkgroot: "/usr/lib/ghc-7.10.2"
  4158. ---
  4159. name: unordered-containers
  4160. version: 0.2.5.1
  4161. id: unordered-containers-0.2.5.1-716f4718f442df81f737706b1d02ca94
  4162. key: unord_7E41cj9RvqSJeZ4jSnbs1a
  4163. license: BSD3
  4164. copyright: 2010-2014 Johan Tibell
  4165. 2010 Edward Z. Yang
  4166. maintainer: johan.tibell@gmail.com
  4167. homepage: https://github.com/tibbe/unordered-containers
  4168. synopsis: Efficient hashing-based container types
  4169. description:
  4170. Efficient hashing-based container types. The containers have been
  4171. optimized for performance critical use, both in terms of large data
  4172. quantities and high speed.
  4173. .
  4174. The declared cost of each operation is either worst-case or
  4175. amortized, but remains valid even if structures are shared.
  4176. category: Data
  4177. author: Johan Tibell
  4178. exposed: True
  4179. exposed-modules:
  4180. Data.HashMap.Lazy Data.HashMap.Strict Data.HashSet
  4181. hidden-modules: Data.HashMap.Array Data.HashMap.Base
  4182. Data.HashMap.PopCount Data.HashMap.Unsafe Data.HashMap.UnsafeShift
  4183. trusted: False
  4184. import-dirs: /usr/lib/ghc-7.10.2/site-local/unordered-containers-0.2.5.1
  4185. library-dirs: /usr/lib/ghc-7.10.2/site-local/unordered-containers-0.2.5.1
  4186. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/unordered-containers-0.2.5.1
  4187. hs-libraries: HSunordered-containers-0.2.5.1-7E41cj9RvqSJeZ4jSnbs1a
  4188. depends:
  4189. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4190. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  4191. hashable-1.2.3.3-80550537c7909140be870afef59b4dda
  4192. haddock-interfaces: /usr/share/doc/haskell-unordered-containers/html/unordered-containers.haddock
  4193. haddock-html: /usr/share/doc/haskell-unordered-containers/html
  4194. pkgroot: "/usr/lib/ghc-7.10.2"
  4195. ---
  4196. name: mtl
  4197. version: 2.2.1
  4198. id: mtl-2.2.1-5cf332b11edb88a6040af20fd6a58acb
  4199. key: mtl_KMpng31YRYc5JfMWFZ3FCU
  4200. license: BSD3
  4201. maintainer: Edward Kmett <ekmett@gmail.com>
  4202. homepage: http://github.com/ekmett/mtl
  4203. synopsis: Monad classes, using functional dependencies
  4204. description:
  4205. Monad classes using functional dependencies, with instances
  4206. for various monad transformers, inspired by the paper
  4207. /Functional Programming with Overloading and Higher-Order Polymorphism/,
  4208. by Mark P Jones, in /Advanced School of Functional Programming/, 1995
  4209. (<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).
  4210. category: Control
  4211. author: Andy Gill
  4212. exposed: True
  4213. exposed-modules:
  4214. Control.Monad.Cont Control.Monad.Cont.Class Control.Monad.Error
  4215. Control.Monad.Error.Class Control.Monad.Except
  4216. Control.Monad.Identity Control.Monad.List Control.Monad.RWS
  4217. Control.Monad.RWS.Class Control.Monad.RWS.Lazy
  4218. Control.Monad.RWS.Strict Control.Monad.Reader
  4219. Control.Monad.Reader.Class Control.Monad.State
  4220. Control.Monad.State.Class Control.Monad.State.Lazy
  4221. Control.Monad.State.Strict Control.Monad.Trans Control.Monad.Writer
  4222. Control.Monad.Writer.Class Control.Monad.Writer.Lazy
  4223. Control.Monad.Writer.Strict
  4224. trusted: False
  4225. import-dirs: /usr/lib/ghc-7.10.2/site-local/mtl-2.2.1
  4226. library-dirs: /usr/lib/ghc-7.10.2/site-local/mtl-2.2.1
  4227. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/mtl-2.2.1
  4228. hs-libraries: HSmtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU
  4229. depends:
  4230. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4231. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  4232. haddock-interfaces: /usr/share/doc/haskell-mtl/html/mtl.haddock
  4233. haddock-html: /usr/share/doc/haskell-mtl/html
  4234. pkgroot: "/usr/lib/ghc-7.10.2"
  4235. ---
  4236. name: dlist
  4237. version: 0.7.1.2
  4238. id: dlist-0.7.1.2-2ee7ccabb5af73780c27d45186b61b2a
  4239. key: dlist_7AixcwRWCwX32HiPCcE7zz
  4240. license: BSD3
  4241. copyright: 2006-2009 Don Stewart, 2013-2014 Sean Leather
  4242. maintainer: Sean Leather <sean.leather@gmail.com>
  4243. homepage: https://github.com/spl/dlist
  4244. synopsis: Difference lists
  4245. description:
  4246. Difference lists are a list-like type supporting O(1) append. This is
  4247. particularly useful for efficient logging and pretty printing (e.g. with the
  4248. Writer monad), where list append quickly becomes too expensive.
  4249. category: Data
  4250. author: Don Stewart
  4251. exposed: True
  4252. exposed-modules:
  4253. Data.DList
  4254. trusted: False
  4255. import-dirs: /usr/lib/ghc-7.10.2/site-local/dlist-0.7.1.2
  4256. library-dirs: /usr/lib/ghc-7.10.2/site-local/dlist-0.7.1.2
  4257. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/dlist-0.7.1.2
  4258. hs-libraries: HSdlist-0.7.1.2-7AixcwRWCwX32HiPCcE7zz
  4259. depends:
  4260. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4261. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  4262. haddock-interfaces: /usr/share/doc/haskell-dlist/html/dlist.haddock
  4263. haddock-html: /usr/share/doc/haskell-dlist/html
  4264. pkgroot: "/usr/lib/ghc-7.10.2"
  4265. ---
  4266. name: hashable
  4267. version: 1.2.3.3
  4268. id: hashable-1.2.3.3-80550537c7909140be870afef59b4dda
  4269. key: hasha_2GTZqecVp8NJZrNuKzGxfy
  4270. license: BSD3
  4271. maintainer: johan.tibell@gmail.com
  4272. stability: Provisional
  4273. homepage: http://github.com/tibbe/hashable
  4274. synopsis: A class for types that can be converted to a hash value
  4275. description:
  4276. This package defines a class, 'Hashable', for types that
  4277. can be converted to a hash value. This class
  4278. exists for the benefit of hashing-based data
  4279. structures. The package provides instances for
  4280. basic types and a way to combine hash values.
  4281. category: Data
  4282. author: Milan Straka <fox@ucw.cz>
  4283. Johan Tibell <johan.tibell@gmail.com>
  4284. exposed: True
  4285. exposed-modules:
  4286. Data.Hashable
  4287. hidden-modules: Data.Hashable.Class Data.Hashable.Generic
  4288. trusted: False
  4289. import-dirs: /usr/lib/ghc-7.10.2/site-local/hashable-1.2.3.3
  4290. library-dirs: /usr/lib/ghc-7.10.2/site-local/hashable-1.2.3.3
  4291. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/hashable-1.2.3.3
  4292. hs-libraries: HShashable-1.2.3.3-2GTZqecVp8NJZrNuKzGxfy
  4293. depends:
  4294. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4295. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  4296. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  4297. integer-gmp-1.0.0.0-8e0f14d0262184533b417ca1f8b44482
  4298. text-1.2.1.3-202edba6fea901191194d38d810da662
  4299. haddock-interfaces: /usr/share/doc/haskell-hashable/html/hashable.haddock
  4300. haddock-html: /usr/share/doc/haskell-hashable/html
  4301. pkgroot: "/usr/lib/ghc-7.10.2"
  4302. ---
  4303. name: text
  4304. version: 1.2.1.3
  4305. id: text-1.2.1.3-202edba6fea901191194d38d810da662
  4306. key: text_1l1AN4I48k37RaQ6fm6CEh
  4307. license: BSD3
  4308. copyright: 2009-2011 Bryan O'Sullivan, 2008-2009 Tom Harper
  4309. maintainer: Bryan O'Sullivan <bos@serpentine.com>
  4310. homepage: https://github.com/bos/text
  4311. synopsis: An efficient packed Unicode text type.
  4312. description:
  4313. .
  4314. An efficient packed, immutable Unicode text type (both strict and
  4315. lazy), with a powerful loop fusion optimization framework.
  4316. .
  4317. The 'Text' type represents Unicode character strings, in a time and
  4318. space-efficient manner. This package provides text processing
  4319. capabilities that are optimized for performance critical use, both
  4320. in terms of large data quantities and high speed.
  4321. .
  4322. The 'Text' type provides character-encoding, type-safe case
  4323. conversion via whole-string case conversion functions. It also
  4324. provides a range of functions for converting 'Text' values to and from
  4325. 'ByteStrings', using several standard encodings.
  4326. .
  4327. Efficient locale-sensitive support for text IO is also supported.
  4328. .
  4329. These modules are intended to be imported qualified, to avoid name
  4330. clashes with Prelude functions, e.g.
  4331. .
  4332. > import qualified Data.Text as T
  4333. .
  4334. To use an extended and very rich family of functions for working
  4335. with Unicode text (including normalization, regular expressions,
  4336. non-standard encodings, text breaking, and locales), see
  4337. the @text-icu@ package:
  4338. <http://hackage.haskell.org/package/text-icu>
  4339. category: Data, Text
  4340. author: Bryan O'Sullivan <bos@serpentine.com>
  4341. exposed: True
  4342. exposed-modules:
  4343. Data.Text Data.Text.Array Data.Text.Encoding
  4344. Data.Text.Encoding.Error Data.Text.Foreign Data.Text.IO
  4345. Data.Text.Internal Data.Text.Internal.Builder
  4346. Data.Text.Internal.Builder.Functions
  4347. Data.Text.Internal.Builder.Int.Digits
  4348. Data.Text.Internal.Builder.RealFloat.Functions
  4349. Data.Text.Internal.Encoding.Fusion
  4350. Data.Text.Internal.Encoding.Fusion.Common
  4351. Data.Text.Internal.Encoding.Utf16 Data.Text.Internal.Encoding.Utf32
  4352. Data.Text.Internal.Encoding.Utf8 Data.Text.Internal.Functions
  4353. Data.Text.Internal.Fusion Data.Text.Internal.Fusion.CaseMapping
  4354. Data.Text.Internal.Fusion.Common Data.Text.Internal.Fusion.Size
  4355. Data.Text.Internal.Fusion.Types Data.Text.Internal.IO
  4356. Data.Text.Internal.Lazy Data.Text.Internal.Lazy.Encoding.Fusion
  4357. Data.Text.Internal.Lazy.Fusion Data.Text.Internal.Lazy.Search
  4358. Data.Text.Internal.Private Data.Text.Internal.Read
  4359. Data.Text.Internal.Search Data.Text.Internal.Unsafe
  4360. Data.Text.Internal.Unsafe.Char Data.Text.Internal.Unsafe.Shift
  4361. Data.Text.Lazy Data.Text.Lazy.Builder Data.Text.Lazy.Builder.Int
  4362. Data.Text.Lazy.Builder.RealFloat Data.Text.Lazy.Encoding
  4363. Data.Text.Lazy.IO Data.Text.Lazy.Internal Data.Text.Lazy.Read
  4364. Data.Text.Read Data.Text.Unsafe
  4365. hidden-modules: Data.Text.Show
  4366. trusted: False
  4367. import-dirs: /usr/lib/ghc-7.10.2/site-local/text-1.2.1.3
  4368. library-dirs: /usr/lib/ghc-7.10.2/site-local/text-1.2.1.3
  4369. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/text-1.2.1.3
  4370. hs-libraries: HStext-1.2.1.3-1l1AN4I48k37RaQ6fm6CEh
  4371. depends:
  4372. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  4373. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4374. binary-0.7.5.0-07214b304bb0a2c4cbf50d9dc7914ee6
  4375. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  4376. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  4377. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  4378. integer-gmp-1.0.0.0-8e0f14d0262184533b417ca1f8b44482
  4379. haddock-interfaces: /usr/share/doc/haskell-text/html/text.haddock
  4380. haddock-html: /usr/share/doc/haskell-text/html
  4381. pkgroot: "/usr/lib/ghc-7.10.2"
  4382. ---
  4383. name:
  4384. id:
  4385. key:
  4386. license: UnspecifiedLicense
  4387. exposed: False
  4388. trusted: False
  4389. pkgroot: "/usr/lib/ghc-7.10.2"
  4390. ---
  4391. name:
  4392. id:
  4393. key:
  4394. license: UnspecifiedLicense
  4395. exposed: False
  4396. trusted: False
  4397. pkgroot: "/usr/lib/ghc-7.10.2"
  4398. ---
  4399. name:
  4400. id:
  4401. key:
  4402. license: UnspecifiedLicense
  4403. exposed: False
  4404. trusted: False
  4405. pkgroot: "/usr/lib/ghc-7.10.2"
  4406. ---
  4407. name:
  4408. id:
  4409. key:
  4410. license: UnspecifiedLicense
  4411. exposed: False
  4412. trusted: False
  4413. pkgroot: "/usr/lib/ghc-7.10.2"
  4414. ---
  4415. name: deepseq
  4416. version: 1.4.1.1
  4417. id: deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  4418. key: deeps_LbCWUlehDDeLxurARKDH5o
  4419. license: BSD3
  4420. maintainer: libraries@haskell.org
  4421. synopsis: Deep evaluation of data structures
  4422. description:
  4423. This package provides methods for fully evaluating data structures
  4424. (\"deep evaluation\"). Deep evaluation is often used for adding
  4425. strictness to a program, e.g. in order to force pending exceptions,
  4426. remove space leaks, or force lazy I/O to happen. It is also useful
  4427. in parallel programs, to ensure pending work does not migrate to the
  4428. wrong thread.
  4429. .
  4430. The primary use of this package is via the 'deepseq' function, a
  4431. \"deep\" version of 'seq'. It is implemented on top of an 'NFData'
  4432. typeclass (\"Normal Form Data\", data structures with no unevaluated
  4433. components) which defines strategies for fully evaluating different
  4434. data types.
  4435. category: Control
  4436. exposed: True
  4437. exposed-modules:
  4438. Control.DeepSeq
  4439. trusted: False
  4440. import-dirs: /usr/lib/ghc-7.10.2/deeps_LbCWUlehDDeLxurARKDH5o
  4441. library-dirs: /usr/lib/ghc-7.10.2/deeps_LbCWUlehDDeLxurARKDH5o
  4442. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/deepseq-1.4.1.1
  4443. hs-libraries: HSdeepseq-1.4.1.1-LbCWUlehDDeLxurARKDH5o
  4444. depends:
  4445. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  4446. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4447. haddock-interfaces: /usr/share/doc/ghc/html/libraries/deepseq-1.4.1.1/deepseq.haddock
  4448. haddock-html: /usr/share/doc/ghc/html/libraries/deepseq-1.4.1.1
  4449. pkgroot: "/usr/lib/ghc-7.10.2"
  4450. ---
  4451. name: bin-package-db
  4452. version: 0.0.0.0
  4453. id: bin-package-db-0.0.0.0-b04c253694f93767af4f641e39a406a0
  4454. key: binpa_HeqFuAPxbeUAPK6hSBHejU
  4455. license: BSD3
  4456. maintainer: ghc-devs@haskell.org
  4457. synopsis: The GHC compiler's view of the GHC package database format
  4458. description:
  4459. This library is shared between GHC and ghc-pkg and is used by
  4460. GHC to read package databases.
  4461. .
  4462. It only deals with the subset of the package database that the
  4463. compiler cares about: modules paths etc and not package
  4464. metadata like description, authors etc. It is thus not a
  4465. library interface to ghc-pkg and is *not* suitable for
  4466. modifying GHC package databases.
  4467. .
  4468. The package database format and this library are constructed in
  4469. such a way that while ghc-pkg depends on Cabal, the GHC library
  4470. and program do not have to depend on Cabal.
  4471. exposed: True
  4472. exposed-modules:
  4473. GHC.PackageDb
  4474. trusted: False
  4475. import-dirs: /usr/lib/ghc-7.10.2/binpa_HeqFuAPxbeUAPK6hSBHejU
  4476. library-dirs: /usr/lib/ghc-7.10.2/binpa_HeqFuAPxbeUAPK6hSBHejU
  4477. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/bin-package-db-0.0.0.0
  4478. hs-libraries: HSbin-package-db-0.0.0.0-HeqFuAPxbeUAPK6hSBHejU
  4479. depends:
  4480. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4481. binary-0.7.5.0-07214b304bb0a2c4cbf50d9dc7914ee6
  4482. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  4483. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  4484. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  4485. haddock-interfaces: /usr/share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/bin-package-db.haddock
  4486. haddock-html: /usr/share/doc/ghc/html/libraries/bin-package-db-0.0.0.0
  4487. pkgroot: "/usr/lib/ghc-7.10.2"
  4488. ---
  4489. name: array
  4490. version: 0.5.1.0
  4491. id: array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  4492. key: array_E0sTtauuKsGDLZoT7lTbgZ
  4493. license: BSD3
  4494. maintainer: libraries@haskell.org
  4495. synopsis: Mutable and immutable arrays
  4496. description:
  4497. In addition to providing the "Data.Array" module
  4498. <http://www.haskell.org/onlinereport/haskell2010/haskellch14.html as specified in the Haskell 2010 Language Report>,
  4499. this package also defines the classes 'IArray' of
  4500. immutable arrays and 'MArray' of arrays mutable within appropriate
  4501. monads, as well as some instances of these classes.
  4502. category: Data Structures
  4503. exposed: True
  4504. exposed-modules:
  4505. Data.Array Data.Array.Base Data.Array.IArray Data.Array.IO
  4506. Data.Array.IO.Safe Data.Array.IO.Internals Data.Array.MArray
  4507. Data.Array.MArray.Safe Data.Array.ST Data.Array.ST.Safe
  4508. Data.Array.Storable Data.Array.Storable.Safe
  4509. Data.Array.Storable.Internals Data.Array.Unboxed Data.Array.Unsafe
  4510. trusted: False
  4511. import-dirs: /usr/lib/ghc-7.10.2/array_E0sTtauuKsGDLZoT7lTbgZ
  4512. library-dirs: /usr/lib/ghc-7.10.2/array_E0sTtauuKsGDLZoT7lTbgZ
  4513. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/array-0.5.1.0
  4514. hs-libraries: HSarray-0.5.1.0-E0sTtauuKsGDLZoT7lTbgZ
  4515. depends:
  4516. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4517. haddock-interfaces: /usr/share/doc/ghc/html/libraries/array-0.5.1.0/array.haddock
  4518. haddock-html: /usr/share/doc/ghc/html/libraries/array-0.5.1.0
  4519. pkgroot: "/usr/lib/ghc-7.10.2"
  4520. ---
  4521. name: terminfo
  4522. version: 0.4.0.1
  4523. id: terminfo-0.4.0.1-c72a7d139b97f9299867b81ab34b8dde
  4524. key: termi_KvtqTNXWuWjKicEYaZ7qsx
  4525. license: BSD3
  4526. copyright: (c) Judah Jacobson
  4527. maintainer: Judah Jacobson <judah.jacobson@gmail.com>
  4528. stability: Stable
  4529. homepage: https://github.com/judah/terminfo
  4530. synopsis: Haskell bindings to the terminfo library.
  4531. description:
  4532. This library provides an interface to the terminfo database (via bindings to the
  4533. curses library). <http://en.wikipedia.org/wiki/Terminfo Terminfo> allows POSIX
  4534. systems to interact with a variety of terminals using a standard set of capabilities.
  4535. category: User Interfaces
  4536. author: Judah Jacobson
  4537. exposed: True
  4538. exposed-modules:
  4539. System.Console.Terminfo System.Console.Terminfo.Base
  4540. System.Console.Terminfo.Cursor System.Console.Terminfo.Color
  4541. System.Console.Terminfo.Edit System.Console.Terminfo.Effects
  4542. System.Console.Terminfo.Keys
  4543. trusted: False
  4544. import-dirs: /usr/lib/ghc-7.10.2/termi_KvtqTNXWuWjKicEYaZ7qsx
  4545. library-dirs: /usr/lib/ghc-7.10.2/termi_KvtqTNXWuWjKicEYaZ7qsx
  4546. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/terminfo-0.4.0.1
  4547. hs-libraries: HSterminfo-0.4.0.1-KvtqTNXWuWjKicEYaZ7qsx
  4548. extra-libraries:
  4549. ncursesw
  4550. includes:
  4551. ncurses.h term.h
  4552. depends:
  4553. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4554. haddock-interfaces: /usr/share/doc/ghc/html/libraries/terminfo-0.4.0.1/terminfo.haddock
  4555. haddock-html: /usr/share/doc/ghc/html/libraries/terminfo-0.4.0.1
  4556. pkgroot: "/usr/lib/ghc-7.10.2"
  4557. ---
  4558. name: Cabal
  4559. version: 1.22.4.0
  4560. id: Cabal-1.22.4.0-43c3ae30d75ac742e521d26b63721876
  4561. key: Cabal_96aI7pZyaxU3dsgngOxbdK
  4562. license: BSD3
  4563. copyright: 2003-2006, Isaac Jones
  4564. 2005-2011, Duncan Coutts
  4565. maintainer: cabal-devel@haskell.org
  4566. homepage: http://www.haskell.org/cabal/
  4567. synopsis: A framework for packaging Haskell software
  4568. description:
  4569. The Haskell Common Architecture for Building Applications and
  4570. Libraries: a framework defining a common interface for authors to more
  4571. easily build their Haskell applications in a portable way.
  4572. .
  4573. The Haskell Cabal is part of a larger infrastructure for distributing,
  4574. organizing, and cataloging Haskell libraries and tools.
  4575. category: Distribution
  4576. author: Isaac Jones <ijones@syntaxpolice.org>
  4577. Duncan Coutts <duncan@community.haskell.org>
  4578. exposed: True
  4579. exposed-modules:
  4580. Distribution.Compat.CreatePipe Distribution.Compat.Environment
  4581. Distribution.Compat.Exception Distribution.Compat.ReadP
  4582. Distribution.Compiler Distribution.InstalledPackageInfo
  4583. Distribution.License Distribution.Make Distribution.ModuleName
  4584. Distribution.Package Distribution.PackageDescription
  4585. Distribution.PackageDescription.Check
  4586. Distribution.PackageDescription.Configuration
  4587. Distribution.PackageDescription.Parse
  4588. Distribution.PackageDescription.PrettyPrint
  4589. Distribution.PackageDescription.Utils Distribution.ParseUtils
  4590. Distribution.ReadE Distribution.Simple Distribution.Simple.Bench
  4591. Distribution.Simple.Build Distribution.Simple.Build.Macros
  4592. Distribution.Simple.Build.PathsModule
  4593. Distribution.Simple.BuildPaths Distribution.Simple.BuildTarget
  4594. Distribution.Simple.CCompiler Distribution.Simple.Command
  4595. Distribution.Simple.Compiler Distribution.Simple.Configure
  4596. Distribution.Simple.GHC Distribution.Simple.GHCJS
  4597. Distribution.Simple.Haddock Distribution.Simple.HaskellSuite
  4598. Distribution.Simple.Hpc Distribution.Simple.Install
  4599. Distribution.Simple.InstallDirs Distribution.Simple.JHC
  4600. Distribution.Simple.LHC Distribution.Simple.LocalBuildInfo
  4601. Distribution.Simple.PackageIndex Distribution.Simple.PreProcess
  4602. Distribution.Simple.PreProcess.Unlit Distribution.Simple.Program
  4603. Distribution.Simple.Program.Ar Distribution.Simple.Program.Builtin
  4604. Distribution.Simple.Program.Db Distribution.Simple.Program.Find
  4605. Distribution.Simple.Program.GHC Distribution.Simple.Program.HcPkg
  4606. Distribution.Simple.Program.Hpc Distribution.Simple.Program.Ld
  4607. Distribution.Simple.Program.Run Distribution.Simple.Program.Script
  4608. Distribution.Simple.Program.Strip Distribution.Simple.Program.Types
  4609. Distribution.Simple.Register Distribution.Simple.Setup
  4610. Distribution.Simple.SrcDist Distribution.Simple.Test
  4611. Distribution.Simple.Test.ExeV10 Distribution.Simple.Test.LibV09
  4612. Distribution.Simple.Test.Log Distribution.Simple.UHC
  4613. Distribution.Simple.UserHooks Distribution.Simple.Utils
  4614. Distribution.System Distribution.TestSuite Distribution.Text
  4615. Distribution.Utils.NubList Distribution.Verbosity
  4616. Distribution.Version Language.Haskell.Extension
  4617. hidden-modules: Distribution.Compat.Binary
  4618. Distribution.Compat.CopyFile Distribution.Compat.TempFile
  4619. Distribution.GetOpt Distribution.Simple.GHC.Internal
  4620. Distribution.Simple.GHC.IPI641 Distribution.Simple.GHC.IPI642
  4621. Distribution.Simple.GHC.ImplInfo Paths_Cabal
  4622. trusted: False
  4623. import-dirs: /usr/lib/ghc-7.10.2/Cabal_96aI7pZyaxU3dsgngOxbdK
  4624. library-dirs: /usr/lib/ghc-7.10.2/Cabal_96aI7pZyaxU3dsgngOxbdK
  4625. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/Cabal-1.22.4.0
  4626. hs-libraries: HSCabal-1.22.4.0-96aI7pZyaxU3dsgngOxbdK
  4627. depends:
  4628. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  4629. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4630. binary-0.7.5.0-07214b304bb0a2c4cbf50d9dc7914ee6
  4631. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  4632. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  4633. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  4634. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  4635. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  4636. pretty-1.1.2.0-2932d0905cc17ca1d9638eb9cca0a227
  4637. process-1.2.3.0-f0287ac288afc0705be775d1adda59ee
  4638. time-1.5.0.1-c208e8fcb3277879fd30f1140654d53e
  4639. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  4640. haddock-interfaces: /usr/share/doc/ghc/html/libraries/Cabal-1.22.4.0/Cabal.haddock
  4641. haddock-html: /usr/share/doc/ghc/html/libraries/Cabal-1.22.4.0
  4642. pkgroot: "/usr/lib/ghc-7.10.2"
  4643. ---
  4644. name: time
  4645. version: 1.5.0.1
  4646. id: time-1.5.0.1-c208e8fcb3277879fd30f1140654d53e
  4647. key: time_AXTdBF9VRQoBOqJT6qtmVH
  4648. license: BSD3
  4649. maintainer: <ashley@semantic.org>
  4650. stability: stable
  4651. homepage: https://github.com/haskell/time
  4652. synopsis: A time library
  4653. description:
  4654. A time library
  4655. category: System
  4656. author: Ashley Yakeley
  4657. exposed: True
  4658. exposed-modules:
  4659. Data.Time.Calendar Data.Time.Calendar.MonthDay
  4660. Data.Time.Calendar.OrdinalDate Data.Time.Calendar.WeekDate
  4661. Data.Time.Calendar.Julian Data.Time.Calendar.Easter Data.Time.Clock
  4662. Data.Time.Clock.POSIX Data.Time.Clock.TAI Data.Time.LocalTime
  4663. Data.Time.Format Data.Time
  4664. hidden-modules: Data.Time.Calendar.Private Data.Time.Calendar.Days
  4665. Data.Time.Calendar.Gregorian Data.Time.Calendar.JulianYearDay
  4666. Data.Time.Clock.Scale Data.Time.Clock.UTC Data.Time.Clock.CTimeval
  4667. Data.Time.Clock.UTCDiff Data.Time.LocalTime.TimeZone
  4668. Data.Time.LocalTime.TimeOfDay Data.Time.LocalTime.LocalTime
  4669. Data.Time.Format.Parse Data.Time.Format.Locale
  4670. trusted: False
  4671. import-dirs: /usr/lib/ghc-7.10.2/time_AXTdBF9VRQoBOqJT6qtmVH
  4672. library-dirs: /usr/lib/ghc-7.10.2/time_AXTdBF9VRQoBOqJT6qtmVH
  4673. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/time-1.5.0.1
  4674. hs-libraries: HStime-1.5.0.1-AXTdBF9VRQoBOqJT6qtmVH
  4675. include-dirs: /usr/lib/ghc-7.10.2/time_AXTdBF9VRQoBOqJT6qtmVH/include
  4676. depends:
  4677. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4678. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  4679. haddock-interfaces: /usr/share/doc/ghc/html/libraries/time-1.5.0.1/time.haddock
  4680. haddock-html: /usr/share/doc/ghc/html/libraries/time-1.5.0.1
  4681. pkgroot: "/usr/lib/ghc-7.10.2"
  4682. ---
  4683. name: process
  4684. version: 1.2.3.0
  4685. id: process-1.2.3.0-f0287ac288afc0705be775d1adda59ee
  4686. key: proce_FLTz0SLwyG6LJUpZ52HjkU
  4687. license: BSD3
  4688. maintainer: libraries@haskell.org
  4689. synopsis: Process libraries
  4690. description:
  4691. This package contains libraries for dealing with system processes.
  4692. category: System
  4693. exposed: True
  4694. exposed-modules:
  4695. System.Cmd System.Process System.Process.Internals
  4696. trusted: False
  4697. import-dirs: /usr/lib/ghc-7.10.2/proce_FLTz0SLwyG6LJUpZ52HjkU
  4698. library-dirs: /usr/lib/ghc-7.10.2/proce_FLTz0SLwyG6LJUpZ52HjkU
  4699. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/process-1.2.3.0
  4700. hs-libraries: HSprocess-1.2.3.0-FLTz0SLwyG6LJUpZ52HjkU
  4701. include-dirs: /usr/lib/ghc-7.10.2/proce_FLTz0SLwyG6LJUpZ52HjkU/include
  4702. includes:
  4703. runProcess.h
  4704. depends:
  4705. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4706. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  4707. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  4708. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  4709. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  4710. haddock-interfaces: /usr/share/doc/ghc/html/libraries/process-1.2.3.0/process.haddock
  4711. haddock-html: /usr/share/doc/ghc/html/libraries/process-1.2.3.0
  4712. pkgroot: "/usr/lib/ghc-7.10.2"
  4713. ---
  4714. name: haskeline
  4715. version: 0.7.2.1
  4716. id: haskeline-0.7.2.1-0a475c6a6a7de67d5fce6186e9d8d81a
  4717. key: haske_1dVCRhdIH7hAQWJrKwByYv
  4718. license: BSD3
  4719. copyright: (c) Judah Jacobson
  4720. maintainer: Judah Jacobson <judah.jacobson@gmail.com>
  4721. stability: Experimental
  4722. homepage: http://trac.haskell.org/haskeline
  4723. synopsis: A command-line interface for user input, written in Haskell.
  4724. description:
  4725. Haskeline provides a user interface for line input in command-line
  4726. programs. This library is similar in purpose to readline, but since
  4727. it is written in Haskell it is (hopefully) more easily used in other
  4728. Haskell programs.
  4729. .
  4730. Haskeline runs both on POSIX-compatible systems and on Windows.
  4731. category: User Interfaces
  4732. author: Judah Jacobson
  4733. exposed: True
  4734. exposed-modules:
  4735. System.Console.Haskeline System.Console.Haskeline.Completion
  4736. System.Console.Haskeline.MonadException
  4737. System.Console.Haskeline.History System.Console.Haskeline.IO
  4738. hidden-modules: System.Console.Haskeline.Backend
  4739. System.Console.Haskeline.Backend.WCWidth
  4740. System.Console.Haskeline.Command
  4741. System.Console.Haskeline.Command.Completion
  4742. System.Console.Haskeline.Command.History
  4743. System.Console.Haskeline.Command.KillRing
  4744. System.Console.Haskeline.Directory System.Console.Haskeline.Emacs
  4745. System.Console.Haskeline.InputT System.Console.Haskeline.Key
  4746. System.Console.Haskeline.LineState System.Console.Haskeline.Monads
  4747. System.Console.Haskeline.Prefs System.Console.Haskeline.RunCommand
  4748. System.Console.Haskeline.Term System.Console.Haskeline.Command.Undo
  4749. System.Console.Haskeline.Vi System.Console.Haskeline.Recover
  4750. System.Console.Haskeline.Backend.Posix
  4751. System.Console.Haskeline.Backend.Posix.Encoder
  4752. System.Console.Haskeline.Backend.DumbTerm
  4753. System.Console.Haskeline.Backend.Terminfo
  4754. trusted: False
  4755. import-dirs: /usr/lib/ghc-7.10.2/haske_1dVCRhdIH7hAQWJrKwByYv
  4756. library-dirs: /usr/lib/ghc-7.10.2/haske_1dVCRhdIH7hAQWJrKwByYv
  4757. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/haskeline-0.7.2.1
  4758. hs-libraries: HShaskeline-0.7.2.1-1dVCRhdIH7hAQWJrKwByYv
  4759. depends:
  4760. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4761. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  4762. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  4763. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  4764. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  4765. terminfo-0.4.0.1-c72a7d139b97f9299867b81ab34b8dde
  4766. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  4767. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  4768. haddock-interfaces: /usr/share/doc/ghc/html/libraries/haskeline-0.7.2.1/haskeline.haddock
  4769. haddock-html: /usr/share/doc/ghc/html/libraries/haskeline-0.7.2.1
  4770. pkgroot: "/usr/lib/ghc-7.10.2"
  4771. ---
  4772. name: unix
  4773. version: 2.7.1.0
  4774. id: unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  4775. key: unix_A3WgcI5QiHK4PDo4jSYdwQ
  4776. license: BSD3
  4777. maintainer: libraries@haskell.org
  4778. homepage: https://github.com/haskell/unix
  4779. synopsis: POSIX functionality
  4780. description:
  4781. This package gives you access to the set of operating system
  4782. services standardised by POSIX 1003.1b (or the IEEE Portable
  4783. Operating System Interface for Computing Environments -
  4784. IEEE Std. 1003.1).
  4785. .
  4786. The package is not supported under Windows (except under Cygwin).
  4787. category: System
  4788. exposed: True
  4789. exposed-modules:
  4790. System.Posix System.Posix.ByteString System.Posix.Error
  4791. System.Posix.Resource System.Posix.Time System.Posix.Unistd
  4792. System.Posix.User System.Posix.Signals System.Posix.Signals.Exts
  4793. System.Posix.Semaphore System.Posix.SharedMem
  4794. System.Posix.ByteString.FilePath System.Posix.Directory
  4795. System.Posix.Directory.ByteString System.Posix.DynamicLinker.Module
  4796. System.Posix.DynamicLinker.Module.ByteString
  4797. System.Posix.DynamicLinker.Prim
  4798. System.Posix.DynamicLinker.ByteString System.Posix.DynamicLinker
  4799. System.Posix.Files System.Posix.Files.ByteString System.Posix.IO
  4800. System.Posix.IO.ByteString System.Posix.Env
  4801. System.Posix.Env.ByteString System.Posix.Fcntl System.Posix.Process
  4802. System.Posix.Process.Internals System.Posix.Process.ByteString
  4803. System.Posix.Temp System.Posix.Temp.ByteString
  4804. System.Posix.Terminal System.Posix.Terminal.ByteString
  4805. hidden-modules: System.Posix.Directory.Common
  4806. System.Posix.DynamicLinker.Common System.Posix.Files.Common
  4807. System.Posix.IO.Common System.Posix.Process.Common
  4808. System.Posix.Terminal.Common
  4809. trusted: False
  4810. import-dirs: /usr/lib/ghc-7.10.2/unix_A3WgcI5QiHK4PDo4jSYdwQ
  4811. library-dirs: /usr/lib/ghc-7.10.2/unix_A3WgcI5QiHK4PDo4jSYdwQ
  4812. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/unix-2.7.1.0
  4813. hs-libraries: HSunix-2.7.1.0-A3WgcI5QiHK4PDo4jSYdwQ
  4814. extra-libraries:
  4815. rt util dl pthread
  4816. include-dirs: /usr/lib/ghc-7.10.2/unix_A3WgcI5QiHK4PDo4jSYdwQ/include
  4817. includes:
  4818. HsUnix.h execvpe.h
  4819. depends:
  4820. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4821. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  4822. time-1.5.0.1-c208e8fcb3277879fd30f1140654d53e
  4823. haddock-interfaces: /usr/share/doc/ghc/html/libraries/unix-2.7.1.0/unix.haddock
  4824. haddock-html: /usr/share/doc/ghc/html/libraries/unix-2.7.1.0
  4825. pkgroot: "/usr/lib/ghc-7.10.2"
  4826. ---
  4827. name: binary
  4828. version: 0.7.5.0
  4829. id: binary-0.7.5.0-07214b304bb0a2c4cbf50d9dc7914ee6
  4830. key: binar_IvYoLp9H6Xy3zEH13MmZwd
  4831. license: BSD3
  4832. maintainer: Lennart Kolmodin, Don Stewart <dons00@gmail.com>
  4833. stability: provisional
  4834. homepage: https://github.com/kolmodin/binary
  4835. synopsis: Binary serialisation for Haskell values using lazy ByteStrings
  4836. description:
  4837. Efficient, pure binary serialisation using lazy ByteStrings.
  4838. Haskell values may be encoded to and from binary formats,
  4839. written to disk as binary, or sent over the network.
  4840. The format used can be automatically generated, or
  4841. you can choose to implement a custom format if needed.
  4842. Serialisation speeds of over 1 G\/sec have been observed,
  4843. so this library should be suitable for high performance
  4844. scenarios.
  4845. category: Data, Parsing
  4846. author: Lennart Kolmodin <kolmodin@gmail.com>
  4847. exposed: True
  4848. exposed-modules:
  4849. Data.Binary Data.Binary.Put Data.Binary.Get
  4850. Data.Binary.Get.Internal Data.Binary.Builder
  4851. Data.Binary.Builder.Internal
  4852. hidden-modules: Data.Binary.Builder.Base Data.Binary.Class
  4853. Data.Binary.Generic
  4854. trusted: False
  4855. import-dirs: /usr/lib/ghc-7.10.2/binar_IvYoLp9H6Xy3zEH13MmZwd
  4856. library-dirs: /usr/lib/ghc-7.10.2/binar_IvYoLp9H6Xy3zEH13MmZwd
  4857. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/binary-0.7.5.0
  4858. hs-libraries: HSbinary-0.7.5.0-IvYoLp9H6Xy3zEH13MmZwd
  4859. depends:
  4860. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  4861. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4862. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  4863. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  4864. haddock-interfaces: /usr/share/doc/ghc/html/libraries/binary-0.7.5.0/binary.haddock
  4865. haddock-html: /usr/share/doc/ghc/html/libraries/binary-0.7.5.0
  4866. pkgroot: "/usr/lib/ghc-7.10.2"
  4867. ---
  4868. name: hoopl
  4869. version: 3.10.0.2
  4870. id: hoopl-3.10.0.2-c84778769b61752ff34e979bbbebdb63
  4871. key: hoopl_DoMsb793VEWGUzPylcUNJi
  4872. license: BSD3
  4873. maintainer: nr@cs.tufts.edu
  4874. homepage: http://ghc.cs.tufts.edu/hoopl/
  4875. synopsis: A library to support dataflow analysis and optimization
  4876. description:
  4877. Higher-order optimization library
  4878. .
  4879. See /Norman Ramsey, Joao Dias, and Simon Peyton Jones./
  4880. <http://research.microsoft.com/en-us/um/people/simonpj/Papers/c--/hoopl-haskell10.pdf "Hoopl: A Modular, Reusable Library for Dataflow Analysis and Transformation"> /(2010)/ for more details.
  4881. category: Compilers/Interpreters
  4882. author: Norman Ramsey, Joao Dias, Simon Marlow and Simon Peyton Jones
  4883. exposed: True
  4884. exposed-modules:
  4885. Compiler.Hoopl Compiler.Hoopl.Internals Compiler.Hoopl.Wrappers
  4886. Compiler.Hoopl.Passes.Dominator Compiler.Hoopl.Passes.DList
  4887. hidden-modules: Compiler.Hoopl.Checkpoint
  4888. Compiler.Hoopl.Collections Compiler.Hoopl.Combinators
  4889. Compiler.Hoopl.Dataflow Compiler.Hoopl.Debug Compiler.Hoopl.Block
  4890. Compiler.Hoopl.Graph Compiler.Hoopl.Label Compiler.Hoopl.MkGraph
  4891. Compiler.Hoopl.Fuel Compiler.Hoopl.Pointed Compiler.Hoopl.Shape
  4892. Compiler.Hoopl.Show Compiler.Hoopl.Unique Compiler.Hoopl.XUtil
  4893. trusted: False
  4894. import-dirs: /usr/lib/ghc-7.10.2/hoopl_DoMsb793VEWGUzPylcUNJi
  4895. library-dirs: /usr/lib/ghc-7.10.2/hoopl_DoMsb793VEWGUzPylcUNJi
  4896. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/hoopl-3.10.0.2
  4897. hs-libraries: HShoopl-3.10.0.2-DoMsb793VEWGUzPylcUNJi
  4898. depends:
  4899. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4900. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  4901. haddock-interfaces: /usr/share/doc/ghc/html/libraries/hoopl-3.10.0.2/hoopl.haddock
  4902. haddock-html: /usr/share/doc/ghc/html/libraries/hoopl-3.10.0.2
  4903. pkgroot: "/usr/lib/ghc-7.10.2"
  4904. ---
  4905. name: hpc
  4906. version: 0.6.0.2
  4907. id: hpc-0.6.0.2-567a296524cbf417c57abd674ccf4f5e
  4908. key: hpc_EoBo26ZW1TCDX9aShnDKTF
  4909. license: BSD3
  4910. maintainer: ghc-devs@haskell.org
  4911. synopsis: Code Coverage Library for Haskell
  4912. description:
  4913. This package provides the code coverage library for Haskell.
  4914. .
  4915. See <http://www.haskell.org/haskellwiki/Haskell_program_coverage> for more
  4916. information.
  4917. category: Control
  4918. author: Andy Gill
  4919. exposed: True
  4920. exposed-modules:
  4921. Trace.Hpc.Util Trace.Hpc.Mix Trace.Hpc.Tix Trace.Hpc.Reflect
  4922. trusted: False
  4923. import-dirs: /usr/lib/ghc-7.10.2/hpc_EoBo26ZW1TCDX9aShnDKTF
  4924. library-dirs: /usr/lib/ghc-7.10.2/hpc_EoBo26ZW1TCDX9aShnDKTF
  4925. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/hpc-0.6.0.2
  4926. hs-libraries: HShpc-0.6.0.2-EoBo26ZW1TCDX9aShnDKTF
  4927. depends:
  4928. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4929. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  4930. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  4931. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  4932. time-1.5.0.1-c208e8fcb3277879fd30f1140654d53e
  4933. haddock-interfaces: /usr/share/doc/ghc/html/libraries/hpc-0.6.0.2/hpc.haddock
  4934. haddock-html: /usr/share/doc/ghc/html/libraries/hpc-0.6.0.2
  4935. pkgroot: "/usr/lib/ghc-7.10.2"
  4936. ---
  4937. name: directory
  4938. version: 1.2.2.0
  4939. id: directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  4940. key: direc_KowvXytSqazBcvN7MGpFtg
  4941. license: BSD3
  4942. maintainer: libraries@haskell.org
  4943. synopsis: Platform-agnostic library for filesystem operations
  4944. description:
  4945. This library provides a basic set of operations for manipulating files and
  4946. directories in a portable way.
  4947. category: System
  4948. exposed: True
  4949. exposed-modules:
  4950. System.Directory
  4951. trusted: False
  4952. import-dirs: /usr/lib/ghc-7.10.2/direc_KowvXytSqazBcvN7MGpFtg
  4953. library-dirs: /usr/lib/ghc-7.10.2/direc_KowvXytSqazBcvN7MGpFtg
  4954. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/directory-1.2.2.0
  4955. hs-libraries: HSdirectory-1.2.2.0-KowvXytSqazBcvN7MGpFtg
  4956. include-dirs: /usr/lib/ghc-7.10.2/direc_KowvXytSqazBcvN7MGpFtg/include
  4957. includes:
  4958. HsDirectory.h
  4959. depends:
  4960. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  4961. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  4962. time-1.5.0.1-c208e8fcb3277879fd30f1140654d53e
  4963. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  4964. haddock-interfaces: /usr/share/doc/ghc/html/libraries/directory-1.2.2.0/directory.haddock
  4965. haddock-html: /usr/share/doc/ghc/html/libraries/directory-1.2.2.0
  4966. pkgroot: "/usr/lib/ghc-7.10.2"
  4967. ---
  4968. name: bytestring
  4969. version: 0.10.6.0
  4970. id: bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  4971. key: bytes_6elQVSg5cWdFrvRnfxTUrH
  4972. license: BSD3
  4973. copyright: Copyright (c) Don Stewart 2005-2009,
  4974. (c) Duncan Coutts 2006-2015,
  4975. (c) David Roundy 2003-2005,
  4976. (c) Jasper Van der Jeugt 2010,
  4977. (c) Simon Meier 2010-2013.
  4978. maintainer: Duncan Coutts <duncan@community.haskell.org>
  4979. homepage: https://github.com/haskell/bytestring
  4980. synopsis: Fast, compact, strict and lazy byte strings with a list interface
  4981. description:
  4982. An efficient compact, immutable byte string type (both strict and lazy)
  4983. suitable for binary or 8-bit character data.
  4984. .
  4985. The 'ByteString' type represents sequences of bytes or 8-bit characters.
  4986. It is suitable for high performance use, both in terms of large data
  4987. quantities, or high speed requirements. The 'ByteString' functions follow
  4988. the same style as Haskell\'s ordinary lists, so it is easy to convert code
  4989. from using 'String' to 'ByteString'.
  4990. .
  4991. Two 'ByteString' variants are provided:
  4992. .
  4993. * Strict 'ByteString's keep the string as a single large array. This
  4994. makes them convenient for passing data between C and Haskell.
  4995. .
  4996. * Lazy 'ByteString's use a lazy list of strict chunks which makes it
  4997. suitable for I\/O streaming tasks.
  4998. .
  4999. The @Char8@ modules provide a character-based view of the same
  5000. underlying 'ByteString' types. This makes it convenient to handle mixed
  5001. binary and 8-bit character content (which is common in many file formats
  5002. and network protocols).
  5003. .
  5004. The 'Builder' module provides an efficient way to build up 'ByteString's
  5005. in an ad-hoc way by repeated concatenation. This is ideal for fast
  5006. serialisation or pretty printing.
  5007. .
  5008. There is also a 'ShortByteString' type which has a lower memory overhead
  5009. and can can be converted to or from a 'ByteString', but supports very few
  5010. other operations. It is suitable for keeping many short strings in memory.
  5011. .
  5012. 'ByteString's are not designed for Unicode. For Unicode strings you should
  5013. use the 'Text' type from the @text@ package.
  5014. .
  5015. These modules are intended to be imported qualified, to avoid name clashes
  5016. with "Prelude" functions, e.g.
  5017. .
  5018. > import qualified Data.ByteString as BS
  5019. category: Data
  5020. author: Don Stewart,
  5021. Duncan Coutts
  5022. exposed: True
  5023. exposed-modules:
  5024. Data.ByteString Data.ByteString.Char8 Data.ByteString.Unsafe
  5025. Data.ByteString.Internal Data.ByteString.Lazy
  5026. Data.ByteString.Lazy.Char8 Data.ByteString.Lazy.Internal
  5027. Data.ByteString.Short Data.ByteString.Short.Internal
  5028. Data.ByteString.Builder Data.ByteString.Builder.Extra
  5029. Data.ByteString.Builder.Prim Data.ByteString.Builder.Internal
  5030. Data.ByteString.Builder.Prim.Internal Data.ByteString.Lazy.Builder
  5031. Data.ByteString.Lazy.Builder.Extras
  5032. Data.ByteString.Lazy.Builder.ASCII
  5033. hidden-modules: Data.ByteString.Builder.ASCII
  5034. Data.ByteString.Builder.Prim.Binary
  5035. Data.ByteString.Builder.Prim.ASCII
  5036. Data.ByteString.Builder.Prim.Internal.Floating
  5037. Data.ByteString.Builder.Prim.Internal.UncheckedShifts
  5038. Data.ByteString.Builder.Prim.Internal.Base16
  5039. trusted: False
  5040. import-dirs: /usr/lib/ghc-7.10.2/bytes_6elQVSg5cWdFrvRnfxTUrH
  5041. library-dirs: /usr/lib/ghc-7.10.2/bytes_6elQVSg5cWdFrvRnfxTUrH
  5042. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/bytestring-0.10.6.0
  5043. hs-libraries: HSbytestring-0.10.6.0-6elQVSg5cWdFrvRnfxTUrH
  5044. include-dirs: /usr/lib/ghc-7.10.2/bytes_6elQVSg5cWdFrvRnfxTUrH/include
  5045. includes:
  5046. fpstring.h
  5047. depends:
  5048. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  5049. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  5050. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  5051. integer-gmp-1.0.0.0-8e0f14d0262184533b417ca1f8b44482
  5052. haddock-interfaces: /usr/share/doc/ghc/html/libraries/bytestring-0.10.6.0/bytestring.haddock
  5053. haddock-html: /usr/share/doc/ghc/html/libraries/bytestring-0.10.6.0
  5054. pkgroot: "/usr/lib/ghc-7.10.2"
  5055. ---
  5056. name: pretty
  5057. version: 1.1.2.0
  5058. id: pretty-1.1.2.0-2932d0905cc17ca1d9638eb9cca0a227
  5059. key: prett_7UQTOB05U7lIYPkFOVraeR
  5060. license: BSD3
  5061. maintainer: David Terei <code@davidterei.com>
  5062. stability: Stable
  5063. homepage: http://github.com/haskell/pretty
  5064. synopsis: Pretty-printing library
  5065. description:
  5066. This package contains a pretty-printing library, a set of API's
  5067. that provides a way to easily print out text in a consistent
  5068. format of your choosing. This is useful for compilers and related
  5069. tools.
  5070. .
  5071. This library was originally designed by John Hughes's and has since
  5072. been heavily modified by Simon Peyton Jones.
  5073. category: Text
  5074. exposed: True
  5075. exposed-modules:
  5076. Text.PrettyPrint Text.PrettyPrint.HughesPJ
  5077. Text.PrettyPrint.HughesPJClass
  5078. trusted: False
  5079. import-dirs: /usr/lib/ghc-7.10.2/prett_7UQTOB05U7lIYPkFOVraeR
  5080. library-dirs: /usr/lib/ghc-7.10.2/prett_7UQTOB05U7lIYPkFOVraeR
  5081. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/pretty-1.1.2.0
  5082. hs-libraries: HSpretty-1.1.2.0-7UQTOB05U7lIYPkFOVraeR
  5083. depends:
  5084. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  5085. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  5086. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  5087. haddock-interfaces: /usr/share/doc/ghc/html/libraries/pretty-1.1.2.0/pretty.haddock
  5088. haddock-html: /usr/share/doc/ghc/html/libraries/pretty-1.1.2.0
  5089. pkgroot: "/usr/lib/ghc-7.10.2"
  5090. ---
  5091. name: filepath
  5092. version: 1.4.0.0
  5093. id: filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  5094. key: filep_KsGE6pHE5eZHSN90ZVax6A
  5095. license: BSD3
  5096. copyright: Neil Mitchell 2005-2015
  5097. maintainer: Neil Mitchell <ndmitchell@gmail.com>
  5098. homepage: https://github.com/haskell/filepath#readme
  5099. synopsis: Library for manipulating FilePaths in a cross platform way.
  5100. description:
  5101. This package provides functionality for manipulating @FilePath@ values, and is shipped with both <https://www.haskell.org/ghc/ GHC> and the <https://www.haskell.org/platform/ Haskell Platform>. It provides three modules:
  5102. .
  5103. * "System.FilePath.Posix" manipulates POSIX\/Linux style @FilePath@ values (with @\/@ as the path separator).
  5104. .
  5105. * "System.FilePath.Windows" manipulates Windows style @FilePath@ values (with either @\\@ or @\/@ as the path separator, and deals with drives).
  5106. .
  5107. * "System.FilePath" is an alias for the module appropriate to your platform.
  5108. .
  5109. All three modules provide the same API, and the same documentation (calling out differences in the different variants).
  5110. category: System
  5111. author: Neil Mitchell <ndmitchell@gmail.com>
  5112. exposed: True
  5113. exposed-modules:
  5114. System.FilePath System.FilePath.Posix System.FilePath.Windows
  5115. trusted: False
  5116. import-dirs: /usr/lib/ghc-7.10.2/filep_KsGE6pHE5eZHSN90ZVax6A
  5117. library-dirs: /usr/lib/ghc-7.10.2/filep_KsGE6pHE5eZHSN90ZVax6A
  5118. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/filepath-1.4.0.0
  5119. hs-libraries: HSfilepath-1.4.0.0-KsGE6pHE5eZHSN90ZVax6A
  5120. depends:
  5121. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  5122. haddock-interfaces: /usr/share/doc/ghc/html/libraries/filepath-1.4.0.0/filepath.haddock
  5123. haddock-html: /usr/share/doc/ghc/html/libraries/filepath-1.4.0.0
  5124. pkgroot: "/usr/lib/ghc-7.10.2"
  5125. ---
  5126. name: transformers
  5127. version: 0.4.2.0
  5128. id: transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  5129. key: trans_3eG64VdP2vzGjP6wJiCp5X
  5130. license: BSD3
  5131. maintainer: Ross Paterson <ross@soi.city.ac.uk>
  5132. synopsis: Concrete functor and monad transformers
  5133. description:
  5134. A portable library of functor and monad transformers, inspired by
  5135. the paper \"Functional Programming with Overloading and Higher-Order
  5136. Polymorphism\", by Mark P Jones,
  5137. in /Advanced School of Functional Programming/, 1995
  5138. (<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).
  5139. .
  5140. This package contains:
  5141. .
  5142. * the monad transformer class (in "Control.Monad.Trans.Class")
  5143. and IO monad class (in "Control.Monad.IO.Class")
  5144. .
  5145. * concrete functor and monad transformers, each with associated
  5146. operations and functions to lift operations associated with other
  5147. transformers.
  5148. .
  5149. The package can be used on its own in portable Haskell code, in
  5150. which case operations need to be manually lifted through transformer
  5151. stacks (see "Control.Monad.Trans.Class" for some examples).
  5152. Alternatively, it can be used with the non-portable monad classes in
  5153. the @mtl@ or @monads-tf@ packages, which automatically lift operations
  5154. introduced by monad transformers through other transformers.
  5155. category: Control
  5156. author: Andy Gill, Ross Paterson
  5157. exposed: True
  5158. exposed-modules:
  5159. Control.Applicative.Backwards Control.Applicative.Lift
  5160. Control.Monad.IO.Class Control.Monad.Signatures
  5161. Control.Monad.Trans.Class Control.Monad.Trans.Cont
  5162. Control.Monad.Trans.Except Control.Monad.Trans.Error
  5163. Control.Monad.Trans.Identity Control.Monad.Trans.List
  5164. Control.Monad.Trans.Maybe Control.Monad.Trans.Reader
  5165. Control.Monad.Trans.RWS Control.Monad.Trans.RWS.Lazy
  5166. Control.Monad.Trans.RWS.Strict Control.Monad.Trans.State
  5167. Control.Monad.Trans.State.Lazy Control.Monad.Trans.State.Strict
  5168. Control.Monad.Trans.Writer Control.Monad.Trans.Writer.Lazy
  5169. Control.Monad.Trans.Writer.Strict Data.Functor.Classes
  5170. Data.Functor.Compose Data.Functor.Constant Data.Functor.Product
  5171. Data.Functor.Reverse Data.Functor.Sum
  5172. trusted: False
  5173. import-dirs: /usr/lib/ghc-7.10.2/trans_3eG64VdP2vzGjP6wJiCp5X
  5174. library-dirs: /usr/lib/ghc-7.10.2/trans_3eG64VdP2vzGjP6wJiCp5X
  5175. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/transformers-0.4.2.0
  5176. hs-libraries: HStransformers-0.4.2.0-3eG64VdP2vzGjP6wJiCp5X
  5177. depends:
  5178. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  5179. haddock-interfaces: /usr/share/doc/ghc/html/libraries/transformers-0.4.2.0/transformers.haddock
  5180. haddock-html: /usr/share/doc/ghc/html/libraries/transformers-0.4.2.0
  5181. pkgroot: "/usr/lib/ghc-7.10.2"
  5182. ---
  5183. name: xhtml
  5184. version: 3000.2.1
  5185. id: xhtml-3000.2.1-5a3d6f023f8af89b9c3e60e732c4b723
  5186. key: xhtml_FxPylgBilld3tRCpn3X21N
  5187. license: BSD3
  5188. copyright: Bjorn Bringert 2004-2006, Andy Gill and the Oregon
  5189. Graduate Institute of Science and Technology, 1999-2001
  5190. maintainer: Chris Dornan <chris@chrisdornan.com>
  5191. stability: Stable
  5192. homepage: https://github.com/haskell/xhtml
  5193. synopsis: An XHTML combinator library
  5194. description:
  5195. This package provides combinators for producing
  5196. XHTML 1.0, including the Strict, Transitional and
  5197. Frameset variants.
  5198. category: Web, XML, Pretty Printer
  5199. author: Bjorn Bringert
  5200. exposed: True
  5201. exposed-modules:
  5202. Text.XHtml Text.XHtml.Frameset Text.XHtml.Strict
  5203. Text.XHtml.Transitional Text.XHtml.Debug Text.XHtml.Table
  5204. hidden-modules: Text.XHtml.Strict.Attributes
  5205. Text.XHtml.Strict.Elements Text.XHtml.Frameset.Attributes
  5206. Text.XHtml.Frameset.Elements Text.XHtml.Transitional.Attributes
  5207. Text.XHtml.Transitional.Elements Text.XHtml.BlockTable
  5208. Text.XHtml.Extras Text.XHtml.Internals
  5209. trusted: False
  5210. import-dirs: /usr/lib/ghc-7.10.2/xhtml_FxPylgBilld3tRCpn3X21N
  5211. library-dirs: /usr/lib/ghc-7.10.2/xhtml_FxPylgBilld3tRCpn3X21N
  5212. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/xhtml-3000.2.1
  5213. hs-libraries: HSxhtml-3000.2.1-FxPylgBilld3tRCpn3X21N
  5214. depends:
  5215. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  5216. haddock-interfaces: /usr/share/doc/ghc/html/libraries/xhtml-3000.2.1/xhtml.haddock
  5217. haddock-html: /usr/share/doc/ghc/html/libraries/xhtml-3000.2.1
  5218. pkgroot: "/usr/lib/ghc-7.10.2"
  5219. ---
  5220. name: template-haskell
  5221. version: 2.10.0.0
  5222. id: template-haskell-2.10.0.0-90e8393d65f4ae44cb2026177a257f28
  5223. key: templ_1ejK907jvoTHoZ6iZtHeyN
  5224. license: BSD3
  5225. maintainer: libraries@haskell.org
  5226. synopsis: Support library for Template Haskell
  5227. description:
  5228. This package provides modules containing facilities for manipulating
  5229. Haskell source code using Template Haskell.
  5230. .
  5231. See <http://www.haskell.org/haskellwiki/Template_Haskell> for more
  5232. information.
  5233. category: Template Haskell
  5234. exposed: True
  5235. exposed-modules:
  5236. Language.Haskell.TH Language.Haskell.TH.Lib Language.Haskell.TH.Ppr
  5237. Language.Haskell.TH.PprLib Language.Haskell.TH.Quote
  5238. Language.Haskell.TH.Syntax
  5239. hidden-modules: Language.Haskell.TH.Lib.Map
  5240. trusted: False
  5241. import-dirs: /usr/lib/ghc-7.10.2/templ_1ejK907jvoTHoZ6iZtHeyN
  5242. library-dirs: /usr/lib/ghc-7.10.2/templ_1ejK907jvoTHoZ6iZtHeyN
  5243. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/template-haskell-2.10.0.0
  5244. hs-libraries: HStemplate-haskell-2.10.0.0-1ejK907jvoTHoZ6iZtHeyN
  5245. depends:
  5246. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  5247. pretty-1.1.2.0-2932d0905cc17ca1d9638eb9cca0a227
  5248. haddock-interfaces: /usr/share/doc/ghc/html/libraries/template-haskell-2.10.0.0/template-haskell.haddock
  5249. haddock-html: /usr/share/doc/ghc/html/libraries/template-haskell-2.10.0.0
  5250. pkgroot: "/usr/lib/ghc-7.10.2"
  5251. ---
  5252. name: ghc-prim
  5253. version: 0.4.0.0
  5254. id: ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  5255. key: ghcpr_8TmvWUcS1U1IKHT0levwg3
  5256. license: BSD3
  5257. maintainer: libraries@haskell.org
  5258. synopsis: GHC primitives
  5259. description:
  5260. GHC primitives.
  5261. category: GHC
  5262. exposed: True
  5263. exposed-modules:
  5264. GHC.CString GHC.Classes GHC.Debug GHC.IntWord64 GHC.Magic
  5265. GHC.PrimopWrappers GHC.Tuple GHC.Types GHC.Prim
  5266. trusted: False
  5267. import-dirs: /usr/lib/ghc-7.10.2/ghcpr_8TmvWUcS1U1IKHT0levwg3
  5268. library-dirs: /usr/lib/ghc-7.10.2/ghcpr_8TmvWUcS1U1IKHT0levwg3
  5269. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/ghc-prim-0.4.0.0
  5270. hs-libraries: HSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3
  5271. depends:
  5272. builtin_rts
  5273. haddock-interfaces: /usr/share/doc/ghc/html/libraries/ghc-prim-0.4.0.0/ghc-prim.haddock
  5274. haddock-html: /usr/share/doc/ghc/html/libraries/ghc-prim-0.4.0.0
  5275. pkgroot: "/usr/lib/ghc-7.10.2"
  5276. ---
  5277. name: containers
  5278. version: 0.5.6.2
  5279. id: containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  5280. key: conta_LKCPrTJwOTOLk4OU37YmeN
  5281. license: BSD3
  5282. maintainer: fox@ucw.cz
  5283. synopsis: Assorted concrete container types
  5284. description:
  5285. This package contains efficient general-purpose implementations
  5286. of various basic immutable container types. The declared cost of
  5287. each operation is either worst-case or amortized, but remains
  5288. valid even if structures are shared.
  5289. category: Data Structures
  5290. exposed: True
  5291. exposed-modules:
  5292. Data.IntMap Data.IntMap.Lazy Data.IntMap.Strict Data.IntSet
  5293. Data.Map Data.Map.Lazy Data.Map.Strict Data.Set Data.Graph
  5294. Data.Sequence Data.Tree
  5295. hidden-modules: Data.IntMap.Base Data.IntSet.Base Data.Map.Base
  5296. Data.Set.Base Data.Utils.BitUtil Data.Utils.StrictFold
  5297. Data.Utils.StrictPair
  5298. trusted: False
  5299. import-dirs: /usr/lib/ghc-7.10.2/conta_LKCPrTJwOTOLk4OU37YmeN
  5300. library-dirs: /usr/lib/ghc-7.10.2/conta_LKCPrTJwOTOLk4OU37YmeN
  5301. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/containers-0.5.6.2
  5302. hs-libraries: HScontainers-0.5.6.2-LKCPrTJwOTOLk4OU37YmeN
  5303. depends:
  5304. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  5305. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  5306. deepseq-1.4.1.1-8fb9688ae42216e388cee132aef3d148
  5307. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  5308. haddock-interfaces: /usr/share/doc/ghc/html/libraries/containers-0.5.6.2/containers.haddock
  5309. haddock-html: /usr/share/doc/ghc/html/libraries/containers-0.5.6.2
  5310. pkgroot: "/usr/lib/ghc-7.10.2"
  5311. ---
  5312. name: rts
  5313. version: 1.0
  5314. id: builtin_rts
  5315. key: rts
  5316. license: BSD3
  5317. maintainer: glasgow-haskell-users@haskell.org
  5318. exposed: True
  5319. trusted: False
  5320. library-dirs: /usr/lib/ghc-7.10.2/rts
  5321. hs-libraries: HSrts Cffi
  5322. extra-libraries:
  5323. m rt dl
  5324. include-dirs: /usr/lib/ghc-7.10.2/include
  5325. includes:
  5326. Stg.h
  5327. ld-options: "-Wl,-u,ghczmprim_GHCziTypes_Izh_static_info"
  5328. "-Wl,-u,ghczmprim_GHCziTypes_Czh_static_info"
  5329. "-Wl,-u,ghczmprim_GHCziTypes_Fzh_static_info"
  5330. "-Wl,-u,ghczmprim_GHCziTypes_Dzh_static_info"
  5331. "-Wl,-u,base_GHCziPtr_Ptr_static_info"
  5332. "-Wl,-u,ghczmprim_GHCziTypes_Wzh_static_info"
  5333. "-Wl,-u,base_GHCziInt_I8zh_static_info"
  5334. "-Wl,-u,base_GHCziInt_I16zh_static_info"
  5335. "-Wl,-u,base_GHCziInt_I32zh_static_info"
  5336. "-Wl,-u,base_GHCziInt_I64zh_static_info"
  5337. "-Wl,-u,base_GHCziWord_W8zh_static_info"
  5338. "-Wl,-u,base_GHCziWord_W16zh_static_info"
  5339. "-Wl,-u,base_GHCziWord_W32zh_static_info"
  5340. "-Wl,-u,base_GHCziWord_W64zh_static_info"
  5341. "-Wl,-u,base_GHCziStable_StablePtr_static_info"
  5342. "-Wl,-u,ghczmprim_GHCziTypes_Izh_con_info"
  5343. "-Wl,-u,ghczmprim_GHCziTypes_Czh_con_info"
  5344. "-Wl,-u,ghczmprim_GHCziTypes_Fzh_con_info"
  5345. "-Wl,-u,ghczmprim_GHCziTypes_Dzh_con_info"
  5346. "-Wl,-u,base_GHCziPtr_Ptr_con_info"
  5347. "-Wl,-u,base_GHCziPtr_FunPtr_con_info"
  5348. "-Wl,-u,base_GHCziStable_StablePtr_con_info"
  5349. "-Wl,-u,ghczmprim_GHCziTypes_False_closure"
  5350. "-Wl,-u,ghczmprim_GHCziTypes_True_closure"
  5351. "-Wl,-u,base_GHCziPack_unpackCString_closure"
  5352. "-Wl,-u,base_GHCziIOziException_stackOverflow_closure"
  5353. "-Wl,-u,base_GHCziIOziException_heapOverflow_closure"
  5354. "-Wl,-u,base_ControlziExceptionziBase_nonTermination_closure"
  5355. "-Wl,-u,base_GHCziIOziException_blockedIndefinitelyOnMVar_closure"
  5356. "-Wl,-u,base_GHCziIOziException_blockedIndefinitelyOnSTM_closure"
  5357. "-Wl,-u,base_GHCziIOziException_allocationLimitExceeded_closure"
  5358. "-Wl,-u,base_ControlziExceptionziBase_nestedAtomically_closure"
  5359. "-Wl,-u,base_GHCziEventziThread_blockedOnBadFD_closure"
  5360. "-Wl,-u,base_GHCziWeak_runFinalizzerBatch_closure"
  5361. "-Wl,-u,base_GHCziTopHandler_flushStdHandles_closure"
  5362. "-Wl,-u,base_GHCziTopHandler_runIO_closure"
  5363. "-Wl,-u,base_GHCziTopHandler_runNonIO_closure"
  5364. "-Wl,-u,base_GHCziConcziIO_ensureIOManagerIsRunning_closure"
  5365. "-Wl,-u,base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure"
  5366. "-Wl,-u,base_GHCziConcziSync_runSparks_closure"
  5367. "-Wl,-u,base_GHCziConcziSignal_runHandlersPtr_closure"
  5368. pkgroot: "/usr/lib/ghc-7.10.2"
  5369. ---
  5370. name: base
  5371. version: 4.8.1.0
  5372. id: base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  5373. key: base_GDytRqRVSUX7zckgKqJjgw
  5374. license: BSD3
  5375. maintainer: libraries@haskell.org
  5376. synopsis: Basic libraries
  5377. description:
  5378. This package contains the "Prelude" and its support libraries,
  5379. and a large collection of useful libraries ranging from data
  5380. structures to parsing combinators and debugging utilities.
  5381. category: Prelude
  5382. exposed: True
  5383. exposed-modules:
  5384. Control.Applicative Control.Arrow Control.Category
  5385. Control.Concurrent Control.Concurrent.Chan Control.Concurrent.MVar
  5386. Control.Concurrent.QSem Control.Concurrent.QSemN Control.Exception
  5387. Control.Exception.Base Control.Monad Control.Monad.Fix
  5388. Control.Monad.Instances Control.Monad.ST Control.Monad.ST.Lazy
  5389. Control.Monad.ST.Lazy.Safe Control.Monad.ST.Lazy.Unsafe
  5390. Control.Monad.ST.Safe Control.Monad.ST.Strict
  5391. Control.Monad.ST.Unsafe Control.Monad.Zip Data.Bifunctor Data.Bits
  5392. Data.Bool Data.Char Data.Coerce Data.Complex Data.Data Data.Dynamic
  5393. Data.Either Data.Eq Data.Fixed Data.Foldable Data.Function
  5394. Data.Functor Data.Functor.Identity Data.IORef Data.Int Data.Ix
  5395. Data.List Data.Maybe Data.Monoid Data.Ord Data.Proxy Data.Ratio
  5396. Data.STRef Data.STRef.Lazy Data.STRef.Strict Data.String
  5397. Data.Traversable Data.Tuple Data.Type.Bool Data.Type.Coercion
  5398. Data.Type.Equality Data.Typeable Data.Typeable.Internal Data.Unique
  5399. Data.Version Data.Void Data.Word Debug.Trace Foreign Foreign.C
  5400. Foreign.C.Error Foreign.C.String Foreign.C.Types Foreign.Concurrent
  5401. Foreign.ForeignPtr Foreign.ForeignPtr.Safe
  5402. Foreign.ForeignPtr.Unsafe Foreign.Marshal Foreign.Marshal.Alloc
  5403. Foreign.Marshal.Array Foreign.Marshal.Error Foreign.Marshal.Pool
  5404. Foreign.Marshal.Safe Foreign.Marshal.Unsafe Foreign.Marshal.Utils
  5405. Foreign.Ptr Foreign.Safe Foreign.StablePtr Foreign.Storable GHC.Arr
  5406. GHC.Base GHC.Char GHC.Conc GHC.Conc.IO GHC.Conc.Signal
  5407. GHC.Conc.Sync GHC.ConsoleHandler GHC.Constants GHC.Desugar GHC.Enum
  5408. GHC.Environment GHC.Err GHC.Exception GHC.Exts GHC.Fingerprint
  5409. GHC.Fingerprint.Type GHC.Float GHC.Float.ConversionUtils
  5410. GHC.Float.RealFracMethods GHC.Foreign GHC.ForeignPtr GHC.GHCi
  5411. GHC.Generics GHC.IO GHC.IO.Buffer GHC.IO.BufferedIO GHC.IO.Device
  5412. GHC.IO.Encoding GHC.IO.Encoding.CodePage GHC.IO.Encoding.Failure
  5413. GHC.IO.Encoding.Iconv GHC.IO.Encoding.Latin1 GHC.IO.Encoding.Types
  5414. GHC.IO.Encoding.UTF16 GHC.IO.Encoding.UTF32 GHC.IO.Encoding.UTF8
  5415. GHC.IO.Exception GHC.IO.FD GHC.IO.Handle GHC.IO.Handle.FD
  5416. GHC.IO.Handle.Internals GHC.IO.Handle.Text GHC.IO.Handle.Types
  5417. GHC.IO.IOMode GHC.IOArray GHC.IORef GHC.IP GHC.Int GHC.List
  5418. GHC.MVar GHC.Natural GHC.Num GHC.OldList GHC.PArr GHC.Pack
  5419. GHC.Profiling GHC.Ptr GHC.Read GHC.Real GHC.RTS.Flags GHC.ST
  5420. GHC.StaticPtr GHC.STRef GHC.Show GHC.SrcLoc GHC.Stable GHC.Stack
  5421. GHC.Stats GHC.Storable GHC.TopHandler GHC.TypeLits GHC.Unicode
  5422. GHC.Weak GHC.Word Numeric Numeric.Natural Prelude System.CPUTime
  5423. System.Console.GetOpt System.Environment System.Exit System.IO
  5424. System.IO.Error System.IO.Unsafe System.Info System.Mem
  5425. System.Mem.StableName System.Mem.Weak System.Posix.Internals
  5426. System.Posix.Types System.Timeout Text.ParserCombinators.ReadP
  5427. Text.ParserCombinators.ReadPrec Text.Printf Text.Read Text.Read.Lex
  5428. Text.Show Text.Show.Functions Unsafe.Coerce GHC.Event
  5429. hidden-modules: Control.Monad.ST.Imp Control.Monad.ST.Lazy.Imp
  5430. Data.OldList Foreign.ForeignPtr.Imp
  5431. System.Environment.ExecutablePath GHC.Event.Arr GHC.Event.Array
  5432. GHC.Event.Clock GHC.Event.Control GHC.Event.EPoll
  5433. GHC.Event.IntTable GHC.Event.Internal GHC.Event.KQueue
  5434. GHC.Event.Manager GHC.Event.PSQ GHC.Event.Poll GHC.Event.Thread
  5435. GHC.Event.TimerManager GHC.Event.Unique
  5436. trusted: False
  5437. import-dirs: /usr/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw
  5438. library-dirs: /usr/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw
  5439. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/base-4.8.1.0
  5440. hs-libraries: HSbase-4.8.1.0-GDytRqRVSUX7zckgKqJjgw
  5441. include-dirs: /usr/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw/include
  5442. includes:
  5443. HsBase.h
  5444. depends:
  5445. builtin_rts ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  5446. integer-gmp-1.0.0.0-8e0f14d0262184533b417ca1f8b44482
  5447. haddock-interfaces: /usr/share/doc/ghc/html/libraries/base-4.8.1.0/base.haddock
  5448. haddock-html: /usr/share/doc/ghc/html/libraries/base-4.8.1.0
  5449. pkgroot: "/usr/lib/ghc-7.10.2"
  5450. ---
  5451. name: integer-gmp
  5452. version: 1.0.0.0
  5453. id: integer-gmp-1.0.0.0-8e0f14d0262184533b417ca1f8b44482
  5454. key: integ_2aU3IZNMF9a7mQ0OzsZ0dS
  5455. license: BSD3
  5456. maintainer: hvr@gnu.org
  5457. synopsis: Integer library based on GMP
  5458. category: Numeric, Algebra
  5459. author: Herbert Valerio Riedel
  5460. exposed: True
  5461. exposed-modules:
  5462. GHC.Integer GHC.Integer.Logarithms GHC.Integer.Logarithms.Internals
  5463. GHC.Integer.GMP.Internals
  5464. hidden-modules: GHC.Integer.Type
  5465. trusted: False
  5466. import-dirs: /usr/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS
  5467. library-dirs: /usr/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS
  5468. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/integer-gmp-1.0.0.0
  5469. hs-libraries: HSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS
  5470. extra-libraries:
  5471. gmp
  5472. include-dirs: /usr/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include
  5473. depends:
  5474. ghc-prim-0.4.0.0-af16264bc80979d06e37ac63e3ba9a21
  5475. haddock-interfaces: /usr/share/doc/ghc/html/libraries/integer-gmp-1.0.0.0/integer-gmp.haddock
  5476. haddock-html: /usr/share/doc/ghc/html/libraries/integer-gmp-1.0.0.0
  5477. pkgroot: "/usr/lib/ghc-7.10.2"
  5478. ---
  5479. name: ghc
  5480. version: 7.10.2
  5481. id: ghc-7.10.2-f4a59b199071039cf43522664a24ead6
  5482. key: ghc_JzwEp1oQ8kA7NFNTGk1ho5
  5483. license: BSD3
  5484. maintainer: glasgow-haskell-users@haskell.org
  5485. homepage: http://www.haskell.org/ghc/
  5486. synopsis: The GHC API
  5487. description:
  5488. GHC's functionality can be useful for more things than just
  5489. compiling Haskell programs. Important use cases are programs
  5490. that analyse (and perhaps transform) Haskell code. Others
  5491. include loading Haskell code dynamically in a GHCi-like manner.
  5492. For this reason, a lot of GHC's functionality is made available
  5493. through this package.
  5494. category: Development
  5495. author: The GHC Team
  5496. exposed: False
  5497. exposed-modules:
  5498. Avail BasicTypes ConLike DataCon PatSyn Demand Debug Exception
  5499. GhcMonad Hooks Id IdInfo Lexeme Literal Llvm Llvm.AbsSyn
  5500. Llvm.MetaData Llvm.PpLlvm Llvm.Types LlvmCodeGen LlvmCodeGen.Base
  5501. LlvmCodeGen.CodeGen LlvmCodeGen.Data LlvmCodeGen.Ppr
  5502. LlvmCodeGen.Regs LlvmMangler MkId Module Name NameEnv NameSet
  5503. OccName RdrName SrcLoc UniqSupply Unique Var VarEnv VarSet
  5504. UnVarGraph BlockId CLabel Cmm CmmBuildInfoTables CmmPipeline
  5505. CmmCallConv CmmCommonBlockElim CmmContFlowOpt CmmExpr CmmInfo
  5506. CmmLex CmmLint CmmLive CmmMachOp CmmNode CmmOpt CmmParse
  5507. CmmProcPoint CmmSink CmmType CmmUtils CmmLayoutStack MkGraph
  5508. PprBase PprC PprCmm PprCmmDecl PprCmmExpr Bitmap CodeGen.Platform
  5509. CodeGen.Platform.ARM CodeGen.Platform.ARM64 CodeGen.Platform.NoRegs
  5510. CodeGen.Platform.PPC CodeGen.Platform.PPC_Darwin
  5511. CodeGen.Platform.SPARC CodeGen.Platform.X86 CodeGen.Platform.X86_64
  5512. CgUtils StgCmm StgCmmBind StgCmmClosure StgCmmCon StgCmmEnv
  5513. StgCmmExpr StgCmmForeign StgCmmHeap StgCmmHpc StgCmmArgRep
  5514. StgCmmLayout StgCmmMonad StgCmmPrim StgCmmProf StgCmmTicky
  5515. StgCmmUtils StgCmmExtCode SMRep CoreArity CoreFVs CoreLint CorePrep
  5516. CoreSubst CoreSyn TrieMap CoreTidy CoreUnfold CoreUtils MkCore
  5517. PprCore Check Coverage Desugar DsArrows DsBinds DsCCall DsExpr
  5518. DsForeign DsGRHSs DsListComp DsMonad DsUtils Match MatchCon
  5519. MatchLit HsBinds HsDecls HsDoc HsExpr HsImpExp HsLit PlaceHolder
  5520. HsPat HsSyn HsTypes HsUtils BinIface BuildTyCl IfaceEnv IfaceSyn
  5521. IfaceType LoadIface MkIface TcIface FlagChecker Annotations
  5522. BreakArray CmdLineParser CodeOutput Config Constants DriverMkDepend
  5523. DriverPhases PipelineMonad DriverPipeline DynFlags ErrUtils Finder
  5524. GHC GhcMake GhcPlugins DynamicLoading HeaderInfo HscMain HscStats
  5525. HscTypes InteractiveEval InteractiveEvalTypes PackageConfig
  5526. Packages PlatformConstants Plugins TcPluginM PprTyThing StaticFlags
  5527. StaticPtrTable SysTools TidyPgm Ctype HaddockUtils Lexer
  5528. OptCoercion Parser RdrHsSyn ApiAnnotation ForeignCall PrelInfo
  5529. PrelNames PrelRules PrimOp TysPrim TysWiredIn CostCentre ProfInit
  5530. SCCfinal RnBinds RnEnv RnExpr RnHsDoc RnNames RnPat RnSource
  5531. RnSplice RnTypes CoreMonad CSE FloatIn FloatOut LiberateCase
  5532. OccurAnal SAT SetLevels SimplCore SimplEnv SimplMonad SimplUtils
  5533. Simplify SimplStg StgStats UnariseStg Rules SpecConstr Specialise
  5534. CoreToStg StgLint StgSyn CallArity DmdAnal WorkWrap WwLib FamInst
  5535. Inst TcAnnotations TcArrows TcBinds TcClassDcl TcDefaults TcDeriv
  5536. TcEnv TcExpr TcForeign TcGenDeriv TcGenGenerics TcHsSyn TcHsType
  5537. TcInstDcls TcMType TcValidity TcMatches TcPat TcPatSyn TcRnDriver
  5538. TcRnMonad TcRnTypes TcRules TcSimplify TcErrors TcTyClsDecls
  5539. TcTyDecls TcType TcEvidence TcUnify TcInteract TcCanonical
  5540. TcFlatten TcSMonad TcTypeNats TcSplice Class Coercion FamInstEnv
  5541. FunDeps InstEnv TyCon CoAxiom Kind Type TypeRep Unify Bag Binary
  5542. BooleanFormula BufWrite Digraph Encoding FastBool FastFunctions
  5543. FastMutInt FastString FastTypes Fingerprint FiniteMap GraphBase
  5544. GraphColor GraphOps GraphPpr IOEnv ListSetOps Maybes MonadUtils
  5545. OrdList Outputable Pair Panic Pretty Serialized State Stream
  5546. StringBuffer UniqFM UniqSet Util ExtsCompat46
  5547. Vectorise.Builtins.Base Vectorise.Builtins.Initialise
  5548. Vectorise.Builtins Vectorise.Monad.Base Vectorise.Monad.Naming
  5549. Vectorise.Monad.Local Vectorise.Monad.Global
  5550. Vectorise.Monad.InstEnv Vectorise.Monad Vectorise.Utils.Base
  5551. Vectorise.Utils.Closure Vectorise.Utils.Hoisting
  5552. Vectorise.Utils.PADict Vectorise.Utils.Poly Vectorise.Utils
  5553. Vectorise.Generic.Description Vectorise.Generic.PAMethods
  5554. Vectorise.Generic.PADict Vectorise.Generic.PData Vectorise.Type.Env
  5555. Vectorise.Type.Type Vectorise.Type.TyConDecl
  5556. Vectorise.Type.Classify Vectorise.Convert Vectorise.Vect
  5557. Vectorise.Var Vectorise.Env Vectorise.Exp Vectorise Hoopl.Dataflow
  5558. Hoopl AsmCodeGen TargetReg NCGMonad Instruction Size Reg RegClass
  5559. PIC Platform CPrim X86.Regs X86.RegInfo X86.Instr X86.Cond X86.Ppr
  5560. X86.CodeGen PPC.Regs PPC.RegInfo PPC.Instr PPC.Cond PPC.Ppr
  5561. PPC.CodeGen SPARC.Base SPARC.Regs SPARC.Imm SPARC.AddrMode
  5562. SPARC.Cond SPARC.Instr SPARC.Stack SPARC.ShortcutJump SPARC.Ppr
  5563. SPARC.CodeGen SPARC.CodeGen.Amode SPARC.CodeGen.Base
  5564. SPARC.CodeGen.CondCode SPARC.CodeGen.Gen32 SPARC.CodeGen.Gen64
  5565. SPARC.CodeGen.Sanity SPARC.CodeGen.Expand RegAlloc.Liveness
  5566. RegAlloc.Graph.Main RegAlloc.Graph.Stats RegAlloc.Graph.ArchBase
  5567. RegAlloc.Graph.ArchX86 RegAlloc.Graph.Coalesce RegAlloc.Graph.Spill
  5568. RegAlloc.Graph.SpillClean RegAlloc.Graph.SpillCost
  5569. RegAlloc.Graph.TrivColorable RegAlloc.Linear.Main
  5570. RegAlloc.Linear.JoinToTargets RegAlloc.Linear.State
  5571. RegAlloc.Linear.Stats RegAlloc.Linear.FreeRegs
  5572. RegAlloc.Linear.StackMap RegAlloc.Linear.Base
  5573. RegAlloc.Linear.X86.FreeRegs RegAlloc.Linear.X86_64.FreeRegs
  5574. RegAlloc.Linear.PPC.FreeRegs RegAlloc.Linear.SPARC.FreeRegs Dwarf
  5575. Dwarf.Types Dwarf.Constants DsMeta Convert ByteCodeAsm ByteCodeGen
  5576. ByteCodeInstr ByteCodeItbls ByteCodeLink Debugger LibFFI Linker
  5577. ObjLink RtClosureInspect DebuggerUtils
  5578. trusted: False
  5579. import-dirs: /usr/lib/ghc-7.10.2/ghc_JzwEp1oQ8kA7NFNTGk1ho5
  5580. library-dirs: /usr/lib/ghc-7.10.2/ghc_JzwEp1oQ8kA7NFNTGk1ho5
  5581. data-dir: /usr/share/x86_64-linux-ghc-7.10.2/ghc-7.10.2
  5582. hs-libraries: HSghc-7.10.2-JzwEp1oQ8kA7NFNTGk1ho5
  5583. include-dirs: /usr/lib/ghc-7.10.2/ghc_JzwEp1oQ8kA7NFNTGk1ho5/include
  5584. depends:
  5585. array-0.5.1.0-d4206b835b96b5079d918fa1eab1a9a8
  5586. base-4.8.1.0-4f7206fd964c629946bb89db72c80011
  5587. bin-package-db-0.0.0.0-b04c253694f93767af4f641e39a406a0
  5588. bytestring-0.10.6.0-2362d1f36f1255e85478e7793e15b170
  5589. containers-0.5.6.2-2de75421d746ab474b330e43191bb31b
  5590. directory-1.2.2.0-258f6e56fc0799f4b45f149644b75783
  5591. filepath-1.4.0.0-8fee9c13b5e42926cc01f6aa7c403c4b
  5592. hoopl-3.10.0.2-c84778769b61752ff34e979bbbebdb63
  5593. hpc-0.6.0.2-567a296524cbf417c57abd674ccf4f5e
  5594. process-1.2.3.0-f0287ac288afc0705be775d1adda59ee
  5595. template-haskell-2.10.0.0-90e8393d65f4ae44cb2026177a257f28
  5596. time-1.5.0.1-c208e8fcb3277879fd30f1140654d53e
  5597. transformers-0.4.2.0-21dcbf13c43f5d8cf6a1f54dee6c5bff
  5598. unix-2.7.1.0-6436007ffcf967b9823833b48295b586
  5599. haddock-interfaces: /usr/share/doc/ghc/html/libraries/ghc-7.10.2/ghc.haddock
  5600. haddock-html: /usr/share/doc/ghc/html/libraries/ghc-7.10.2
  5601. pkgroot: "/usr/lib/ghc-7.10.2"
Add Comment
Please, Sign In to add comment