pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/idris



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Oct 13 16:35:44 UTC 2020

Modified Files:
        pkgsrc/lang/idris: Makefile distinfo
        pkgsrc/lang/idris/patches: patch-Setup.hs
Added Files:
        pkgsrc/lang/idris: PLIST

Log Message:
Fix the installation path for man pages


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/idris/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/idris/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/idris/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/idris/patches/patch-Setup.hs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/idris/Makefile
diff -u pkgsrc/lang/idris/Makefile:1.2 pkgsrc/lang/idris/Makefile:1.3
--- pkgsrc/lang/idris/Makefile:1.2      Sun Mar  8 16:50:20 2020
+++ pkgsrc/lang/idris/Makefile  Tue Oct 13 16:35:44 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2020/03/08 16:50:20 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/13 16:35:44 pho Exp $
 
 DISTNAME=      idris-1.3.2
 PKGNAME=       ${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang
 
 MAINTAINER=    pho%cielonegro.org@localhost
@@ -17,7 +17,7 @@ USE_TOOLS+=           gmake
 SUBST_CLASSES+=                tools
 SUBST_STAGE.tools=     pre-configure
 SUBST_FILES.tools=     Setup.hs
-SUBST_VARS.tools=      GMAKE PKGSRC_SETENV
+SUBST_VARS.tools=      GMAKE PKGMANDIR PKGSRC_SETENV
 
 # ${WRKSRC}/src/IRTS/System.hs has several hardcoded paths to be used at
 # run time.

Index: pkgsrc/lang/idris/distinfo
diff -u pkgsrc/lang/idris/distinfo:1.1 pkgsrc/lang/idris/distinfo:1.2
--- pkgsrc/lang/idris/distinfo:1.1      Mon Jan 20 23:32:38 2020
+++ pkgsrc/lang/idris/distinfo  Tue Oct 13 16:35:44 2020
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.1 2020/01/20 23:32:38 pho Exp $
+$NetBSD: distinfo,v 1.2 2020/10/13 16:35:44 pho Exp $
 
 SHA1 (idris-1.3.2.tar.gz) = fb4ac3904368a3d8c935855873d73a6ffc90beec
 RMD160 (idris-1.3.2.tar.gz) = 6b1ec85978e62c32691920429e0d2f97e3685b63
 SHA512 (idris-1.3.2.tar.gz) = 2db0fbcad6b596b7e34dcbb0c4fbe30ccbbcfbb5f469d4b077bf010391a98bb743162656c608d154f62f78f607662548cc1f00fc710f59d89612a3552a3e037f
 Size (idris-1.3.2.tar.gz) = 2092794 bytes
-SHA1 (patch-Setup.hs) = 7ebb64474acee7d0c37978d912d47ea229bf89ec
+SHA1 (patch-Setup.hs) = 4bc32b7e219bfa53151ba3f4b26426b17b0e9e47
 SHA1 (patch-idris.cabal) = 5ba95f0156d634207eb951ef123e8b83598a8c3e
 SHA1 (patch-rts_Makefile) = fe88269e184aa0d80e13723c9e4fe47aba68eb3e
 SHA1 (patch-rts_idris__net.c) = fcb226e8752c34661fc1a81fff11e41342c3e0f8

Index: pkgsrc/lang/idris/patches/patch-Setup.hs
diff -u pkgsrc/lang/idris/patches/patch-Setup.hs:1.1 pkgsrc/lang/idris/patches/patch-Setup.hs:1.2
--- pkgsrc/lang/idris/patches/patch-Setup.hs:1.1        Mon Jan 20 23:32:38 2020
+++ pkgsrc/lang/idris/patches/patch-Setup.hs    Tue Oct 13 16:35:44 2020
@@ -1,4 +1,4 @@
-$NetBSD: patch-Setup.hs,v 1.1 2020/01/20 23:32:38 pho Exp $
+$NetBSD: patch-Setup.hs,v 1.2 2020/10/13 16:35:44 pho Exp $
 
 * Don't hard-code the gmake command (pkgsrc specific).
 
@@ -10,9 +10,19 @@ $NetBSD: patch-Setup.hs,v 1.1 2020/01/20
 
 * Fix build with GHC 8.8
 
+* Install man pages under PKGMANDIR. It's unfortunate that ./Setup has
+  no options for changing the directory. The module
+  Distribution.Simple.InstallDirs (which provides the function
+  "mandir") is a part of GHC, and we also don't want to change its
+  default mandir because GHC isn't meant to be used solely within
+  pkgsrc.
+
+Be careful not to modify this patch after running "bmake
+configure". It will break the patch.
+
 --- Setup.hs.orig      2019-07-22 10:47:26.000000000 +0000
 +++ Setup.hs
-@@ -42,19 +42,19 @@ import Distribution.Types.UnqualComponen
+@@ -42,19 +42,20 @@ import Distribution.Types.UnqualComponen
  (<//>) = (Px.</>)
  idrisCmd local = Px.joinPath $ splitDirectories $ ".." <//> ".." <//> buildDir local <//> "idris" <//> "idris"
  #else
@@ -28,7 +38,7 @@ $NetBSD: patch-Setup.hs,v 1.1 2020/01/20
  -- -----------------------------------------------------------------------------
  -- Make Commands
  
---- use GNU make on FreeBSD
+ -- use GNU make on FreeBSD
 -#if defined(freebsd_HOST_OS) || defined(dragonfly_HOST_OS)\
 -    || defined(openbsd_HOST_OS) || defined(netbsd_HOST_OS)
 -mymake = "gmake"
@@ -40,7 +50,7 @@ $NetBSD: patch-Setup.hs,v 1.1 2020/01/20
  make verbosity =
     P.runProgramInvocation verbosity . P.simpleProgramInvocation mymake
  
-@@ -117,9 +117,7 @@ idrisClean _ flags _ _ = cleanStdLib
+@@ -117,9 +118,7 @@ idrisClean _ flags _ _ = cleanStdLib
  -- Configure
  
  gitHash :: IO String
@@ -51,7 +61,7 @@ $NetBSD: patch-Setup.hs,v 1.1 2020/01/20
  
  -- Generate a module that contains extra library directories passed
  -- via command-line to cabal
-@@ -215,6 +213,7 @@ idrisConfigure _ flags pkgdesc local = d
+@@ -215,6 +214,7 @@ idrisConfigure _ flags pkgdesc local = d
        autogenComponentModulesDir lbi _ = autogenModulesDir lbi
  #endif
  
@@ -59,7 +69,7 @@ $NetBSD: patch-Setup.hs,v 1.1 2020/01/20
  idrisPreSDist args flags = do
    let dir = S.fromFlag (S.sDistDirectory flags)
    let verb = S.fromFlag (S.sDistVerbosity flags)
-@@ -244,6 +243,7 @@ idrisPostSDist args flags desc lbi = do
+@@ -244,6 +244,7 @@ idrisPostSDist args flags desc lbi = do
                                removeFile targetFile)
               (\e -> let e' = (e :: SomeException) in return ())
    postSDist simpleUserHooks args flags desc lbi
@@ -67,7 +77,16 @@ $NetBSD: patch-Setup.hs,v 1.1 2020/01/20
  
  #if !(MIN_VERSION_Cabal(2,0,0))
  rewriteFileEx :: Verbosity -> FilePath -> String -> IO ()
-@@ -353,8 +353,10 @@ main = defaultMainWithHooks $ simpleUser
+@@ -317,7 +318,7 @@ idrisInstall verbosity copy pkg local
+          makeInstall "rts" target'
+ 
+       installManPage = do
+-         let mandest = mandir (L.absoluteInstallDirs pkg local copy) ++ "/man1"
++         let mandest = prefix (L.absoluteInstallDirs pkg local copy) </> "@PKGMANDIR@" </> "man1"
+          notice verbosity $ unwords ["Copying man page to", mandest]
+          installOrdinaryFiles verbosity mandest [("man", "idris.1")]
+ 
+@@ -353,8 +354,10 @@ main = defaultMainWithHooks $ simpleUser
     , postInst = \_ flags pkg local ->
                    idrisInstall (S.fromFlag $ S.installVerbosity flags)
                                 NoCopyDest pkg local

Added files:

Index: pkgsrc/lang/idris/PLIST
diff -u /dev/null pkgsrc/lang/idris/PLIST:1.1
--- /dev/null   Tue Oct 13 16:35:44 2020
+++ pkgsrc/lang/idris/PLIST     Tue Oct 13 16:35:44 2020
@@ -0,0 +1,1056 @@
+@comment $NetBSD: PLIST,v 1.1 2020/10/13 16:35:44 pho Exp $
+bin/idris
+bin/idris-codegen-c
+bin/idris-codegen-javascript
+bin/idris-codegen-node
+${HS_INTF}/package-description
+${HS_INTF}/package-id
+${HS_IMPL}/BuildFlags_idris.dyn_hi
+${HS_IMPL}/BuildFlags_idris.hi
+${HS_IMPL}/BuildFlags_idris.p_hi
+${HS_IMPL}/IRTS/Bytecode.dyn_hi
+${HS_IMPL}/IRTS/Bytecode.hi
+${HS_IMPL}/IRTS/Bytecode.p_hi
+${HS_IMPL}/IRTS/CodegenC.dyn_hi
+${HS_IMPL}/IRTS/CodegenC.hi
+${HS_IMPL}/IRTS/CodegenC.p_hi
+${HS_IMPL}/IRTS/CodegenCommon.dyn_hi
+${HS_IMPL}/IRTS/CodegenCommon.hi
+${HS_IMPL}/IRTS/CodegenCommon.p_hi
+${HS_IMPL}/IRTS/CodegenJavaScript.dyn_hi
+${HS_IMPL}/IRTS/CodegenJavaScript.hi
+${HS_IMPL}/IRTS/CodegenJavaScript.p_hi
+${HS_IMPL}/IRTS/Compiler.dyn_hi
+${HS_IMPL}/IRTS/Compiler.hi
+${HS_IMPL}/IRTS/Compiler.p_hi
+${HS_IMPL}/IRTS/Defunctionalise.dyn_hi
+${HS_IMPL}/IRTS/Defunctionalise.hi
+${HS_IMPL}/IRTS/Defunctionalise.p_hi
+${HS_IMPL}/IRTS/DumpBC.dyn_hi
+${HS_IMPL}/IRTS/DumpBC.hi
+${HS_IMPL}/IRTS/DumpBC.p_hi
+${HS_IMPL}/IRTS/Exports.dyn_hi
+${HS_IMPL}/IRTS/Exports.hi
+${HS_IMPL}/IRTS/Exports.p_hi
+${HS_IMPL}/IRTS/Inliner.dyn_hi
+${HS_IMPL}/IRTS/Inliner.hi
+${HS_IMPL}/IRTS/Inliner.p_hi
+${HS_IMPL}/IRTS/JavaScript/AST.dyn_hi
+${HS_IMPL}/IRTS/JavaScript/AST.hi
+${HS_IMPL}/IRTS/JavaScript/AST.p_hi
+${HS_IMPL}/IRTS/JavaScript/Codegen.dyn_hi
+${HS_IMPL}/IRTS/JavaScript/Codegen.hi
+${HS_IMPL}/IRTS/JavaScript/Codegen.p_hi
+${HS_IMPL}/IRTS/JavaScript/LangTransforms.dyn_hi
+${HS_IMPL}/IRTS/JavaScript/LangTransforms.hi
+${HS_IMPL}/IRTS/JavaScript/LangTransforms.p_hi
+${HS_IMPL}/IRTS/JavaScript/Name.dyn_hi
+${HS_IMPL}/IRTS/JavaScript/Name.hi
+${HS_IMPL}/IRTS/JavaScript/Name.p_hi
+${HS_IMPL}/IRTS/JavaScript/PrimOp.dyn_hi
+${HS_IMPL}/IRTS/JavaScript/PrimOp.hi
+${HS_IMPL}/IRTS/JavaScript/PrimOp.p_hi
+${HS_IMPL}/IRTS/JavaScript/Specialize.dyn_hi
+${HS_IMPL}/IRTS/JavaScript/Specialize.hi
+${HS_IMPL}/IRTS/JavaScript/Specialize.p_hi
+${HS_IMPL}/IRTS/Lang.dyn_hi
+${HS_IMPL}/IRTS/Lang.hi
+${HS_IMPL}/IRTS/Lang.p_hi
+${HS_IMPL}/IRTS/LangOpts.dyn_hi
+${HS_IMPL}/IRTS/LangOpts.hi
+${HS_IMPL}/IRTS/LangOpts.p_hi
+${HS_IMPL}/IRTS/Portable.dyn_hi
+${HS_IMPL}/IRTS/Portable.hi
+${HS_IMPL}/IRTS/Portable.p_hi
+${HS_IMPL}/IRTS/Simplified.dyn_hi
+${HS_IMPL}/IRTS/Simplified.hi
+${HS_IMPL}/IRTS/Simplified.p_hi
+${HS_IMPL}/IRTS/System.dyn_hi
+${HS_IMPL}/IRTS/System.hi
+${HS_IMPL}/IRTS/System.p_hi
+${HS_IMPL}/Idris/ASTUtils.dyn_hi
+${HS_IMPL}/Idris/ASTUtils.hi
+${HS_IMPL}/Idris/ASTUtils.p_hi
+${HS_IMPL}/Idris/AbsSyntax.dyn_hi
+${HS_IMPL}/Idris/AbsSyntax.hi
+${HS_IMPL}/Idris/AbsSyntax.p_hi
+${HS_IMPL}/Idris/AbsSyntaxTree.dyn_hi
+${HS_IMPL}/Idris/AbsSyntaxTree.hi
+${HS_IMPL}/Idris/AbsSyntaxTree.p_hi
+${HS_IMPL}/Idris/Apropos.dyn_hi
+${HS_IMPL}/Idris/Apropos.hi
+${HS_IMPL}/Idris/Apropos.p_hi
+${HS_IMPL}/Idris/CaseSplit.dyn_hi
+${HS_IMPL}/Idris/CaseSplit.hi
+${HS_IMPL}/Idris/CaseSplit.p_hi
+${HS_IMPL}/Idris/Chaser.dyn_hi
+${HS_IMPL}/Idris/Chaser.hi
+${HS_IMPL}/Idris/Chaser.p_hi
+${HS_IMPL}/Idris/CmdOptions.dyn_hi
+${HS_IMPL}/Idris/CmdOptions.hi
+${HS_IMPL}/Idris/CmdOptions.p_hi
+${HS_IMPL}/Idris/Colours.dyn_hi
+${HS_IMPL}/Idris/Colours.hi
+${HS_IMPL}/Idris/Colours.p_hi
+${HS_IMPL}/Idris/Completion.dyn_hi
+${HS_IMPL}/Idris/Completion.hi
+${HS_IMPL}/Idris/Completion.p_hi
+${HS_IMPL}/Idris/Core/Binary.dyn_hi
+${HS_IMPL}/Idris/Core/Binary.hi
+${HS_IMPL}/Idris/Core/Binary.p_hi
+${HS_IMPL}/Idris/Core/CaseTree.dyn_hi
+${HS_IMPL}/Idris/Core/CaseTree.hi
+${HS_IMPL}/Idris/Core/CaseTree.p_hi
+${HS_IMPL}/Idris/Core/Constraints.dyn_hi
+${HS_IMPL}/Idris/Core/Constraints.hi
+${HS_IMPL}/Idris/Core/Constraints.p_hi
+${HS_IMPL}/Idris/Core/DeepSeq.dyn_hi
+${HS_IMPL}/Idris/Core/DeepSeq.hi
+${HS_IMPL}/Idris/Core/DeepSeq.p_hi
+${HS_IMPL}/Idris/Core/Elaborate.dyn_hi
+${HS_IMPL}/Idris/Core/Elaborate.hi
+${HS_IMPL}/Idris/Core/Elaborate.p_hi
+${HS_IMPL}/Idris/Core/Evaluate.dyn_hi
+${HS_IMPL}/Idris/Core/Evaluate.hi
+${HS_IMPL}/Idris/Core/Evaluate.p_hi
+${HS_IMPL}/Idris/Core/Execute.dyn_hi
+${HS_IMPL}/Idris/Core/Execute.hi
+${HS_IMPL}/Idris/Core/Execute.p_hi
+${HS_IMPL}/Idris/Core/ProofState.dyn_hi
+${HS_IMPL}/Idris/Core/ProofState.hi
+${HS_IMPL}/Idris/Core/ProofState.p_hi
+${HS_IMPL}/Idris/Core/ProofTerm.dyn_hi
+${HS_IMPL}/Idris/Core/ProofTerm.hi
+${HS_IMPL}/Idris/Core/ProofTerm.p_hi
+${HS_IMPL}/Idris/Core/TT.dyn_hi
+${HS_IMPL}/Idris/Core/TT.hi
+${HS_IMPL}/Idris/Core/TT.p_hi
+${HS_IMPL}/Idris/Core/Typecheck.dyn_hi
+${HS_IMPL}/Idris/Core/Typecheck.hi
+${HS_IMPL}/Idris/Core/Typecheck.p_hi
+${HS_IMPL}/Idris/Core/Unify.dyn_hi
+${HS_IMPL}/Idris/Core/Unify.hi
+${HS_IMPL}/Idris/Core/Unify.p_hi
+${HS_IMPL}/Idris/Core/WHNF.dyn_hi
+${HS_IMPL}/Idris/Core/WHNF.hi
+${HS_IMPL}/Idris/Core/WHNF.p_hi
+${HS_IMPL}/Idris/Coverage.dyn_hi
+${HS_IMPL}/Idris/Coverage.hi
+${HS_IMPL}/Idris/Coverage.p_hi
+${HS_IMPL}/Idris/DSL.dyn_hi
+${HS_IMPL}/Idris/DSL.hi
+${HS_IMPL}/Idris/DSL.p_hi
+${HS_IMPL}/Idris/DataOpts.dyn_hi
+${HS_IMPL}/Idris/DataOpts.hi
+${HS_IMPL}/Idris/DataOpts.p_hi
+${HS_IMPL}/Idris/DeepSeq.dyn_hi
+${HS_IMPL}/Idris/DeepSeq.hi
+${HS_IMPL}/Idris/DeepSeq.p_hi
+${HS_IMPL}/Idris/Delaborate.dyn_hi
+${HS_IMPL}/Idris/Delaborate.hi
+${HS_IMPL}/Idris/Delaborate.p_hi
+${HS_IMPL}/Idris/Directives.dyn_hi
+${HS_IMPL}/Idris/Directives.hi
+${HS_IMPL}/Idris/Directives.p_hi
+${HS_IMPL}/Idris/Docs.dyn_hi
+${HS_IMPL}/Idris/Docs.hi
+${HS_IMPL}/Idris/Docs.p_hi
+${HS_IMPL}/Idris/Docstrings.dyn_hi
+${HS_IMPL}/Idris/Docstrings.hi
+${HS_IMPL}/Idris/Docstrings.p_hi
+${HS_IMPL}/Idris/Elab/AsPat.dyn_hi
+${HS_IMPL}/Idris/Elab/AsPat.hi
+${HS_IMPL}/Idris/Elab/AsPat.p_hi
+${HS_IMPL}/Idris/Elab/Clause.dyn_hi
+${HS_IMPL}/Idris/Elab/Clause.hi
+${HS_IMPL}/Idris/Elab/Clause.p_hi
+${HS_IMPL}/Idris/Elab/Data.dyn_hi
+${HS_IMPL}/Idris/Elab/Data.hi
+${HS_IMPL}/Idris/Elab/Data.p_hi
+${HS_IMPL}/Idris/Elab/Implementation.dyn_hi
+${HS_IMPL}/Idris/Elab/Implementation.hi
+${HS_IMPL}/Idris/Elab/Implementation.p_hi
+${HS_IMPL}/Idris/Elab/Interface.dyn_hi
+${HS_IMPL}/Idris/Elab/Interface.hi
+${HS_IMPL}/Idris/Elab/Interface.p_hi
+${HS_IMPL}/Idris/Elab/Provider.dyn_hi
+${HS_IMPL}/Idris/Elab/Provider.hi
+${HS_IMPL}/Idris/Elab/Provider.p_hi
+${HS_IMPL}/Idris/Elab/Quasiquote.dyn_hi
+${HS_IMPL}/Idris/Elab/Quasiquote.hi
+${HS_IMPL}/Idris/Elab/Quasiquote.p_hi
+${HS_IMPL}/Idris/Elab/Record.dyn_hi
+${HS_IMPL}/Idris/Elab/Record.hi
+${HS_IMPL}/Idris/Elab/Record.p_hi
+${HS_IMPL}/Idris/Elab/Rewrite.dyn_hi
+${HS_IMPL}/Idris/Elab/Rewrite.hi
+${HS_IMPL}/Idris/Elab/Rewrite.p_hi
+${HS_IMPL}/Idris/Elab/RunElab.dyn_hi
+${HS_IMPL}/Idris/Elab/RunElab.hi
+${HS_IMPL}/Idris/Elab/RunElab.p_hi
+${HS_IMPL}/Idris/Elab/Term.dyn_hi
+${HS_IMPL}/Idris/Elab/Term.hi
+${HS_IMPL}/Idris/Elab/Term.p_hi
+${HS_IMPL}/Idris/Elab/Transform.dyn_hi
+${HS_IMPL}/Idris/Elab/Transform.hi
+${HS_IMPL}/Idris/Elab/Transform.p_hi
+${HS_IMPL}/Idris/Elab/Type.dyn_hi
+${HS_IMPL}/Idris/Elab/Type.hi
+${HS_IMPL}/Idris/Elab/Type.p_hi
+${HS_IMPL}/Idris/Elab/Utils.dyn_hi
+${HS_IMPL}/Idris/Elab/Utils.hi
+${HS_IMPL}/Idris/Elab/Utils.p_hi
+${HS_IMPL}/Idris/Elab/Value.dyn_hi
+${HS_IMPL}/Idris/Elab/Value.hi
+${HS_IMPL}/Idris/Elab/Value.p_hi
+${HS_IMPL}/Idris/ElabDecls.dyn_hi
+${HS_IMPL}/Idris/ElabDecls.hi
+${HS_IMPL}/Idris/ElabDecls.p_hi
+${HS_IMPL}/Idris/Erasure.dyn_hi
+${HS_IMPL}/Idris/Erasure.hi
+${HS_IMPL}/Idris/Erasure.p_hi
+${HS_IMPL}/Idris/ErrReverse.dyn_hi
+${HS_IMPL}/Idris/ErrReverse.hi
+${HS_IMPL}/Idris/ErrReverse.p_hi
+${HS_IMPL}/Idris/Error.dyn_hi
+${HS_IMPL}/Idris/Error.hi
+${HS_IMPL}/Idris/Error.p_hi
+${HS_IMPL}/Idris/Help.dyn_hi
+${HS_IMPL}/Idris/Help.hi
+${HS_IMPL}/Idris/Help.p_hi
+${HS_IMPL}/Idris/IBC.dyn_hi
+${HS_IMPL}/Idris/IBC.hi
+${HS_IMPL}/Idris/IBC.p_hi
+${HS_IMPL}/Idris/IdeMode.dyn_hi
+${HS_IMPL}/Idris/IdeMode.hi
+${HS_IMPL}/Idris/IdeMode.p_hi
+${HS_IMPL}/Idris/IdrisDoc.dyn_hi
+${HS_IMPL}/Idris/IdrisDoc.hi
+${HS_IMPL}/Idris/IdrisDoc.p_hi
+${HS_IMPL}/Idris/Imports.dyn_hi
+${HS_IMPL}/Idris/Imports.hi
+${HS_IMPL}/Idris/Imports.p_hi
+${HS_IMPL}/Idris/Info.dyn_hi
+${HS_IMPL}/Idris/Info.hi
+${HS_IMPL}/Idris/Info.p_hi
+${HS_IMPL}/Idris/Info/Show.dyn_hi
+${HS_IMPL}/Idris/Info/Show.hi
+${HS_IMPL}/Idris/Info/Show.p_hi
+${HS_IMPL}/Idris/Inliner.dyn_hi
+${HS_IMPL}/Idris/Inliner.hi
+${HS_IMPL}/Idris/Inliner.p_hi
+${HS_IMPL}/Idris/Interactive.dyn_hi
+${HS_IMPL}/Idris/Interactive.hi
+${HS_IMPL}/Idris/Interactive.p_hi
+${HS_IMPL}/Idris/Main.dyn_hi
+${HS_IMPL}/Idris/Main.hi
+${HS_IMPL}/Idris/Main.p_hi
+${HS_IMPL}/Idris/ModeCommon.dyn_hi
+${HS_IMPL}/Idris/ModeCommon.hi
+${HS_IMPL}/Idris/ModeCommon.p_hi
+${HS_IMPL}/Idris/Options.dyn_hi
+${HS_IMPL}/Idris/Options.hi
+${HS_IMPL}/Idris/Options.p_hi
+${HS_IMPL}/Idris/Output.dyn_hi
+${HS_IMPL}/Idris/Output.hi
+${HS_IMPL}/Idris/Output.p_hi
+${HS_IMPL}/Idris/Package.dyn_hi
+${HS_IMPL}/Idris/Package.hi
+${HS_IMPL}/Idris/Package.p_hi
+${HS_IMPL}/Idris/Package/Common.dyn_hi
+${HS_IMPL}/Idris/Package/Common.hi
+${HS_IMPL}/Idris/Package/Common.p_hi
+${HS_IMPL}/Idris/Package/Parser.dyn_hi
+${HS_IMPL}/Idris/Package/Parser.hi
+${HS_IMPL}/Idris/Package/Parser.p_hi
+${HS_IMPL}/Idris/Parser.dyn_hi
+${HS_IMPL}/Idris/Parser.hi
+${HS_IMPL}/Idris/Parser.p_hi
+${HS_IMPL}/Idris/Parser/Data.dyn_hi
+${HS_IMPL}/Idris/Parser/Data.hi
+${HS_IMPL}/Idris/Parser/Data.p_hi
+${HS_IMPL}/Idris/Parser/Expr.dyn_hi
+${HS_IMPL}/Idris/Parser/Expr.hi
+${HS_IMPL}/Idris/Parser/Expr.p_hi
+${HS_IMPL}/Idris/Parser/Helpers.dyn_hi
+${HS_IMPL}/Idris/Parser/Helpers.hi
+${HS_IMPL}/Idris/Parser/Helpers.p_hi
+${HS_IMPL}/Idris/Parser/Ops.dyn_hi
+${HS_IMPL}/Idris/Parser/Ops.hi
+${HS_IMPL}/Idris/Parser/Ops.p_hi
+${HS_IMPL}/Idris/Parser/Stack.dyn_hi
+${HS_IMPL}/Idris/Parser/Stack.hi
+${HS_IMPL}/Idris/Parser/Stack.p_hi
+${HS_IMPL}/Idris/PartialEval.dyn_hi
+${HS_IMPL}/Idris/PartialEval.hi
+${HS_IMPL}/Idris/PartialEval.p_hi
+${HS_IMPL}/Idris/Primitives.dyn_hi
+${HS_IMPL}/Idris/Primitives.hi
+${HS_IMPL}/Idris/Primitives.p_hi
+${HS_IMPL}/Idris/ProofSearch.dyn_hi
+${HS_IMPL}/Idris/ProofSearch.hi
+${HS_IMPL}/Idris/ProofSearch.p_hi
+${HS_IMPL}/Idris/Prover.dyn_hi
+${HS_IMPL}/Idris/Prover.hi
+${HS_IMPL}/Idris/Prover.p_hi
+${HS_IMPL}/Idris/Providers.dyn_hi
+${HS_IMPL}/Idris/Providers.hi
+${HS_IMPL}/Idris/Providers.p_hi
+${HS_IMPL}/Idris/REPL.dyn_hi
+${HS_IMPL}/Idris/REPL.hi
+${HS_IMPL}/Idris/REPL.p_hi
+${HS_IMPL}/Idris/REPL/Browse.dyn_hi
+${HS_IMPL}/Idris/REPL/Browse.hi
+${HS_IMPL}/Idris/REPL/Browse.p_hi
+${HS_IMPL}/Idris/REPL/Commands.dyn_hi
+${HS_IMPL}/Idris/REPL/Commands.hi
+${HS_IMPL}/Idris/REPL/Commands.p_hi
+${HS_IMPL}/Idris/REPL/Parser.dyn_hi
+${HS_IMPL}/Idris/REPL/Parser.hi
+${HS_IMPL}/Idris/REPL/Parser.p_hi
+${HS_IMPL}/Idris/Reflection.dyn_hi
+${HS_IMPL}/Idris/Reflection.hi
+${HS_IMPL}/Idris/Reflection.p_hi
+${HS_IMPL}/Idris/Termination.dyn_hi
+${HS_IMPL}/Idris/Termination.hi
+${HS_IMPL}/Idris/Termination.p_hi
+${HS_IMPL}/Idris/Transforms.dyn_hi
+${HS_IMPL}/Idris/Transforms.hi
+${HS_IMPL}/Idris/Transforms.p_hi
+${HS_IMPL}/Idris/TypeSearch.dyn_hi
+${HS_IMPL}/Idris/TypeSearch.hi
+${HS_IMPL}/Idris/TypeSearch.p_hi
+${HS_IMPL}/Idris/Unlit.dyn_hi
+${HS_IMPL}/Idris/Unlit.hi
+${HS_IMPL}/Idris/Unlit.p_hi
+${HS_IMPL}/Idris/WhoCalls.dyn_hi
+${HS_IMPL}/Idris/WhoCalls.hi
+${HS_IMPL}/Idris/WhoCalls.p_hi
+${HS_IMPL}/Paths_idris.dyn_hi
+${HS_IMPL}/Paths_idris.hi
+${HS_IMPL}/Paths_idris.p_hi
+${HS_IMPL}/Tools_idris.dyn_hi
+${HS_IMPL}/Tools_idris.hi
+${HS_IMPL}/Tools_idris.p_hi
+${HS_IMPL}/Util/DynamicLinker.dyn_hi
+${HS_IMPL}/Util/DynamicLinker.hi
+${HS_IMPL}/Util/DynamicLinker.p_hi
+${HS_IMPL}/Util/Net.dyn_hi
+${HS_IMPL}/Util/Net.hi
+${HS_IMPL}/Util/Net.p_hi
+${HS_IMPL}/Util/Pretty.dyn_hi
+${HS_IMPL}/Util/Pretty.hi
+${HS_IMPL}/Util/Pretty.p_hi
+${HS_IMPL}/Util/ScreenSize.dyn_hi
+${HS_IMPL}/Util/ScreenSize.hi
+${HS_IMPL}/Util/ScreenSize.p_hi
+${HS_IMPL}/Util/System.dyn_hi
+${HS_IMPL}/Util/System.hi
+${HS_IMPL}/Util/System.p_hi
+${HS_IMPL}/Version_idris.dyn_hi
+${HS_IMPL}/Version_idris.hi
+${HS_IMPL}/Version_idris.p_hi
+${HS_IMPL}/libHS${HS_PKGID}.a
+${HS_IMPL}/libHS${HS_PKGID}_p.a
+lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+man/man1/idris.1
+${HS_DOCS}/LICENSE
+${HS_DOCS}/html/CHANGELOG.md
+${HS_DOCS}/html/CITATION.md
+${HS_DOCS}/html/CONTRIBUTING.md
+${HS_DOCS}/html/CONTRIBUTORS
+${HS_DOCS}/html/IRTS-Bytecode.html
+${HS_DOCS}/html/IRTS-CodegenC.html
+${HS_DOCS}/html/IRTS-CodegenCommon.html
+${HS_DOCS}/html/IRTS-CodegenJavaScript.html
+${HS_DOCS}/html/IRTS-Compiler.html
+${HS_DOCS}/html/IRTS-Defunctionalise.html
+${HS_DOCS}/html/IRTS-DumpBC.html
+${HS_DOCS}/html/IRTS-Exports.html
+${HS_DOCS}/html/IRTS-Inliner.html
+${HS_DOCS}/html/IRTS-JavaScript-AST.html
+${HS_DOCS}/html/IRTS-JavaScript-Codegen.html
+${HS_DOCS}/html/IRTS-JavaScript-LangTransforms.html
+${HS_DOCS}/html/IRTS-JavaScript-Name.html
+${HS_DOCS}/html/IRTS-JavaScript-PrimOp.html
+${HS_DOCS}/html/IRTS-JavaScript-Specialize.html
+${HS_DOCS}/html/IRTS-Lang.html
+${HS_DOCS}/html/IRTS-LangOpts.html
+${HS_DOCS}/html/IRTS-Portable.html
+${HS_DOCS}/html/IRTS-Simplified.html
+${HS_DOCS}/html/IRTS-System.html
+${HS_DOCS}/html/Idris-ASTUtils.html
+${HS_DOCS}/html/Idris-AbsSyntax.html
+${HS_DOCS}/html/Idris-AbsSyntaxTree.html
+${HS_DOCS}/html/Idris-Apropos.html
+${HS_DOCS}/html/Idris-CaseSplit.html
+${HS_DOCS}/html/Idris-Chaser.html
+${HS_DOCS}/html/Idris-CmdOptions.html
+${HS_DOCS}/html/Idris-Colours.html
+${HS_DOCS}/html/Idris-Completion.html
+${HS_DOCS}/html/Idris-Core-Binary.html
+${HS_DOCS}/html/Idris-Core-CaseTree.html
+${HS_DOCS}/html/Idris-Core-Constraints.html
+${HS_DOCS}/html/Idris-Core-DeepSeq.html
+${HS_DOCS}/html/Idris-Core-Elaborate.html
+${HS_DOCS}/html/Idris-Core-Evaluate.html
+${HS_DOCS}/html/Idris-Core-Execute.html
+${HS_DOCS}/html/Idris-Core-ProofState.html
+${HS_DOCS}/html/Idris-Core-ProofTerm.html
+${HS_DOCS}/html/Idris-Core-TT.html
+${HS_DOCS}/html/Idris-Core-Typecheck.html
+${HS_DOCS}/html/Idris-Core-Unify.html
+${HS_DOCS}/html/Idris-Core-WHNF.html
+${HS_DOCS}/html/Idris-Coverage.html
+${HS_DOCS}/html/Idris-DSL.html
+${HS_DOCS}/html/Idris-DataOpts.html
+${HS_DOCS}/html/Idris-DeepSeq.html
+${HS_DOCS}/html/Idris-Delaborate.html
+${HS_DOCS}/html/Idris-Directives.html
+${HS_DOCS}/html/Idris-Docs.html
+${HS_DOCS}/html/Idris-Docstrings.html
+${HS_DOCS}/html/Idris-Elab-AsPat.html
+${HS_DOCS}/html/Idris-Elab-Clause.html
+${HS_DOCS}/html/Idris-Elab-Data.html
+${HS_DOCS}/html/Idris-Elab-Implementation.html
+${HS_DOCS}/html/Idris-Elab-Interface.html
+${HS_DOCS}/html/Idris-Elab-Provider.html
+${HS_DOCS}/html/Idris-Elab-Quasiquote.html
+${HS_DOCS}/html/Idris-Elab-Record.html
+${HS_DOCS}/html/Idris-Elab-Rewrite.html
+${HS_DOCS}/html/Idris-Elab-RunElab.html
+${HS_DOCS}/html/Idris-Elab-Term.html
+${HS_DOCS}/html/Idris-Elab-Transform.html
+${HS_DOCS}/html/Idris-Elab-Type.html
+${HS_DOCS}/html/Idris-Elab-Utils.html
+${HS_DOCS}/html/Idris-Elab-Value.html
+${HS_DOCS}/html/Idris-ElabDecls.html
+${HS_DOCS}/html/Idris-Erasure.html
+${HS_DOCS}/html/Idris-ErrReverse.html
+${HS_DOCS}/html/Idris-Error.html
+${HS_DOCS}/html/Idris-Help.html
+${HS_DOCS}/html/Idris-IBC.html
+${HS_DOCS}/html/Idris-IdeMode.html
+${HS_DOCS}/html/Idris-IdrisDoc.html
+${HS_DOCS}/html/Idris-Imports.html
+${HS_DOCS}/html/Idris-Info-Show.html
+${HS_DOCS}/html/Idris-Info.html
+${HS_DOCS}/html/Idris-Inliner.html
+${HS_DOCS}/html/Idris-Interactive.html
+${HS_DOCS}/html/Idris-Main.html
+${HS_DOCS}/html/Idris-ModeCommon.html
+${HS_DOCS}/html/Idris-Options.html
+${HS_DOCS}/html/Idris-Output.html
+${HS_DOCS}/html/Idris-Package-Common.html
+${HS_DOCS}/html/Idris-Package-Parser.html
+${HS_DOCS}/html/Idris-Package.html
+${HS_DOCS}/html/Idris-Parser-Data.html
+${HS_DOCS}/html/Idris-Parser-Expr.html
+${HS_DOCS}/html/Idris-Parser-Helpers.html
+${HS_DOCS}/html/Idris-Parser-Ops.html
+${HS_DOCS}/html/Idris-Parser-Stack.html
+${HS_DOCS}/html/Idris-Parser.html
+${HS_DOCS}/html/Idris-PartialEval.html
+${HS_DOCS}/html/Idris-Primitives.html
+${HS_DOCS}/html/Idris-ProofSearch.html
+${HS_DOCS}/html/Idris-Prover.html
+${HS_DOCS}/html/Idris-Providers.html
+${HS_DOCS}/html/Idris-REPL-Browse.html
+${HS_DOCS}/html/Idris-REPL-Commands.html
+${HS_DOCS}/html/Idris-REPL-Parser.html
+${HS_DOCS}/html/Idris-REPL.html
+${HS_DOCS}/html/Idris-Reflection.html
+${HS_DOCS}/html/Idris-Termination.html
+${HS_DOCS}/html/Idris-Transforms.html
+${HS_DOCS}/html/Idris-TypeSearch.html
+${HS_DOCS}/html/Idris-Unlit.html
+${HS_DOCS}/html/Idris-WhoCalls.html
+${HS_DOCS}/html/README.md
+${HS_DOCS}/html/RELEASE-CHECKS.md
+${HS_DOCS}/html/Util-DynamicLinker.html
+${HS_DOCS}/html/Util-ScreenSize.html
+${HS_DOCS}/html/Util-System.html
+${HS_DOCS}/html/doc-index-95.html
+${HS_DOCS}/html/doc-index-A.html
+${HS_DOCS}/html/doc-index-All.html
+${HS_DOCS}/html/doc-index-B.html
+${HS_DOCS}/html/doc-index-C.html
+${HS_DOCS}/html/doc-index-D.html
+${HS_DOCS}/html/doc-index-E.html
+${HS_DOCS}/html/doc-index-F.html
+${HS_DOCS}/html/doc-index-G.html
+${HS_DOCS}/html/doc-index-H.html
+${HS_DOCS}/html/doc-index-I.html
+${HS_DOCS}/html/doc-index-J.html
+${HS_DOCS}/html/doc-index-K.html
+${HS_DOCS}/html/doc-index-L.html
+${HS_DOCS}/html/doc-index-M.html
+${HS_DOCS}/html/doc-index-N.html
+${HS_DOCS}/html/doc-index-O.html
+${HS_DOCS}/html/doc-index-P.html
+${HS_DOCS}/html/doc-index-Q.html
+${HS_DOCS}/html/doc-index-R.html
+${HS_DOCS}/html/doc-index-S.html
+${HS_DOCS}/html/doc-index-T.html
+${HS_DOCS}/html/doc-index-U.html
+${HS_DOCS}/html/doc-index-V.html
+${HS_DOCS}/html/doc-index-W.html
+${HS_DOCS}/html/doc-index-Z.html
+${HS_DOCS}/html/doc-index.html
+${HS_DOCS}/html/haddock-bundle.min.js
+${HS_DOCS}/html/idris-tutorial.pdf
+${HS_DOCS}/html/idris.haddock
+${HS_DOCS}/html/index.html
+${HS_DOCS}/html/linuwial.css
+${HS_DOCS}/html/meta.json
+${HS_DOCS}/html/quick-jump.css
+${HS_DOCS}/html/samples/effects/ConsoleIO.idr
+${HS_DOCS}/html/samples/effects/Exception.idr
+${HS_DOCS}/html/samples/effects/Random.idr
+${HS_DOCS}/html/samples/effects/ReadInt.idr
+${HS_DOCS}/html/samples/effects/Select.idr
+${HS_DOCS}/html/samples/effects/TreeTag-noeff.idr
+${HS_DOCS}/html/samples/effects/TreeTag.idr
+${HS_DOCS}/html/samples/effects/TreeTagCount.idr
+${HS_DOCS}/html/samples/effects/hworld.idr
+${HS_DOCS}/html/samples/effects/vadd.idr
+${HS_DOCS}/html/samples/misc/binary.idr
+${HS_DOCS}/html/samples/misc/interp-alt.idr
+${HS_DOCS}/html/samples/misc/interp.idr
+${HS_DOCS}/html/samples/misc/javaffi.idr
+${HS_DOCS}/html/samples/misc/named_implementation.lidr
+${HS_DOCS}/html/samples/misc/reflection.idr
+${HS_DOCS}/html/samples/tutorial/BMain.idr
+${HS_DOCS}/html/samples/tutorial/BTree.idr
+${HS_DOCS}/html/samples/tutorial/BTreeMod.idr
+${HS_DOCS}/html/samples/tutorial/Foo.idr
+${HS_DOCS}/html/samples/tutorial/Hello.idr
+${HS_DOCS}/html/samples/tutorial/Idiom.idr
+${HS_DOCS}/html/samples/tutorial/Interfaces.idr
+${HS_DOCS}/html/samples/tutorial/Interp.idr
+${HS_DOCS}/html/samples/tutorial/LetBind.idr
+${HS_DOCS}/html/samples/tutorial/Prims.idr
+${HS_DOCS}/html/samples/tutorial/Record.idr
+${HS_DOCS}/html/samples/tutorial/Theorems.idr
+${HS_DOCS}/html/samples/tutorial/Universe.idr
+${HS_DOCS}/html/samples/tutorial/UsefulTypes.idr
+${HS_DOCS}/html/samples/tutorial/VBroken.idr
+${HS_DOCS}/html/samples/tutorial/Views.idr
+${HS_DOCS}/html/samples/tutorial/ViewsBroken.idr
+${HS_DOCS}/html/samples/tutorial/Wheres.idr
+${HS_DOCS}/html/synopsis.png
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/IdrisDoc
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Control.Arrow.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Control.Catchable.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Control.IOExcept.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Control.Isomorphism.Iso.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Control.Isomorphism.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Control.Monad.Identity.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Control.Monad.RWS.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Control.Monad.Reader.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Control.Monad.State.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Control.Monad.Writer.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.Bits.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.Buffer.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.Complex.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.Erased.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.Fin.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.HVect.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.IORef.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.List.Quantifiers.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.List.Views.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.List.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.Mod2.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.Morphisms.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.String.Views.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.String.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.Vect.Quantifiers.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.Vect.Views.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Data.Vect.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Debug.Error.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Debug.Trace.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Decidable.Equality.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/FFI.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/FFI_C.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/ForeignEnv.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Language.Reflection.Elab.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Language.Reflection.Errors.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Language.Reflection.Utils.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Language.Reflection.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Algebra.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Applicative.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Basics.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Bool.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Either.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.File.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Foldable.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Functor.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Interfaces.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.List.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Maybe.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Nat.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Show.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Stream.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Strings.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.Traversable.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/Prelude.WellFounded.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/System.Concurrency.Channels.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/System.Info.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/System.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/docs/[builtins].html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/index.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/base/styles.css
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/IdrisDoc
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Builtins.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/CFFI.Memory.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/CFFI.Types.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Algebra.Lattice.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Algebra.Laws.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Algebra.NumericImplementations.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Algebra.VectorSpace.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Algebra.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Delayed.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.IOExcept.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Isomorphism.Extra.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Isomorphism.Fin.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Isomorphism.Iso.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Isomorphism.Primitives.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Isomorphism.Vect.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Isomorphism.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Monad.Syntax.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Partial.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.Pipeline.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.ST.Env.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.ST.Exception.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.ST.File.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.ST.ImplicitCall.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.ST.Loop.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.ST.Random.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.ST.Resources.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.ST.Stable.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.ST.VarList.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Control.ST.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.BoundedList.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Chain.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.CoList.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Combinators.Applicative.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Combinators.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Fin.Extra.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Fin.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Fuel.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Fun.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Hash.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.IOArray.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.List.Extra.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.List.Zipper.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Matrix.Algebraic.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Matrix.Numeric.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Matrix.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Morphisms.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Nat.DivMod.IteratedSubtraction.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Nat.DivMod.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Nat.Parity.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Nat.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Pairs.Implicit.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.PosNat.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Rel.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.SortedBag.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.SortedSet.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Storable.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Stream.Extra.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.String.Extra.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Data.Vect.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Decidable.Decidable.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Decidable.Equality.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Decidable.Order.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/FFI.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/FFI_C.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/ForeignEnv.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Interfaces.Correlative.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Interfaces.Proposition.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Language.JSON.Data.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Language.JSON.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Language.Reflection.Elab.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Language.Reflection.Errors.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Language.Reflection.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Network.Cgi.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Network.Socket.Data.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Network.Socket.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Algebra.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Applicative.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Basics.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Bool.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Either.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.File.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Foldable.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Functor.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Interfaces.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.List.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Maybe.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Monad.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Nat.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Pairs.Exists.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Pairs.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Show.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Stream.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.Traversable.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.WellFounded.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Prelude.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/System.Concurrency.Process.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Test.Unit.Assertions.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Test.Unit.Display.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Test.Unit.Generic.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Text.Lexer.Core.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Text.Literate.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Text.Quantity.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/Text.Token.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/docs/[builtins].html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/index.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/contrib/styles.css
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/IdrisDoc
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Control.IOExcept.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Data.List.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Data.So.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Decidable.Equality.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.Exception.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.File.FileResult.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.File.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.Logging.Category.LogRes.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.Logging.Category.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.Logging.Default.LogRes.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.Logging.Default.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.Logging.Level.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.Memory.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.Monad.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.Perf.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.Random.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.Select.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.State.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.StdIO.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.System.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effect.Trans.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effects.DepEff.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effects.DepUpdateEffect.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effects.Env.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effects.NoResourceEffect.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effects.NoUpdateEffect.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effects.SimpleEff.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effects.TransEff.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effects.UpdateEffect.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Effects.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/FFI.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/FFI_C.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/ForeignEnv.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Language.Reflection.Elab.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Language.Reflection.Errors.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Language.Reflection.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.Algebra.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.Applicative.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.Basics.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.Bool.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.Either.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.File.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.Foldable.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.Functor.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.Interfaces.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.List.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.Maybe.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.Nat.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.Show.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/Prelude.Stream.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/docs/[builtins].html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/index.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/effects/styles.css
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/IdrisDoc
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Builtins.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Decidable.Equality.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/FFI.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/FFI_C.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/ForeignEnv.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/IO.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Language.Reflection.Elab.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Language.Reflection.Errors.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Language.Reflection.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Algebra.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Applicative.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Basics.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Bits.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Bool.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Cast.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Chars.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Doubles.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Either.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.File.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Foldable.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Functor.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Interactive.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Interfaces.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.List.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Maybe.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Monad.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Nat.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Pairs.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Providers.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Show.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Stream.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Strings.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Traversable.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.Uninhabited.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.WellFounded.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/Prelude.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/docs/[builtins].html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/index.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/prelude/styles.css
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/IdrisDoc
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Decidable.Equality.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/FFI.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/FFI_C.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/ForeignEnv.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Language.Reflection.Elab.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Language.Reflection.Errors.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Language.Reflection.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.Algebra.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.Applicative.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.Basics.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.Bool.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.Either.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.File.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.Foldable.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.Functor.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.Interfaces.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.List.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.Maybe.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.Nat.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.Show.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Prelude.Stream.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Pruviloj.Derive.DecEq.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/Pruviloj.Internals.TyConInfo.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/docs/[builtins].html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/index.html
+share/${HS_PLATFORM}/${PKGNAME}/docs/pruviloj/styles.css
+share/${HS_PLATFORM}/${PKGNAME}/idrisdoc/styles.css
+share/${HS_PLATFORM}/${PKGNAME}/jsrts/Runtime-common.js
+share/${HS_PLATFORM}/${PKGNAME}/jsrts/Runtime-javascript.js
+share/${HS_PLATFORM}/${PKGNAME}/jsrts/Runtime-node.js
+share/${HS_PLATFORM}/${PKGNAME}/jsrts/jsbn/LICENSE
+share/${HS_PLATFORM}/${PKGNAME}/jsrts/jsbn/jsbn-browser.js
+share/${HS_PLATFORM}/${PKGNAME}/jsrts/jsbn/jsbn-node.js
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/00base-idx.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Control/Arrow.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Control/Catchable.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Control/Category.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Control/IOExcept.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Control/Isomorphism.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Control/Monad/Identity.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Control/Monad/RWS.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Control/Monad/Reader.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Control/Monad/State.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Control/Monad/Trans.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Control/Monad/Writer.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/Bits.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/Buffer.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/Complex.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/Erased.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/Fin.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/HVect.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/IORef.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/List.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/List/Quantifiers.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/List/Views.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/Mod2.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/Morphisms.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/Nat/Views.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/Primitives/Views.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/So.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/String.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/String/Views.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/Vect.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/Vect/Quantifiers.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Data/Vect/Views.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Debug/Error.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Debug/Trace.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Language/Reflection/Utils.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/Syntax/PreorderReasoning.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/System.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/System/Concurrency/Channels.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/System/Concurrency/Raw.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/base/System/Info.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/00contrib-idx.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/CFFI.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/CFFI/Memory.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/CFFI/Types.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Algebra.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Algebra/Lattice.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Algebra/Laws.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Algebra/NumericImplementations.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Algebra/VectorSpace.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Delayed.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Isomorphism/Extra.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Isomorphism/Fin.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Isomorphism/Primitives.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Isomorphism/Vect.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Monad/Syntax.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Partial.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/Pipeline.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/ST.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/ST/Exception.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/ST/File.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/ST/ImplicitCall.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Control/ST/Random.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Bool/Extra.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/BoundedList.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Chain.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/CoList.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Combinators.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Combinators/Applicative.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Combinators/Arrow.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Fin/Extra.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Fuel.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Fun.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Hash.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Heap.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/IOArray.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/List/Extra.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/List/Zipper.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Matrix.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Matrix/Algebraic.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Matrix/Numeric.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Nat.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Nat/DivMod.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Nat/DivMod/IteratedSubtraction.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Nat/Parity.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Pairs/Implicit.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/PosNat.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Rel.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Sign.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/SortedBag.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/SortedMap.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/SortedSet.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Storable.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/Stream/Extra.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/String/Extra.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Data/ZZ.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Decidable/Decidable.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Decidable/Order.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Interfaces/Correlative.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Interfaces/Proposition.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Interfaces/Verified.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Language/JSON.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Language/JSON/Data.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Language/JSON/Lexer.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Language/JSON/Parser.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Language/JSON/String.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Language/JSON/String/Lexer.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Language/JSON/String/Parser.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Language/JSON/String/Tokens.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Language/JSON/Tokens.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Network/Cgi.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Network/Socket.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Network/Socket/Data.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Network/Socket/Raw.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/System/Concurrency/Process.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Test/Unit.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Test/Unit/Assertions.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Test/Unit/Display.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Test/Unit/Generic.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Test/Unit/Runners.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Text/Lexer.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Text/Lexer/Core.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Text/Literate.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Text/Parser.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Text/Parser/Core.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Text/PrettyPrint/WL.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Text/PrettyPrint/WL/Characters.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Text/PrettyPrint/WL/Combinators.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Text/PrettyPrint/WL/Core.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Text/Quantity.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/contrib/Text/Token.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/00effects-idx.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/Default.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/Exception.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/File.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/Logging/Category.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/Logging/Default.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/Logging/Level.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/Memory.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/Monad.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/Perf.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/Random.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/Select.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/State.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/StdIO.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/System.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effect/Trans.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/effects/Effects.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/00prelude-idx.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Builtins.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Decidable/Equality.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/IO.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Language/Reflection.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Language/Reflection/Elab.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Language/Reflection/Errors.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Algebra.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Applicative.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Basics.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Bits.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Bool.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Cast.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Chars.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Doubles.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Either.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/File.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Foldable.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Functor.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Interactive.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Interfaces.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/List.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Maybe.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Monad.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Nat.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Pairs.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Providers.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Show.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Stream.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Strings.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Traversable.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/Uninhabited.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/prelude/Prelude/WellFounded.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/pruviloj/00pruviloj-idx.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/pruviloj/Pruviloj.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/pruviloj/Pruviloj/Core.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/pruviloj/Pruviloj/Derive/DecEq.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/pruviloj/Pruviloj/Derive/Eliminators.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/pruviloj/Pruviloj/Disjoint.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/pruviloj/Pruviloj/Induction.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/pruviloj/Pruviloj/Injective.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/pruviloj/Pruviloj/Internals.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/pruviloj/Pruviloj/Internals/TyConInfo.ibc
+share/${HS_PLATFORM}/${PKGNAME}/libs/pruviloj/Pruviloj/Renamers.ibc
+share/${HS_PLATFORM}/${PKGNAME}/rts/arduino/idris_main.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/getline.h
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_bitstring.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_bitstring.h
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_buffer.h
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_gc.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_gc.h
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_gmp.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_gmp.h
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_heap.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_heap.h
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_main.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_net.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_net.h
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_opts.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_opts.h
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_rts.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_rts.h
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_stats.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_stats.h
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_stdfgn.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_stdfgn.h
+share/${HS_PLATFORM}/${PKGNAME}/rts/idris_utf8.h
+share/${HS_PLATFORM}/${PKGNAME}/rts/libidris_rts.a
+share/${HS_PLATFORM}/${PKGNAME}/rts/libtest.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/mini-gmp.c
+share/${HS_PLATFORM}/${PKGNAME}/rts/mini-gmp.h



Home | Main Index | Thread Index | Old Index