name: numeric-qq version: 0.1.3 synopsis: Quasi-quoters for numbers of different bases description: Quasi-quoters for numeral systems of standard bases: . * Binary (base-2) . * Octal (base-8) . * Hexadecimal (base-16) . All they do is produce integral numbers at compile-time with compile-time syntax checking. category: QuasiQuotes, Numeric homepage: https://github.com/nikita-volkov/numeric-qq bug-reports: https://github.com/nikita-volkov/numeric-qq/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2014, Nikita Volkov license: MIT license-file: LICENSE build-type: Custom cabal-version: >=1.10 source-repository head type: git location: git://github.com/nikita-volkov/numeric-qq.git library hs-source-dirs: library other-modules: NumericQQ.Prelude exposed-modules: NumericQQ build-depends: -- template-haskell: template-haskell == 2.*, -- debugging: loch-th == 0.2.*, placeholders == 0.1.*, -- general: base >= 4.5 && < 5 default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators default-language: Haskell2010 test-suite doctests type: exitcode-stdio-1.0 hs-source-dirs: executables main-is: Doctests.hs ghc-options: -threaded build-depends: doctest >= 0.9 && < 0.11, directory == 1.2.*, filepath >= 1.3 && < 1.5, base >= 4.5 && < 5 default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators default-language: Haskell2010