This commit is contained in:
Julian Ospald 2020-02-02 15:42:03 +01:00
parent 2ba3d01b9c
commit 2ed99f5493
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 27 additions and 27 deletions

View File

@ -18,25 +18,25 @@ library
exposed-modules: GHup exposed-modules: GHup
-- other-modules: -- other-modules:
-- other-extensions: -- other-extensions:
build-depends: aeson ^>= 1.4 build-depends: aeson ^>= 1.4
, attoparsec ^>= 0.13 , attoparsec ^>= 0.13
, base ^>= 4.12 , base ^>= 4.12
, bytestring ^>= 0.10 , bytestring ^>= 0.10
, github ^>= 0.24 , github ^>= 0.24
, hpath ^>= 0.11 , hpath ^>= 0.11
, hpath-io ^>= 0.13.1 , hpath-io ^>= 0.13.1
, http-client ^>= 0.6.4 , http-client ^>= 0.6.4
, mtl ^>= 2.2 , mtl ^>= 2.2
, pretty-terminal ^>= 0.1 , pretty-terminal ^>= 0.1
, safe-exceptions ^>= 0.1 , safe-exceptions ^>= 0.1
, streamly ^>= 0.7 , streamly ^>= 0.7
, text ^>= 1.2 , text ^>= 1.2
, time ^>= 1.9 , time ^>= 1.9
, unix ^>= 2.7 , unix ^>= 2.7
, unordered-containers ^>= 0.2 , unordered-containers ^>= 0.2
, utf8-string ^>= 1.0 , utf8-string ^>= 1.0
, vector ^>= 0.12 , vector ^>= 0.12
, word8 ^>= 0.1 , word8 ^>= 0.1
hs-source-dirs: lib hs-source-dirs: lib
ghc-options: -Wall ghc-options: -Wall
default-language: Haskell2010 default-language: Haskell2010

View File

@ -1,13 +1,13 @@
{-# LANGUAGE DataKinds #-} {-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE ExistentialQuantification #-} {-# LANGUAGE ExistentialQuantification #-}
{-# LANGUAGE QuasiQuotes #-} {-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE StandaloneDeriving #-} {-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeFamilies #-}
{-# OPTIONS_GHC -Wno-orphans #-} {-# OPTIONS_GHC -Wno-orphans #-}
module GHup module GHup
( (