Hi
Tried to build from source many times without success
In debian 9 to 11
Cabal 2.2 to 3
Its seemd that dependecy are not updated recently
The major problem is here
Incomming-email.hs:30:50: error
No instance for (Num Network.PortID)
arising from the literal '5222'
Any way I can download bineries
They are not built in sourcehut
Thank you.
>Tried to build from source many times without success>In debian 9 to 11>Cabal 2.2 to 3
If cabal is giving you trouble (it should work generally, but maybe
something has changed recently causing trouble) you could use guix, in
debian:
apt install guix
guix shell
make
Thanx
But I also tried guix but again have trouble with pachages
Like Ghc-network
And dependencys like bytestring, base and others
On Thu, Aug 29, 2024, 12:32 AM Stephen Paul Weber <singpolyma@singpolyma.net>
wrote:
> >Tried to build from source many times without success> >In debian 9 to 11> >Cabal 2.2 to 3>> If cabal is giving you trouble (it should work generally, but maybe> something has changed recently causing trouble) you could use guix, in> debian:>> apt install guix> guix shell> make>
build of
/gnu/store/xxynid78za2ccjp63p6icb1i8i65gr14-ghc-network-2.6.3.6.drv failed
Configuring network-2.6.3.6...
Setup.hs: Encountered missing or private dependencies:
bytestring <0.11
build of
/gnu/store/jv5bca3fv8h8hzdccm7mgdjaaj84gmyl-ghc-purebred-email-0.5.drv
failed
Setup.hs: Encountered missing or private dependencies:
attoparsec >=0.13 && <0.14, bytestring >=0.10 && <0.11
I HAVE tried to import bytestring and build it but again no lock bs of
dependency base and then rts (https://hackage.haskell.org/package/rts
!! page not found!!)
On Sun, Sep 1, 2024, 9:02 PM Stephen Paul Weber <singpolyma@singpolyma.net>
wrote:
> >But I also tried guix but again have trouble with pachages> >Like Ghc-network> >And dependencys like bytestring, base and others>> What kind of trouble?>