úÎ!žÂ•˜’      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefgh i j k l m n o p q r s t u v w x y z { | } ~  € ‚ ƒ „ … † ‡ ˆ ‰ Š ‹ Œ Ž ‘ Nonehsass\Marshal a NUL terminated C string (UTF-8 encoded) into Haskell string. It is equivalent to ’ but with different encoding.hsass^Marshal a Haskell string into a NUL terminated C string (UTF-8 encoded). It is equivalent to “ but with different encoding.hsassMarshal a Haskell string into a C string (i.e., character array) in temporary storage, with explicit length information. It is equivalent to ” but with different encoding.hsassCopies • to newly allocated –-. The result must be explicitly freed using — or ˜.NoneôhsasswithOptionalCString  str action, if str is Nothing, action) is not invoked, otherwise behaves like ”. hsass;Checks if the pointer in state points to non-null location.!hsass loopCArray  action list calls action over each element of list4 that is C array with NULL signifying end of array."hsass1Copies converted list of elements to new C array.#hsassJConcatenates list of paths, separating entries with appropriate character.$hsass6Generates array indices for array of specified length."hsass List creator.hsassConversion function.hsassSet element function.hsass Elements. !"#$ !"#$NoneB %hsass!Represents value used by libsass.&hsassBoolean value.'hsassNumber (value and unit).(hsass RGBA color.)hsassString*hsassList of %s.+hsassMap.,hsass Null value.-hsassWarning with message..hsassError with message.3hsass Entry of +. %'()*+,.-&/01233%'()*+,.-&/012 None56hsassDescription of the header.8hsassPriority of the header.9hsassMain function.:hsass-Type of the function that acts like a header.;hsassDescription of the importer.=hsassPriority of the importer.>hsassMain function.?hsass0Type of the function that acts like an importer.WYou may return the empty list in order to tell libsass to handle the import by itself.@hsassCRepresents a sass import - a sass content with additional metadata.CEven though this ADT has four fields, you may just provide either B and C/ and leave loading to the library, or provide D and do not provide C;. Nevertheless, you are free to provide all of the fields.Bhsass9Path to the import, as requested by the import statement.ChsassAbsolute path to the file.DhsassImport's source.EhsassSource map of the import.Fhsass<Description of the function that may be used in sass source.Hhsass/Signature of the function, parsable by libsass.IhsassMain function.Jhsass5Type of the function that may be used in sass source.KhsassK s is equivalent to @  Nothing Nothing (Just s) Nothing.LhsassL p is equivalent to @ !(Just p) (Just p) Nothing Nothing.:hsass*Absolute path to the file being processed.hsassImports.?hsass+Path to the import that needs to be loaded.hsass$Absolute path to the importing file.hsassImports.JhsassArguments of the function (*).hsassResult of the computation.6789:;<=>?@ABCDEFGHIJKLJFGHI@ABCDE?;<=>:6789KLNoneM¯Mhsass6Describes compilation options. With the exception of a:, these correspond to the compilation options of libsass.Ohsass Precision of fractional numbers.Phsass(Output style for the generated css code.QhsassMEmit comments in the generated CSS indicating the corresponding source line.Rhsass#Embed sourceMappingUrl as data uri.ShsassEmbed include contents in maps.Thsass'Disable sourceMappingUrl in css output.Uhsass1Treat source_string as sass (as opposed to scss).Vhsass"String to be used for indentation.Whsass$String to be used to for line feeds.XhsassThe input path used for source map generation. It can be used to define something with string compilation or to overload the input file path.Yhsass/The output path used for source map generation.Zhsass&Paths used to load plugins by libsass.[hsassPaths used to resolve @include.\hsass^Path to source map file. Enables source map generation and is used to create sourceMappingUrl]hsass!Directly inserted in source maps.^hsass?List of user-supplied functions that may be used in sass files._hsass®List of user-supplied functions that provide "headers" for sass files. Header is injected at the beginning of a file which name is passed as the first argument of importer.`hsass@List of user-supplied functions that resolve @import directives.ahsassRemove @charset "UTF-8";\n1 or byte-order mark from CSS output, if present.bhsass The default M:O = 5P = V = two spacesW = "\n"All other fields default to ™ or š.chsass = bMNOPQRSTUVWXYZ[\]^_`abMNOPQRSTUVWXYZ[\]^_`abNoneQâdhsass Converts a % to native type.ehsassConverts native value to %.›hsassReal code for e.fhsassFrees native representation of %.ghsassMakes œ from  to native representation of %.defgdefg NonebÄhhsassWraps function of type J5 into function that may be passed to native library.ihsass Converts F into native representation.FIf you don't want to pass the resulting object to Sass_Options, call j.jhsass:Deallocates the object, but does not deallocate signature.khsassConverts list of Fs into native representation.NThere is analogous problem in relation to deallocation of the result as with i*. See documentation above for explanation.lhsass9Frees the list and entries, without releasing signatures.mhsassWraps function of type ?.nhsass Converts @ into native representation.ohsassFrees native representation of @.phsassConverts list of @s into native representation.qhsass'Frees native representation of list of  SassEntry, including entries.rhsass Converts ; into native representation.shsassFrees native representation of ;.thsass'Makes native representation of list of ;s.uhsass(Frees list of native representations of ;s.`Libsass does not provide function to free this kind of objects, but we provide it just in case.hijklmnopqrstuhijklmnopqrstu NonegGvhsassCopies M to native object, excluding ^.whsassCopies ^L to native object, executes action, clears leftovers (see documentation of i) and returns action result.whsassOptions.hsassNative options.hsassAction.hsassResultvwvw Noneg !"#$defghijklmnopqrstuvw None=?žhsassBTypeclass that allows multiple results from compilation functions.,Currently, only three types are supported - Ÿ, • and { a/ (where a is something that is an instance of žˆ). The first provides only a compiled string, the latter one gives access to a list of included files and a source map (if available).xhsassResult of compilation -   }# or extended results - a compiled •0 with a list of included files and a source map.!Subject to name change in future.yhsassResult of compilation -   }Y or extended results - a compiled string with a list of included files and a source map.!Subject to name change in future.zhsassResult of compilation -   } or a compiled string.!Subject to name change in future.{hsassNRepresents extended result - compiled string (or other string-like type, eg. •+) with a list of includes and a source map.!Subject to name change in future.|hsassCompiled string.}hsassRepresents compilation error.~hsassCompilation satus code.¡hsassHLoads specified property from a context and converts it to desired type.¢hsassEquivalent of ¡ get 'peekUTF8CString err.£hsassEquivalent of ¡ get ¤ err.hsass)Loads information about an error as JSON.€hsassLoads an error text.hsass$Loads a user-friendly error message.‚hsass'Loads a filename where problem occured.ƒhsassLoads an error source.„hsass/Loads a line in the file where problem occured.…hsass/Loads a line in the file where problem occured.†hsassALoads a list of files that have been included during compilation.‡hsass2Loads a source map if it was generated by libsass.¥hsassCommon code for ˆ and ‰.ˆhsass(Compiles a file using specified options.‰hsass2Compiles raw Sass content using specified options.Šhsass2Compiles raw Sass content using specified options.Žhsass-Compiled code with includes and a source map.hsass$Only compiled code (UTF-8 encoding).hsassOnly compiled code.¡hsassAccessor function.hsassConversion method.hsassPointer to context.hsassResult.¢hsassAccessor function.hsassPointer to context.hsassResult.£hsassAccessor function.hsassPointer to context.hsassResult.¥hsass-String that will be passed to 'make context'.hsass Make context.hsassCompile context.hsassContext finalizer.ˆhsassPath to the file.hsassCompilation options.hsassError or output string.‰hsassString to compile.hsassCompilation options.hsassError or output string.ŠhsassString to compile.hsassCompilation options.hsassError or output string.xyz{|}~€‚ƒ„…†‡ˆ‰Šˆ‰Š{zyx|†‡}~€‚ƒ„… experimentalNone‘ [ %'()*+,.-&/01236789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abxyz{|}~€‚ƒ„…†‡ˆ‰ŠNone•‘hsass Combines two %'s using specified operator. | | Uses ¦.‘hsass Operator.hsass First value.hsass Second value.hsassResulting value. ‘‘ §  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGGHIJKKLMNOOPQRSTTUVWXYZZ[\]^_`abcdefghijklmnopqrs t u v w x y z { | } ~  € ‚ ƒ „ … † ‡ ˆ ? ‰ Š ‹ Œ Ž ‘ ’ “ ” • – — ˜ ™ š ›œžŸž ž¡¢£¤ž¥¦§¦¨©ª«¬­®¯°±² ³´µ¶· ¸ ¹ º»¼ ½¾¿À!hsass-0.8.0-xM2jy3rknGFDeKlycjjzc Text.SassText.Sass.OptionsText.Sass.ValuesText.Sass.Values.UtilsText.Sass.Marshal.InternalText.Sass.UtilsText.Sass.FunctionsText.Sass.Values.InternalText.Sass.Functions.InternalText.Sass.Options.InternalText.Sass.CompilationText.Sass.Internal1data-default-class-0.1.2.0-FeIQ5tLoVZBHMSgrT9zptQData.Default.Classdef'hlibsass-0.1.8.0-8bl4Bh71glAA05Gm5wxyUiBindings.Libsass.TypesSassStyleToSassSassStyleInspectSassStyleCompressedSassStyleCompactSassStyleExpandedSassStyleNestedSassOutputStyleSassSeparatorHashSassSeparatorSpaceSassSeparatorComma SassSeparator SassNumOpsSassModSassDivSassMulSassSubSassAddSassLteSassLtSassGteSassGtSassNeqSassEqSassOrSassAndSassOppeekUTF8CStringnewUTF8CStringwithUTF8CStringnewCStringFromBSwithOptionalUTF8CStringlistEntryNotNull loopCList copyToCList concatPaths arrayRange SassValueSassBool SassNumber SassColor SassStringSassListSassMapSassNull SassWarning SassError sassColorR sassColorG sassColorB sassColorA SassMapEntry $fEqSassValue$fShowSassValue SassHeaderheaderPriorityheaderFunctionSassHeaderType SassImporterimporterPriorityimporterFunctionSassImporterType SassImport importPathimportAbsolutePath importSourceimportSourceMap SassFunction funcSignaturefuncComputationSassFunctionTypemakeSourceImportmakePathImport SassOptions sassPrecisionsassOutputStylesassSourceCommentssassSourceMapEmbedsassSourceMapContentssassOmitSourceMapUrlsassIsIndentedSyntax sassIndent sassLinefeed sassInputPathsassOutputPathsassPluginPathssassIncludePathssassSourceMapFilesassSourceMapRoot sassFunctions sassHeaders sassImporterssassStripEncodingInfodefaultSassOptions$fDefaultSassOptions toNativeValuefromNativeValuedeleteNativeValuemakeValueForeignPtr wrapFunctionmakeNativeFunctionfreeNativeFunctionmakeNativeFunctionListfreeNativeFunctionList wrapImportermakeNativeImportfreeNativeImportmakeNativeImportListfreeNativeImportListmakeNativeImporterfreeNativeImportermakeNativeImporterListfreeNativeImporterListcopyOptionsToNative withFunctionsExtendedResultBSExtendedResult StringResultSassExtendedResult resultString errorStatus errorJson errorText errorMessage errorFile errorSource errorLine errorColumnresultIncludesresultSourcemap compileFile compileStringcompileByteString $fEqSassError$fShowSassError$fShowSassExtendedResult$fSassResultSassExtendedResult$fSassResultByteString$fSassResult[]combineSassValuesbaseForeign.C.String peekCString newCString withCStringbytestring-0.10.8.2Data.ByteString.Internal ByteStringCStringForeign.Marshal.Allocfree finalizerFreeghc-prim GHC.TypesFalse GHC.MaybeNothingfromNativeValue'GHC.ForeignPtr ForeignPtrGHC.PtrPtr SassResultGHC.BaseString Data.EitherEither loadFromErrorloadStringFromErrorloadIntFromErrorGHC.Num fromIntegercompileInternalBindings.Libsass.Values sass_value_op