Prettify
This commit is contained in:
parent
2ba3d01b9c
commit
2ed99f5493
36
ghup.cabal
36
ghup.cabal
@ -18,25 +18,25 @@ library
|
||||
exposed-modules: GHup
|
||||
-- other-modules:
|
||||
-- other-extensions:
|
||||
build-depends: aeson ^>= 1.4
|
||||
, attoparsec ^>= 0.13
|
||||
, base ^>= 4.12
|
||||
, bytestring ^>= 0.10
|
||||
, github ^>= 0.24
|
||||
, hpath ^>= 0.11
|
||||
, hpath-io ^>= 0.13.1
|
||||
, http-client ^>= 0.6.4
|
||||
, mtl ^>= 2.2
|
||||
, pretty-terminal ^>= 0.1
|
||||
, safe-exceptions ^>= 0.1
|
||||
, streamly ^>= 0.7
|
||||
, text ^>= 1.2
|
||||
, time ^>= 1.9
|
||||
, unix ^>= 2.7
|
||||
build-depends: aeson ^>= 1.4
|
||||
, attoparsec ^>= 0.13
|
||||
, base ^>= 4.12
|
||||
, bytestring ^>= 0.10
|
||||
, github ^>= 0.24
|
||||
, hpath ^>= 0.11
|
||||
, hpath-io ^>= 0.13.1
|
||||
, http-client ^>= 0.6.4
|
||||
, mtl ^>= 2.2
|
||||
, pretty-terminal ^>= 0.1
|
||||
, safe-exceptions ^>= 0.1
|
||||
, streamly ^>= 0.7
|
||||
, text ^>= 1.2
|
||||
, time ^>= 1.9
|
||||
, unix ^>= 2.7
|
||||
, unordered-containers ^>= 0.2
|
||||
, utf8-string ^>= 1.0
|
||||
, vector ^>= 0.12
|
||||
, word8 ^>= 0.1
|
||||
, utf8-string ^>= 1.0
|
||||
, vector ^>= 0.12
|
||||
, word8 ^>= 0.1
|
||||
hs-source-dirs: lib
|
||||
ghc-options: -Wall
|
||||
default-language: Haskell2010
|
||||
|
18
lib/GHup.hs
18
lib/GHup.hs
@ -1,13 +1,13 @@
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
{-# LANGUAGE DeriveGeneric #-}
|
||||
{-# LANGUAGE FlexibleContexts #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
{-# LANGUAGE DeriveGeneric #-}
|
||||
{-# LANGUAGE FlexibleContexts #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{-# LANGUAGE ExistentialQuantification #-}
|
||||
{-# LANGUAGE QuasiQuotes #-}
|
||||
{-# LANGUAGE StandaloneDeriving #-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# OPTIONS_GHC -Wno-orphans #-}
|
||||
{-# LANGUAGE QuasiQuotes #-}
|
||||
{-# LANGUAGE StandaloneDeriving #-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# OPTIONS_GHC -Wno-orphans #-}
|
||||
|
||||
module GHup
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user