Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package gemini-exports

    Generate CSV Exports of Your Gemini Trades, Transfers, & Earn Transactions gemini-exports is a CLI program that queries the Gemini Exchange's API for your Trade History, Transfer History, & Earn History and exports all fetched data to a CSV file. You can install gemini-exports with Stack: stack install --resolver nightly gemini-exports. Then run the following to print out your complete history:

    $ gemini-exports -k <API_KEY> -s <API_SECRET>
    time,base-asset,quote-asset,type,description,price,quantity,total,fee,fee-currency,trade-id
    2022-04-20 04:20:00,GUSD,USD,Buy,,1.0,9001.0,9001.0,0.0,USD,900142424242
    
    See gemini-exports --help for additional options, configuration file details, etc.

  2. package general-games

    Library supporting simulation of a number of games Library providing framework for simulating outcomes of a variety of games, including Poker.

  3. package generic-case

    Generic case analysis Generic case analysis in the vein of maybe, either and bool, using generics-sop. See the module documentation in Generics.Case.

  4. package generic-constraints

    Constraints via Generic Standalone deriving without boiler-plate

  5. package generic-data-surgery

    Surgery for generic data types Transform data types before passing them to generic functions.

  6. package generic-functor

    Deriving generalized functors with GHC.Generics Derive fmap, and other fmap-like functions where the parameter of the functor could occur anywhere. See the README for details.

  7. package generic-monoid

    Derive monoid instances for product types. Using GHC's generics, allow for deriving Monoid and Semigroup instances for your product types.

  8. package generic-optics

    Generically derive traversals, lenses and prisms. This library uses GHC.Generics to derive efficient optics (traversals, lenses and prisms) for algebraic data types in a type-directed way, with a focus on good type inference and error messages when possible. The library exposes an optics interface. For a van Laarhoven interface, see generic-lens.

  9. package generic-type-asserts

    Structural assertions on generic type representations. Please see README.md.

  10. package generic-type-functions

    Familiar functions lifted to type-level functions on generic types Please see README.md.

Page 189 of many | Previous | Next