-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
134 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
module Paths_TCache ( | ||
version, | ||
getBinDir, getLibDir, getDataDir, getLibexecDir, | ||
getDataFileName | ||
) where | ||
|
||
import qualified Control.Exception as Exception | ||
import Data.Version (Version(..)) | ||
import System.Environment (getEnv) | ||
catchIO :: IO a -> (Exception.IOException -> IO a) -> IO a | ||
catchIO = Exception.catch | ||
|
||
|
||
version :: Version | ||
version = Version {versionBranch = [0,10,2,0], versionTags = []} | ||
bindir, libdir, datadir, libexecdir :: FilePath | ||
|
||
bindir = "C:\\Users\\magocoal\\AppData\\Roaming\\cabal\\bin" | ||
libdir = "C:\\Users\\magocoal\\AppData\\Roaming\\cabal\\TCache-0.10.2.0\\ghc-7.4.2" | ||
datadir = "C:\\Users\\magocoal\\AppData\\Roaming\\cabal\\TCache-0.10.2.0" | ||
libexecdir = "C:\\Users\\magocoal\\AppData\\Roaming\\cabal\\TCache-0.10.2.0" | ||
|
||
getBinDir, getLibDir, getDataDir, getLibexecDir :: IO FilePath | ||
getBinDir = catchIO (getEnv "TCache_bindir") (\_ -> return bindir) | ||
getLibDir = catchIO (getEnv "TCache_libdir") (\_ -> return libdir) | ||
getDataDir = catchIO (getEnv "TCache_datadir") (\_ -> return datadir) | ||
getLibexecDir = catchIO (getEnv "TCache_libexecdir") (\_ -> return libexecdir) | ||
|
||
getDataFileName :: FilePath -> IO FilePath | ||
getDataFileName name = do | ||
dir <- getDataDir | ||
return (dir ++ "\\" ++ name) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
/* DO NOT EDIT: This file is automatically generated by Cabal */ | ||
|
||
/* package RefSerialize-0.3.1.0 */ | ||
#define VERSION_RefSerialize "0.3.1.0" | ||
#define MIN_VERSION_RefSerialize(major1,major2,minor) (\ | ||
(major1) < 0 || \ | ||
(major1) == 0 && (major2) < 3 || \ | ||
(major1) == 0 && (major2) == 3 && (minor) <= 1) | ||
|
||
/* package base-4.5.1.0 */ | ||
#define VERSION_base "4.5.1.0" | ||
#define MIN_VERSION_base(major1,major2,minor) (\ | ||
(major1) < 4 || \ | ||
(major1) == 4 && (major2) < 5 || \ | ||
(major1) == 4 && (major2) == 5 && (minor) <= 1) | ||
|
||
/* package bytestring-0.9.2.1 */ | ||
#define VERSION_bytestring "0.9.2.1" | ||
#define MIN_VERSION_bytestring(major1,major2,minor) (\ | ||
(major1) < 0 || \ | ||
(major1) == 0 && (major2) < 9 || \ | ||
(major1) == 0 && (major2) == 9 && (minor) <= 2) | ||
|
||
/* package containers-0.5.2.1 */ | ||
#define VERSION_containers "0.5.2.1" | ||
#define MIN_VERSION_containers(major1,major2,minor) (\ | ||
(major1) < 0 || \ | ||
(major1) == 0 && (major2) < 5 || \ | ||
(major1) == 0 && (major2) == 5 && (minor) <= 2) | ||
|
||
/* package directory-1.2.0.1 */ | ||
#define VERSION_directory "1.2.0.1" | ||
#define MIN_VERSION_directory(major1,major2,minor) (\ | ||
(major1) < 1 || \ | ||
(major1) == 1 && (major2) < 2 || \ | ||
(major1) == 1 && (major2) == 2 && (minor) <= 0) | ||
|
||
/* package mtl-2.1.2 */ | ||
#define VERSION_mtl "2.1.2" | ||
#define MIN_VERSION_mtl(major1,major2,minor) (\ | ||
(major1) < 2 || \ | ||
(major1) == 2 && (major2) < 1 || \ | ||
(major1) == 2 && (major2) == 1 && (minor) <= 2) | ||
|
||
/* package old-time-1.1.0.0 */ | ||
#define VERSION_old_time "1.1.0.0" | ||
#define MIN_VERSION_old_time(major1,major2,minor) (\ | ||
(major1) < 1 || \ | ||
(major1) == 1 && (major2) < 1 || \ | ||
(major1) == 1 && (major2) == 1 && (minor) <= 0) | ||
|
||
/* package stm-2.4 */ | ||
#define VERSION_stm "2.4" | ||
#define MIN_VERSION_stm(major1,major2,minor) (\ | ||
(major1) < 2 || \ | ||
(major1) == 2 && (major2) < 4 || \ | ||
(major1) == 2 && (major2) == 4 && (minor) <= 0) | ||
|
||
/* package text-0.11.2.3 */ | ||
#define VERSION_text "0.11.2.3" | ||
#define MIN_VERSION_text(major1,major2,minor) (\ | ||
(major1) < 0 || \ | ||
(major1) == 0 && (major2) < 11 || \ | ||
(major1) == 0 && (major2) == 11 && (minor) <= 2) | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[InstalledPackageInfo {installedPackageId = InstalledPackageId "TCache-0.10.2.0-inplace", sourcePackageId = PackageIdentifier {pkgName = PackageName "TCache", pkgVersion = Version {versionBranch = [0,10,2,0], versionTags = []}}, license = BSD3, copyright = "", maintainer = "[email protected]", author = "Alberto G\243mez Corona", stability = "", homepage = "", pkgUrl = "", synopsis = "A Transactional cache with user-defined persistence", description = "TCache is a transactional cache with configurable persitence. It allows conventional\nSTM transactions for objects that syncronize with their user-defined storages.\nState in memory and into permanent storage is transactionally coherent.\n\nThe package implements serializable STM references, access by key and by record field value, triggers,\nfull text and field indexation, default serialization and a query language based on record fields\n\n0.10 version add memoization and a persistent and transactional collection/queue.\n\n0.10.0.8 subversion add cachedByKeySTM\n\n0.10.0.9 fixed an error in clearSyncChacheProc and SynWrite Asyncronous that checked the cache continuously\n\nSee \"Data.TCache\" for details\n\nIn this release:\n\nadded setDefaultPersist and modified the signature of setPersist in Data.TCache.DefaultPersistence.\nFixed issues with ghc 7.6.3", category = "Data, Database", exposed = True, exposedModules = ["Data.TCache","Data.TCache.DefaultPersistence","Data.TCache.Defs","Data.TCache.IResource","Data.TCache.IndexQuery","Data.TCache.IndexText","Data.TCache.Memoization","Data.TCache.Triggers","Data.Persistent.Collection","Data.Persistent.IDynamic"], hiddenModules = [], trusted = False, importDirs = ["C:\\Users\\magocoal\\SkyDrive\\Haskell\\devel\\TCache\\dist\\build"], libraryDirs = ["C:\\Users\\magocoal\\SkyDrive\\Haskell\\devel\\TCache\\dist\\build"], hsLibraries = ["HSTCache-0.10.2.0"], extraLibraries = [], extraGHCiLibraries = [], includeDirs = [], includes = [], depends = [InstalledPackageId "RefSerialize-0.3.1.0-680059356e6e34f4eb5ea81d8ba6ec53",InstalledPackageId "base-4.5.1.0-7c83b96f47f23db63c42a56351dcb917",InstalledPackageId "bytestring-0.9.2.1-0c74e8abeebb3c3d794fd93f5313ffd8",InstalledPackageId "containers-0.5.2.1-389d1c7cba43d9e33b52fdf739a5f6de",InstalledPackageId "directory-1.2.0.1-c2b315a200318ea41485209de361118e",InstalledPackageId "mtl-2.1.2-5337caef659244e51e2f5fb2e944d97f",InstalledPackageId "old-time-1.1.0.0-faa8f195d3a1c39bf0ccb8384aa86e9f",InstalledPackageId "stm-2.4-7929e2354ddb937b8bf4d18cb0816e56",InstalledPackageId "text-0.11.2.3-869d65d8671d33fd6c06b8d48acbf106"], hugsOptions = [], ccOptions = [], ldOptions = [], frameworkDirs = [], frameworks = [], haddockInterfaces = ["C:\\Users\\magocoal\\SkyDrive\\Haskell\\devel\\TCache\\dist\\doc\\html\\TCache\\TCache.haddock"], haddockHTMLs = ["C:\\Users\\magocoal\\SkyDrive\\Haskell\\devel\\TCache\\dist\\doc\\html\\TCache"]} | ||
] |
Large diffs are not rendered by default.
Oops, something went wrong.