Commit 2c295d99 authored by Mael NICOLAS's avatar Mael NICOLAS

search and fetch

parent ad53f2f7
......@@ -29,12 +29,12 @@ version :: Version
version = Version [0,1,0,0] []
bindir, libdir, dynlibdir, datadir, libexecdir, sysconfdir :: FilePath
bindir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.13/8.6.4/bin"
libdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.13/8.6.4/lib/x86_64-linux-ghc-8.6.4/pubMedCrawler-0.1.0.0-C7AnyynW4wrBEUqriMP0VB"
dynlibdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.13/8.6.4/lib/x86_64-linux-ghc-8.6.4"
datadir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.13/8.6.4/share/x86_64-linux-ghc-8.6.4/pubMedCrawler-0.1.0.0"
libexecdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.13/8.6.4/libexec/x86_64-linux-ghc-8.6.4/pubMedCrawler-0.1.0.0"
sysconfdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.13/8.6.4/etc"
bindir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.20/8.6.5/bin"
libdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.20/8.6.5/lib/x86_64-linux-ghc-8.6.5/pubMedCrawler-0.1.0.0-8Wqkp6Fe22MIhhDvfF6lcC"
dynlibdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.20/8.6.5/lib/x86_64-linux-ghc-8.6.5"
datadir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.20/8.6.5/share/x86_64-linux-ghc-8.6.5/pubMedCrawler-0.1.0.0"
libexecdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.20/8.6.5/libexec/x86_64-linux-ghc-8.6.5/pubMedCrawler-0.1.0.0"
sysconfdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.20/8.6.5/etc"
getBinDir, getLibDir, getDynLibDir, getDataDir, getLibexecDir, getSysconfDir :: IO FilePath
getBinDir = catchIO (getEnv "pubMedCrawler_bindir") (\_ -> return bindir)
......
......@@ -110,28 +110,17 @@
(major1) == 1 && (major2) == 8 && (minor) <= 0)
#endif /* MIN_VERSION_xml_conduit */
/* tool alex-3.2.4 */
/* tool alex-3.2.3 */
#ifndef TOOL_VERSION_alex
#define TOOL_VERSION_alex "3.2.4"
#define TOOL_VERSION_alex "3.2.3"
#endif /* TOOL_VERSION_alex */
#ifndef MIN_TOOL_VERSION_alex
#define MIN_TOOL_VERSION_alex(major1,major2,minor) (\
(major1) < 3 || \
(major1) == 3 && (major2) < 2 || \
(major1) == 3 && (major2) == 2 && (minor) <= 4)
(major1) == 3 && (major2) == 2 && (minor) <= 3)
#endif /* MIN_TOOL_VERSION_alex */
/* tool c2hs-0.28.6 */
#ifndef TOOL_VERSION_c2hs
#define TOOL_VERSION_c2hs "0.28.6"
#endif /* TOOL_VERSION_c2hs */
#ifndef MIN_TOOL_VERSION_c2hs
#define MIN_TOOL_VERSION_c2hs(major1,major2,minor) (\
(major1) < 0 || \
(major1) == 0 && (major2) < 28 || \
(major1) == 0 && (major2) == 28 && (minor) <= 6)
#endif /* MIN_TOOL_VERSION_c2hs */
/* tool gcc-7 */
#ifndef TOOL_VERSION_gcc
#define TOOL_VERSION_gcc "7"
......@@ -143,26 +132,26 @@
(major1) == 7 && (major2) == 0 && (minor) <= 0)
#endif /* MIN_TOOL_VERSION_gcc */
/* tool ghc-8.6.4 */
/* tool ghc-8.6.5 */
#ifndef TOOL_VERSION_ghc
#define TOOL_VERSION_ghc "8.6.4"
#define TOOL_VERSION_ghc "8.6.5"
#endif /* TOOL_VERSION_ghc */
#ifndef MIN_TOOL_VERSION_ghc
#define MIN_TOOL_VERSION_ghc(major1,major2,minor) (\
(major1) < 8 || \
(major1) == 8 && (major2) < 6 || \
(major1) == 8 && (major2) == 6 && (minor) <= 4)
(major1) == 8 && (major2) == 6 && (minor) <= 5)
#endif /* MIN_TOOL_VERSION_ghc */
/* tool ghc-pkg-8.6.4 */
/* tool ghc-pkg-8.6.5 */
#ifndef TOOL_VERSION_ghc_pkg
#define TOOL_VERSION_ghc_pkg "8.6.4"
#define TOOL_VERSION_ghc_pkg "8.6.5"
#endif /* TOOL_VERSION_ghc_pkg */
#ifndef MIN_TOOL_VERSION_ghc_pkg
#define MIN_TOOL_VERSION_ghc_pkg(major1,major2,minor) (\
(major1) < 8 || \
(major1) == 8 && (major2) < 6 || \
(major1) == 8 && (major2) == 6 && (minor) <= 4)
(major1) == 8 && (major2) == 6 && (minor) <= 5)
#endif /* MIN_TOOL_VERSION_ghc_pkg */
/* tool haddock-2.22.0 */
......@@ -176,15 +165,15 @@
(major1) == 2 && (major2) == 22 && (minor) <= 0)
#endif /* MIN_TOOL_VERSION_haddock */
/* tool happy-1.19.9 */
/* tool happy-1.19.8 */
#ifndef TOOL_VERSION_happy
#define TOOL_VERSION_happy "1.19.9"
#define TOOL_VERSION_happy "1.19.8"
#endif /* TOOL_VERSION_happy */
#ifndef MIN_TOOL_VERSION_happy
#define MIN_TOOL_VERSION_happy(major1,major2,minor) (\
(major1) < 1 || \
(major1) == 1 && (major2) < 19 || \
(major1) == 1 && (major2) == 19 && (minor) <= 9)
(major1) == 1 && (major2) == 19 && (minor) <= 8)
#endif /* MIN_TOOL_VERSION_happy */
/* tool hpc-0.67 */
......@@ -231,15 +220,15 @@
(major1) == 0 && (major2) == 29 && (minor) <= 1)
#endif /* MIN_TOOL_VERSION_pkg_config */
/* tool runghc-8.6.4 */
/* tool runghc-8.6.5 */
#ifndef TOOL_VERSION_runghc
#define TOOL_VERSION_runghc "8.6.4"
#define TOOL_VERSION_runghc "8.6.5"
#endif /* TOOL_VERSION_runghc */
#ifndef MIN_TOOL_VERSION_runghc
#define MIN_TOOL_VERSION_runghc(major1,major2,minor) (\
(major1) < 8 || \
(major1) == 8 && (major2) < 6 || \
(major1) == 8 && (major2) == 6 && (minor) <= 4)
(major1) == 8 && (major2) == 6 && (minor) <= 5)
#endif /* MIN_TOOL_VERSION_runghc */
/* tool strip-2.30 */
......@@ -254,10 +243,10 @@
#endif /* MIN_TOOL_VERSION_strip */
#ifndef CURRENT_PACKAGE_KEY
#define CURRENT_PACKAGE_KEY "pubMedCrawler-0.1.0.0-C7AnyynW4wrBEUqriMP0VB"
#define CURRENT_PACKAGE_KEY "pubMedCrawler-0.1.0.0-8Wqkp6Fe22MIhhDvfF6lcC"
#endif /* CURRENT_PACKAGE_KEY */
#ifndef CURRENT_COMPONENT_ID
#define CURRENT_COMPONENT_ID "pubMedCrawler-0.1.0.0-C7AnyynW4wrBEUqriMP0VB"
#define CURRENT_COMPONENT_ID "pubMedCrawler-0.1.0.0-8Wqkp6Fe22MIhhDvfF6lcC"
#endif /* CURRENT_COMPONENT_ID */
#ifndef CURRENT_PACKAGE_VERSION
#define CURRENT_PACKAGE_VERSION "0.1.0.0"
......
......@@ -29,12 +29,12 @@ version :: Version
version = Version [0,1,0,0] []
bindir, libdir, dynlibdir, datadir, libexecdir, sysconfdir :: FilePath
bindir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.13/8.6.4/bin"
libdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.13/8.6.4/lib/x86_64-linux-ghc-8.6.4/pubMedCrawler-0.1.0.0-Auzr9R523ny1EhzrTNL0jn-pubMedCrawler-exe"
dynlibdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.13/8.6.4/lib/x86_64-linux-ghc-8.6.4"
datadir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.13/8.6.4/share/x86_64-linux-ghc-8.6.4/pubMedCrawler-0.1.0.0"
libexecdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.13/8.6.4/libexec/x86_64-linux-ghc-8.6.4/pubMedCrawler-0.1.0.0"
sysconfdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.13/8.6.4/etc"
bindir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.20/8.6.5/bin"
libdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.20/8.6.5/lib/x86_64-linux-ghc-8.6.5/pubMedCrawler-0.1.0.0-CoWoixyMIOrG75fInCVpvr-pubMedCrawler-exe"
dynlibdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.20/8.6.5/lib/x86_64-linux-ghc-8.6.5"
datadir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.20/8.6.5/share/x86_64-linux-ghc-8.6.5/pubMedCrawler-0.1.0.0"
libexecdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.20/8.6.5/libexec/x86_64-linux-ghc-8.6.5/pubMedCrawler-0.1.0.0"
sysconfdir = "/home/mudada/Code/Haskell/crawler/pubMed/.stack-work/install/x86_64-linux/lts-13.20/8.6.5/etc"
getBinDir, getLibDir, getDynLibDir, getDataDir, getLibexecDir, getSysconfDir :: IO FilePath
getBinDir = catchIO (getEnv "pubMedCrawler_bindir") (\_ -> return bindir)
......
......@@ -121,28 +121,17 @@
(major1) == 1 && (major2) == 8 && (minor) <= 0)
#endif /* MIN_VERSION_xml_conduit */
/* tool alex-3.2.4 */
/* tool alex-3.2.3 */
#ifndef TOOL_VERSION_alex
#define TOOL_VERSION_alex "3.2.4"
#define TOOL_VERSION_alex "3.2.3"
#endif /* TOOL_VERSION_alex */
#ifndef MIN_TOOL_VERSION_alex
#define MIN_TOOL_VERSION_alex(major1,major2,minor) (\
(major1) < 3 || \
(major1) == 3 && (major2) < 2 || \
(major1) == 3 && (major2) == 2 && (minor) <= 4)
(major1) == 3 && (major2) == 2 && (minor) <= 3)
#endif /* MIN_TOOL_VERSION_alex */
/* tool c2hs-0.28.6 */
#ifndef TOOL_VERSION_c2hs
#define TOOL_VERSION_c2hs "0.28.6"
#endif /* TOOL_VERSION_c2hs */
#ifndef MIN_TOOL_VERSION_c2hs
#define MIN_TOOL_VERSION_c2hs(major1,major2,minor) (\
(major1) < 0 || \
(major1) == 0 && (major2) < 28 || \
(major1) == 0 && (major2) == 28 && (minor) <= 6)
#endif /* MIN_TOOL_VERSION_c2hs */
/* tool gcc-7 */
#ifndef TOOL_VERSION_gcc
#define TOOL_VERSION_gcc "7"
......@@ -154,26 +143,26 @@
(major1) == 7 && (major2) == 0 && (minor) <= 0)
#endif /* MIN_TOOL_VERSION_gcc */
/* tool ghc-8.6.4 */
/* tool ghc-8.6.5 */
#ifndef TOOL_VERSION_ghc
#define TOOL_VERSION_ghc "8.6.4"
#define TOOL_VERSION_ghc "8.6.5"
#endif /* TOOL_VERSION_ghc */
#ifndef MIN_TOOL_VERSION_ghc
#define MIN_TOOL_VERSION_ghc(major1,major2,minor) (\
(major1) < 8 || \
(major1) == 8 && (major2) < 6 || \
(major1) == 8 && (major2) == 6 && (minor) <= 4)
(major1) == 8 && (major2) == 6 && (minor) <= 5)
#endif /* MIN_TOOL_VERSION_ghc */
/* tool ghc-pkg-8.6.4 */
/* tool ghc-pkg-8.6.5 */
#ifndef TOOL_VERSION_ghc_pkg
#define TOOL_VERSION_ghc_pkg "8.6.4"
#define TOOL_VERSION_ghc_pkg "8.6.5"
#endif /* TOOL_VERSION_ghc_pkg */
#ifndef MIN_TOOL_VERSION_ghc_pkg
#define MIN_TOOL_VERSION_ghc_pkg(major1,major2,minor) (\
(major1) < 8 || \
(major1) == 8 && (major2) < 6 || \
(major1) == 8 && (major2) == 6 && (minor) <= 4)
(major1) == 8 && (major2) == 6 && (minor) <= 5)
#endif /* MIN_TOOL_VERSION_ghc_pkg */
/* tool haddock-2.22.0 */
......@@ -187,15 +176,15 @@
(major1) == 2 && (major2) == 22 && (minor) <= 0)
#endif /* MIN_TOOL_VERSION_haddock */
/* tool happy-1.19.9 */
/* tool happy-1.19.8 */
#ifndef TOOL_VERSION_happy
#define TOOL_VERSION_happy "1.19.9"
#define TOOL_VERSION_happy "1.19.8"
#endif /* TOOL_VERSION_happy */
#ifndef MIN_TOOL_VERSION_happy
#define MIN_TOOL_VERSION_happy(major1,major2,minor) (\
(major1) < 1 || \
(major1) == 1 && (major2) < 19 || \
(major1) == 1 && (major2) == 19 && (minor) <= 9)
(major1) == 1 && (major2) == 19 && (minor) <= 8)
#endif /* MIN_TOOL_VERSION_happy */
/* tool hpc-0.67 */
......@@ -242,15 +231,15 @@
(major1) == 0 && (major2) == 29 && (minor) <= 1)
#endif /* MIN_TOOL_VERSION_pkg_config */
/* tool runghc-8.6.4 */
/* tool runghc-8.6.5 */
#ifndef TOOL_VERSION_runghc
#define TOOL_VERSION_runghc "8.6.4"
#define TOOL_VERSION_runghc "8.6.5"
#endif /* TOOL_VERSION_runghc */
#ifndef MIN_TOOL_VERSION_runghc
#define MIN_TOOL_VERSION_runghc(major1,major2,minor) (\
(major1) < 8 || \
(major1) == 8 && (major2) < 6 || \
(major1) == 8 && (major2) == 6 && (minor) <= 4)
(major1) == 8 && (major2) == 6 && (minor) <= 5)
#endif /* MIN_TOOL_VERSION_runghc */
/* tool strip-2.30 */
......@@ -265,7 +254,7 @@
#endif /* MIN_TOOL_VERSION_strip */
#ifndef CURRENT_COMPONENT_ID
#define CURRENT_COMPONENT_ID "pubMedCrawler-0.1.0.0-Auzr9R523ny1EhzrTNL0jn-pubMedCrawler-exe"
#define CURRENT_COMPONENT_ID "pubMedCrawler-0.1.0.0-CoWoixyMIOrG75fInCVpvr-pubMedCrawler-exe"
#endif /* CURRENT_COMPONENT_ID */
#ifndef CURRENT_PACKAGE_VERSION
#define CURRENT_PACKAGE_VERSION "0.1.0.0"
......
==================== FINAL INTERFACE ====================
2019-05-07 13:31:08.0896774 UTC
2019-05-07 16:39:49.260297481 UTC
interface pubMedCrawler-0.1.0.0-C7AnyynW4wrBEUqriMP0VB:Lib 8064
interface hash: c484c663807e2a1d918466e6f433c752
ABI hash: 5f86caf9996e1094b6a84b0dc9ed4a34
export-list hash: 14459c9b9e8f391048e1de798ab85c73
interface pubMedCrawler-0.1.0.0-8Wqkp6Fe22MIhhDvfF6lcC:Lib 8065
interface hash: 6a7602fd40fe64b94eceb08a17496c5c
ABI hash: 1395e7e0bccb35b33f4fb69ad7c7278a
export-list hash: be431322ae622a3fe438a9ff833ca211
orphan hash: 693e9af84d3dfcc71e640e005bdc5e2e
flag hash: d59a86fc39dabe8754ebbfb830e37f1e
opt_hash: 6faf2de08de32d19db9870899d88e59a
......@@ -28,36 +28,36 @@ family instance modules: base-4.12.0.0:Control.Applicative
import -/ base-4.12.0.0:Prelude 3c779dfd6448bdd8e234c336802c2acb
import -/ base-4.12.0.0:System.IO dd4f3cfe73b94b7cae46a4ca98a3f09f
import -/ ghc-prim-0.5.3:GHC.Types 57064c9f957b09bc2e360061ad5cae0b
a2f5b300960a48f3aefdad3768331189
d9fe474b66bcff992df7a8f28739c41f
$trModule :: GHC.Types.Module
{- HasNoCafRefs, Strictness: m,
Unfolding: (GHC.Types.Module Lib.$trModule3 Lib.$trModule1) -}
525230a1ea5820c5b5f37892c037e970
d3015220827527c5b44dd17824ce9b22
$trModule1 :: GHC.Types.TrName
{- HasNoCafRefs, Strictness: m1,
Unfolding: (GHC.Types.TrNameS Lib.$trModule2) -}
e47ccda9cd8424b487f8a11c5afae354
e9f2237d2f7419c91b76fe8836ca1ea5
$trModule2 :: GHC.Prim.Addr#
{- HasNoCafRefs, Unfolding: ("Lib"#) -}
75bed0dbecef1cc8f30db8893516a763
aea83e2ddf7f95bab1032ac7f6ed3f91
$trModule3 :: GHC.Types.TrName
{- HasNoCafRefs, Strictness: m1,
Unfolding: (GHC.Types.TrNameS Lib.$trModule4) -}
8579470f304605c06b1c2057da8075fb
db29956b37b7360afdc601f9e7e266d1
$trModule4 :: GHC.Prim.Addr#
{- HasNoCafRefs,
Unfolding: ("pubMedCrawler-0.1.0.0-C7AnyynW4wrBEUqriMP0VB"#) -}
7bbd85a90c4b80e4bfbdda2e3148984f
Unfolding: ("pubMedCrawler-0.1.0.0-8Wqkp6Fe22MIhhDvfF6lcC"#) -}
2a5532caec66110df52b01d57a563c4f
someFunc :: GHC.Types.IO ()
{- Arity: 1,
Unfolding: (GHC.IO.Handle.Text.hPutStr'
GHC.IO.Handle.FD.stdout
Lib.someFunc1
GHC.Types.True) -}
38e8167854d8c9e1f7bc50f18e491675
1386456559f8fb0872ce091739d73097
someFunc1 :: [GHC.Types.Char]
{- Unfolding: (GHC.CString.unpackCString# Lib.someFunc2) -}
9edde7d7b2ead33a6c6209ce9cc73c13
1d8af0b45adf1167ec31b5d738791e0b
someFunc2 :: GHC.Prim.Addr#
{- HasNoCafRefs, Unfolding: ("someFunc"#) -}
trusted: safe
......
name: pubMedCrawler
version: 0.1.0.0
id: pubMedCrawler-0.1.0.0-C7AnyynW4wrBEUqriMP0VB
key: pubMedCrawler-0.1.0.0-C7AnyynW4wrBEUqriMP0VB
id: pubMedCrawler-0.1.0.0-8Wqkp6Fe22MIhhDvfF6lcC
key: pubMedCrawler-0.1.0.0-8Wqkp6Fe22MIhhDvfF6lcC
license: BSD-3-Clause
copyright: 2019 Author name here
maintainer: example@example.com
......@@ -18,14 +18,14 @@ import-dirs: /home/mudada/Code/Haskell/crawler/pubMed/.stack-work/dist/x86_64-li
library-dirs: /home/mudada/Code/Haskell/crawler/pubMed/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build
dynamic-library-dirs: /home/mudada/Code/Haskell/crawler/pubMed/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build
data-dir: /home/mudada/Code/Haskell/crawler/pubMed
hs-libraries: HSpubMedCrawler-0.1.0.0-C7AnyynW4wrBEUqriMP0VB
hs-libraries: HSpubMedCrawler-0.1.0.0-8Wqkp6Fe22MIhhDvfF6lcC
depends:
base-4.12.0.0 bytestring-0.10.8.2
http-client-0.5.14-BmvjRr61xicHDlZPm45iz6
http-client-tls-0.3.5.3-FAL04J1mPylH8Z6lz6QwBf
http-client-0.5.14-3QMpeAVXundx3WZ6yuAID
http-client-tls-0.3.5.3-JMlaprEuizFIaEC34cVZGc
http-media-0.7.1.3-KopfySt1Ui92HdOSpFHWsR
servant-0.15-GAoSZCgmnKsLOJaBdgBFRr
servant-client-0.15-AjaPWFHEPfU9HJTtXHYLTX text-1.2.3.1
xml-conduit-1.8.0.1-F6a4hrdj1lV8pr4JjZoFp
servant-0.15-A5NNJfuTfkdLgbtFldK0bP
servant-client-0.15-2QP3m45j5eu16usVJNUaiH text-1.2.3.1
xml-conduit-1.8.0.1-CrdKzOr2Z7ViCSkqWvENY
haddock-interfaces: /home/mudada/Code/Haskell/crawler/pubMed/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/doc/html/pubMedCrawler/pubMedCrawler.haddock
haddock-html: /home/mudada/Code/Haskell/crawler/pubMed/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/doc/html/pubMedCrawler
Copyright Author name here (c) 2019
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Author name here nor the names of other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment